| 178 |
pcre_study.c \ |
pcre_study.c \ |
| 179 |
pcre_tables.c \ |
pcre_tables.c \ |
| 180 |
pcre_try_flipped.c \ |
pcre_try_flipped.c \ |
| 181 |
pcre_ucp_searchfuncs.c \ |
pcre_ucd.c \ |
| 182 |
pcre_valid_utf8.c \ |
pcre_valid_utf8.c \ |
| 183 |
pcre_version.c \ |
pcre_version.c \ |
| 184 |
pcre_xclass.c \ |
pcre_xclass.c \ |
| 185 |
ucp.h \ |
ucp.h |
|
ucpinternal.h \ |
|
|
ucptable.h |
|
| 186 |
|
|
| 187 |
## This file is generated as part of the building process, so don't distribute. |
## This file is generated as part of the building process, so don't distribute. |
| 188 |
nodist_libpcre_la_SOURCES = \ |
nodist_libpcre_la_SOURCES = \ |
| 243 |
EXTRA_DIST += RunTest.bat |
EXTRA_DIST += RunTest.bat |
| 244 |
bin_PROGRAMS += pcretest |
bin_PROGRAMS += pcretest |
| 245 |
pcretest_SOURCES = pcretest.c |
pcretest_SOURCES = pcretest.c |
| 246 |
pcretest_LDADD = libpcreposix.la |
pcretest_LDADD = libpcreposix.la $(LIBREADLINE) |
| 247 |
|
|
| 248 |
TESTS += RunGrepTest |
TESTS += RunGrepTest |
| 249 |
dist_noinst_SCRIPTS += RunGrepTest |
dist_noinst_SCRIPTS += RunGrepTest |
| 250 |
bin_PROGRAMS += pcregrep |
bin_PROGRAMS += pcregrep |
| 251 |
pcregrep_SOURCES = pcregrep.c |
pcregrep_SOURCES = pcregrep.c |
| 252 |
pcregrep_LDADD = libpcreposix.la |
pcregrep_LDADD = libpcreposix.la $(LIBZ) $(LIBBZ2) |
| 253 |
|
|
| 254 |
EXTRA_DIST += \ |
EXTRA_DIST += \ |
| 255 |
testdata/grepinput \ |
testdata/grepinput \ |
| 270 |
testdata/testinput8 \ |
testdata/testinput8 \ |
| 271 |
testdata/testinput9 \ |
testdata/testinput9 \ |
| 272 |
testdata/testinput10 \ |
testdata/testinput10 \ |
| 273 |
|
testdata/testinput11 \ |
| 274 |
|
testdata/testinput12 \ |
| 275 |
testdata/testoutput1 \ |
testdata/testoutput1 \ |
| 276 |
testdata/testoutput2 \ |
testdata/testoutput2 \ |
| 277 |
testdata/testoutput3 \ |
testdata/testoutput3 \ |
| 282 |
testdata/testoutput8 \ |
testdata/testoutput8 \ |
| 283 |
testdata/testoutput9 \ |
testdata/testoutput9 \ |
| 284 |
testdata/testoutput10 \ |
testdata/testoutput10 \ |
| 285 |
|
testdata/testoutput11 \ |
| 286 |
|
testdata/testoutput12 \ |
| 287 |
testdata/wintestinput3 \ |
testdata/wintestinput3 \ |
| 288 |
testdata/wintestoutput3 \ |
testdata/wintestoutput3 \ |
| 289 |
perltest.pl |
perltest.pl |
| 294 |
testtry \ |
testtry \ |
| 295 |
testNinput |
testNinput |
| 296 |
|
|
| 297 |
# PCRE demonstration program |
|
| 298 |
noinst_PROGRAMS += pcredemo |
# PCRE demonstration program. No longer built automatcally. The point is that |
| 299 |
pcredemo_SOURCES = pcredemo.c |
# the users should build it themselves. So just distribute the source. |
| 300 |
pcredemo_LDADD = libpcre.la |
# noinst_PROGRAMS += pcredemo |
| 301 |
|
# pcredemo_SOURCES = pcredemo.c |
| 302 |
|
# pcredemo_LDADD = libpcre.la |
| 303 |
|
|
| 304 |
|
EXTRA_DIST += pcredemo.c |
| 305 |
|
|
| 306 |
|
|
| 307 |
## Utility rules, documentation, etc. |
## Utility rules, documentation, etc. |
| 308 |
|
|
| 318 |
pcre_globals.o pcre_info.o pcre_maketables.o \ |
pcre_globals.o pcre_info.o pcre_maketables.o \ |
| 319 |
pcre_newline.o pcre_ord2utf8.o pcre_refcount.o \ |
pcre_newline.o pcre_ord2utf8.o pcre_refcount.o \ |
| 320 |
pcre_study.o pcre_tables.o pcre_try_flipped.o \ |
pcre_study.o pcre_tables.o pcre_try_flipped.o \ |
| 321 |
pcre_ucp_searchfuncs.o pcre_valid_utf8.o pcre_version.o \ |
pcre_ucd.o pcre_valid_utf8.o pcre_version.o \ |
| 322 |
pcre_chartables.o \ |
pcre_chartables.o \ |
| 323 |
pcre_xclass.o |
pcre_xclass.o |
| 324 |
|
|
| 331 |
|
|
| 332 |
# We have .pc files for pkg-config users. |
# We have .pc files for pkg-config users. |
| 333 |
pkgconfigdir = $(libdir)/pkgconfig |
pkgconfigdir = $(libdir)/pkgconfig |
| 334 |
pkgconfig_DATA = libpcre.pc |
pkgconfig_DATA = libpcre.pc libpcreposix.pc |
| 335 |
if WITH_PCRE_CPP |
if WITH_PCRE_CPP |
| 336 |
pkgconfig_DATA += libpcrecpp.pc |
pkgconfig_DATA += libpcrecpp.pc |
| 337 |
endif |
endif |