| 40 |
doc/html/pcrebuild.html \ |
doc/html/pcrebuild.html \ |
| 41 |
doc/html/pcrecallout.html \ |
doc/html/pcrecallout.html \ |
| 42 |
doc/html/pcrecompat.html \ |
doc/html/pcrecompat.html \ |
| 43 |
|
doc/html/pcredemo.html \ |
| 44 |
doc/html/pcregrep.html \ |
doc/html/pcregrep.html \ |
| 45 |
doc/html/pcrematching.html \ |
doc/html/pcrematching.html \ |
| 46 |
doc/html/pcrepartial.html \ |
doc/html/pcrepartial.html \ |
| 179 |
pcre_study.c \ |
pcre_study.c \ |
| 180 |
pcre_tables.c \ |
pcre_tables.c \ |
| 181 |
pcre_try_flipped.c \ |
pcre_try_flipped.c \ |
| 182 |
pcre_ucp_searchfuncs.c \ |
pcre_ucd.c \ |
| 183 |
pcre_valid_utf8.c \ |
pcre_valid_utf8.c \ |
| 184 |
pcre_version.c \ |
pcre_version.c \ |
| 185 |
pcre_xclass.c \ |
pcre_xclass.c \ |
| 186 |
ucp.h \ |
ucp.h |
|
ucpinternal.h \ |
|
|
ucptable.h |
|
| 187 |
|
|
| 188 |
## 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. |
| 189 |
nodist_libpcre_la_SOURCES = \ |
nodist_libpcre_la_SOURCES = \ |
| 244 |
EXTRA_DIST += RunTest.bat |
EXTRA_DIST += RunTest.bat |
| 245 |
bin_PROGRAMS += pcretest |
bin_PROGRAMS += pcretest |
| 246 |
pcretest_SOURCES = pcretest.c |
pcretest_SOURCES = pcretest.c |
| 247 |
pcretest_LDADD = libpcreposix.la |
pcretest_LDADD = libpcreposix.la $(LIBREADLINE) |
| 248 |
|
|
| 249 |
TESTS += RunGrepTest |
TESTS += RunGrepTest |
| 250 |
dist_noinst_SCRIPTS += RunGrepTest |
dist_noinst_SCRIPTS += RunGrepTest |
| 251 |
bin_PROGRAMS += pcregrep |
bin_PROGRAMS += pcregrep |
| 252 |
pcregrep_SOURCES = pcregrep.c |
pcregrep_SOURCES = pcregrep.c |
| 253 |
pcregrep_LDADD = libpcreposix.la |
pcregrep_LDADD = libpcreposix.la $(LIBZ) $(LIBBZ2) |
| 254 |
|
|
| 255 |
EXTRA_DIST += \ |
EXTRA_DIST += \ |
| 256 |
testdata/grepinput \ |
testdata/grepinput \ |
| 271 |
testdata/testinput8 \ |
testdata/testinput8 \ |
| 272 |
testdata/testinput9 \ |
testdata/testinput9 \ |
| 273 |
testdata/testinput10 \ |
testdata/testinput10 \ |
| 274 |
|
testdata/testinput11 \ |
| 275 |
|
testdata/testinput12 \ |
| 276 |
testdata/testoutput1 \ |
testdata/testoutput1 \ |
| 277 |
testdata/testoutput2 \ |
testdata/testoutput2 \ |
| 278 |
testdata/testoutput3 \ |
testdata/testoutput3 \ |
| 283 |
testdata/testoutput8 \ |
testdata/testoutput8 \ |
| 284 |
testdata/testoutput9 \ |
testdata/testoutput9 \ |
| 285 |
testdata/testoutput10 \ |
testdata/testoutput10 \ |
| 286 |
|
testdata/testoutput11 \ |
| 287 |
|
testdata/testoutput12 \ |
| 288 |
|
testdata/wintestinput3 \ |
| 289 |
|
testdata/wintestoutput3 \ |
| 290 |
perltest.pl |
perltest.pl |
| 291 |
|
|
| 292 |
CLEANFILES += \ |
CLEANFILES += \ |
| 295 |
testtry \ |
testtry \ |
| 296 |
testNinput |
testNinput |
| 297 |
|
|
| 298 |
# PCRE demonstration program |
|
| 299 |
noinst_PROGRAMS += pcredemo |
# PCRE demonstration program. No longer built automatcally. The point is that |
| 300 |
pcredemo_SOURCES = pcredemo.c |
# the users should build it themselves. So just distribute the source. |
| 301 |
pcredemo_LDADD = libpcre.la |
# noinst_PROGRAMS += pcredemo |
| 302 |
|
# pcredemo_SOURCES = pcredemo.c |
| 303 |
|
# pcredemo_LDADD = libpcre.la |
| 304 |
|
|
| 305 |
|
EXTRA_DIST += pcredemo.c |
| 306 |
|
|
| 307 |
|
|
| 308 |
## Utility rules, documentation, etc. |
## Utility rules, documentation, etc. |
| 309 |
|
|
| 310 |
# A compatibility line, the old build system worked with 'make test' |
# A compatibility line, the old build system worked with 'make test' |
| 311 |
test: check ; |
test: check ; |
| 312 |
|
|
| 313 |
|
|
| 314 |
|
# A PCRE user submitted the following addition, saying that it "will allow |
| 315 |
|
# anyone using the 'mingw32' compiler to simply type 'make pcre.dll' and get a |
| 316 |
|
# nice DLL for Windows use". (It is used by the pcre.dll target.) |
| 317 |
|
DLL_OBJS= pcre_compile.o pcre_config.o \ |
| 318 |
|
pcre_dfa_exec.o pcre_exec.o pcre_fullinfo.o pcre_get.o \ |
| 319 |
|
pcre_globals.o pcre_info.o pcre_maketables.o \ |
| 320 |
|
pcre_newline.o pcre_ord2utf8.o pcre_refcount.o \ |
| 321 |
|
pcre_study.o pcre_tables.o pcre_try_flipped.o \ |
| 322 |
|
pcre_ucd.o pcre_valid_utf8.o pcre_version.o \ |
| 323 |
|
pcre_chartables.o \ |
| 324 |
|
pcre_xclass.o |
| 325 |
|
|
| 326 |
|
# A PCRE user submitted the following addition, saying that it "will allow |
| 327 |
|
# anyone using the 'mingw32' compiler to simply type 'make pcre.dll' and get a |
| 328 |
|
# nice DLL for Windows use". |
| 329 |
|
pcre.dll: $(DLL_OBJS) |
| 330 |
|
$(CC) -shared -o pcre.dll -Wl,"--strip-all" -Wl,"--export-all-symbols" $(DLL_OBJS) |
| 331 |
|
|
| 332 |
|
|
| 333 |
# We have .pc files for pkg-config users. |
# We have .pc files for pkg-config users. |
| 334 |
pkgconfigdir = $(libdir)/pkgconfig |
pkgconfigdir = $(libdir)/pkgconfig |
| 335 |
pkgconfig_DATA = libpcre.pc |
pkgconfig_DATA = libpcre.pc libpcreposix.pc |
| 336 |
if WITH_PCRE_CPP |
if WITH_PCRE_CPP |
| 337 |
pkgconfig_DATA += libpcrecpp.pc |
pkgconfig_DATA += libpcrecpp.pc |
| 338 |
endif |
endif |
| 373 |
doc/pcreprecompile.3 \ |
doc/pcreprecompile.3 \ |
| 374 |
doc/pcresample.3 \ |
doc/pcresample.3 \ |
| 375 |
doc/pcrestack.3 \ |
doc/pcrestack.3 \ |
| 376 |
|
doc/pcresyntax.3 \ |
| 377 |
doc/pcretest.1 |
doc/pcretest.1 |
| 378 |
|
|
| 379 |
pcrecpp_man = doc/pcrecpp.3 |
pcrecpp_man = doc/pcrecpp.3 |
| 386 |
## CMake support |
## CMake support |
| 387 |
|
|
| 388 |
EXTRA_DIST += \ |
EXTRA_DIST += \ |
| 389 |
|
cmake/COPYING-CMAKE-SCRIPTS \ |
| 390 |
|
cmake/FindPackageHandleStandardArgs.cmake \ |
| 391 |
|
cmake/FindReadline.cmake \ |
| 392 |
CMakeLists.txt \ |
CMakeLists.txt \ |
| 393 |
config-cmake.h.in |
config-cmake.h.in |
| 394 |
|
|