| 1 |
## Process this file with automake to produce Makefile.in. |
## Process this file with automake to produce Makefile.in. |
| 2 |
|
|
| 3 |
|
ACLOCAL_AMFLAGS = -I m4 |
| 4 |
|
|
| 5 |
dist_doc_DATA = \ |
dist_doc_DATA = \ |
| 6 |
doc/pcre.txt \ |
doc/pcre.txt \ |
| 7 |
doc/pcre-config.txt \ |
doc/pcre-config.txt \ |
| 18 |
doc/html/index.html \ |
doc/html/index.html \ |
| 19 |
doc/html/pcre.html \ |
doc/html/pcre.html \ |
| 20 |
doc/html/pcre-config.html \ |
doc/html/pcre-config.html \ |
| 21 |
|
doc/html/pcre_assign_jit_stack.html \ |
| 22 |
doc/html/pcre_compile.html \ |
doc/html/pcre_compile.html \ |
| 23 |
doc/html/pcre_compile2.html \ |
doc/html/pcre_compile2.html \ |
| 24 |
doc/html/pcre_config.html \ |
doc/html/pcre_config.html \ |
| 26 |
doc/html/pcre_copy_substring.html \ |
doc/html/pcre_copy_substring.html \ |
| 27 |
doc/html/pcre_dfa_exec.html \ |
doc/html/pcre_dfa_exec.html \ |
| 28 |
doc/html/pcre_exec.html \ |
doc/html/pcre_exec.html \ |
| 29 |
|
doc/html/pcre_free_study.html \ |
| 30 |
doc/html/pcre_free_substring.html \ |
doc/html/pcre_free_substring.html \ |
| 31 |
doc/html/pcre_free_substring_list.html \ |
doc/html/pcre_free_substring_list.html \ |
| 32 |
doc/html/pcre_fullinfo.html \ |
doc/html/pcre_fullinfo.html \ |
| 36 |
doc/html/pcre_get_substring.html \ |
doc/html/pcre_get_substring.html \ |
| 37 |
doc/html/pcre_get_substring_list.html \ |
doc/html/pcre_get_substring_list.html \ |
| 38 |
doc/html/pcre_info.html \ |
doc/html/pcre_info.html \ |
| 39 |
|
doc/html/pcre_jit_stack_alloc.html \ |
| 40 |
|
doc/html/pcre_jit_stack_free.html \ |
| 41 |
doc/html/pcre_maketables.html \ |
doc/html/pcre_maketables.html \ |
| 42 |
doc/html/pcre_refcount.html \ |
doc/html/pcre_refcount.html \ |
| 43 |
doc/html/pcre_study.html \ |
doc/html/pcre_study.html \ |
| 46 |
doc/html/pcrebuild.html \ |
doc/html/pcrebuild.html \ |
| 47 |
doc/html/pcrecallout.html \ |
doc/html/pcrecallout.html \ |
| 48 |
doc/html/pcrecompat.html \ |
doc/html/pcrecompat.html \ |
| 49 |
|
doc/html/pcredemo.html \ |
| 50 |
doc/html/pcregrep.html \ |
doc/html/pcregrep.html \ |
| 51 |
|
doc/html/pcrejit.html \ |
| 52 |
|
doc/html/pcrelimits.html \ |
| 53 |
doc/html/pcrematching.html \ |
doc/html/pcrematching.html \ |
| 54 |
doc/html/pcrepartial.html \ |
doc/html/pcrepartial.html \ |
| 55 |
doc/html/pcrepattern.html \ |
doc/html/pcrepattern.html \ |
| 59 |
doc/html/pcresample.html \ |
doc/html/pcresample.html \ |
| 60 |
doc/html/pcrestack.html \ |
doc/html/pcrestack.html \ |
| 61 |
doc/html/pcresyntax.html \ |
doc/html/pcresyntax.html \ |
| 62 |
doc/html/pcretest.html |
doc/html/pcretest.html \ |
| 63 |
|
doc/html/pcreunicode.html |
| 64 |
|
|
| 65 |
pcrecpp_html = doc/html/pcrecpp.html |
pcrecpp_html = doc/html/pcrecpp.html |
| 66 |
dist_noinst_DATA = $(pcrecpp_html) |
dist_noinst_DATA = $(pcrecpp_html) |
| 181 |
pcre_globals.c \ |
pcre_globals.c \ |
| 182 |
pcre_info.c \ |
pcre_info.c \ |
| 183 |
pcre_internal.h \ |
pcre_internal.h \ |
| 184 |
|
pcre_jit_compile.c \ |
| 185 |
pcre_maketables.c \ |
pcre_maketables.c \ |
| 186 |
pcre_newline.c \ |
pcre_newline.c \ |
| 187 |
pcre_ord2utf8.c \ |
pcre_ord2utf8.c \ |
| 189 |
pcre_study.c \ |
pcre_study.c \ |
| 190 |
pcre_tables.c \ |
pcre_tables.c \ |
| 191 |
pcre_try_flipped.c \ |
pcre_try_flipped.c \ |
| 192 |
pcre_ucp_searchfuncs.c \ |
pcre_ucd.c \ |
| 193 |
pcre_valid_utf8.c \ |
pcre_valid_utf8.c \ |
| 194 |
pcre_version.c \ |
pcre_version.c \ |
| 195 |
pcre_xclass.c \ |
pcre_xclass.c \ |
| 196 |
ucp.h \ |
ucp.h |
|
ucpinternal.h \ |
|
|
ucptable.h |
|
| 197 |
|
|
| 198 |
## 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. |
| 199 |
nodist_libpcre_la_SOURCES = \ |
nodist_libpcre_la_SOURCES = \ |
| 204 |
# pcre_chartables.c, used unless --enable-rebuild-chartables is specified. |
# pcre_chartables.c, used unless --enable-rebuild-chartables is specified. |
| 205 |
EXTRA_DIST += pcre_printint.src pcre_chartables.c.dist |
EXTRA_DIST += pcre_printint.src pcre_chartables.c.dist |
| 206 |
|
|
| 207 |
|
# The JIT compiler lives in a separate directory, but its files are #included |
| 208 |
|
# when pcre_jit_compile.c is processed, so they must be distributed. |
| 209 |
|
EXTRA_DIST += \ |
| 210 |
|
sljit/sljitConfig.h \ |
| 211 |
|
sljit/sljitConfigInternal.h \ |
| 212 |
|
sljit/sljitExecAllocator.c \ |
| 213 |
|
sljit/sljitLir.c \ |
| 214 |
|
sljit/sljitLir.h \ |
| 215 |
|
sljit/sljitNativeARM_Thumb2.c \ |
| 216 |
|
sljit/sljitNativeARM_v5.c \ |
| 217 |
|
sljit/sljitNativeMIPS_32.c \ |
| 218 |
|
sljit/sljitNativeMIPS_common.c \ |
| 219 |
|
sljit/sljitNativePPC_32.c \ |
| 220 |
|
sljit/sljitNativePPC_64.c \ |
| 221 |
|
sljit/sljitNativePPC_common.c \ |
| 222 |
|
sljit/sljitNativeX86_32.c \ |
| 223 |
|
sljit/sljitNativeX86_64.c \ |
| 224 |
|
sljit/sljitNativeX86_common.c \ |
| 225 |
|
sljit/sljitUtils.c |
| 226 |
|
|
| 227 |
libpcre_la_LDFLAGS = $(EXTRA_LIBPCRE_LDFLAGS) |
libpcre_la_LDFLAGS = $(EXTRA_LIBPCRE_LDFLAGS) |
| 228 |
|
|
| 229 |
CLEANFILES += pcre_chartables.c |
CLEANFILES += pcre_chartables.c |
| 230 |
|
|
| 231 |
|
## If JIT support is enabled, arrange for the JIT test program to run. |
| 232 |
|
if WITH_JIT |
| 233 |
|
TESTS += pcre_jit_test |
| 234 |
|
noinst_PROGRAMS += pcre_jit_test |
| 235 |
|
pcre_jit_test_SOURCES = pcre_jit_test.c |
| 236 |
|
pcre_jit_test_LDADD = libpcre.la |
| 237 |
|
endif # WITH_JIT |
| 238 |
|
|
| 239 |
## A version of the main pcre library that has a posix re API. |
## A version of the main pcre library that has a posix re API. |
| 240 |
lib_LTLIBRARIES += libpcreposix.la |
lib_LTLIBRARIES += libpcreposix.la |
| 241 |
libpcreposix_la_SOURCES = \ |
libpcreposix_la_SOURCES = \ |
| 282 |
EXTRA_DIST += RunTest.bat |
EXTRA_DIST += RunTest.bat |
| 283 |
bin_PROGRAMS += pcretest |
bin_PROGRAMS += pcretest |
| 284 |
pcretest_SOURCES = pcretest.c |
pcretest_SOURCES = pcretest.c |
| 285 |
pcretest_LDADD = libpcreposix.la |
pcretest_LDADD = libpcreposix.la $(LIBREADLINE) |
| 286 |
|
|
| 287 |
TESTS += RunGrepTest |
TESTS += RunGrepTest |
| 288 |
dist_noinst_SCRIPTS += RunGrepTest |
dist_noinst_SCRIPTS += RunGrepTest |
| 289 |
bin_PROGRAMS += pcregrep |
bin_PROGRAMS += pcregrep |
| 290 |
pcregrep_SOURCES = pcregrep.c |
pcregrep_SOURCES = pcregrep.c |
| 291 |
pcregrep_LDADD = libpcreposix.la |
pcregrep_LDADD = libpcreposix.la $(LIBZ) $(LIBBZ2) |
| 292 |
|
|
| 293 |
EXTRA_DIST += \ |
EXTRA_DIST += \ |
| 294 |
testdata/grepinput \ |
testdata/grepinput \ |
| 295 |
|
testdata/grepinput3 \ |
| 296 |
testdata/grepinput8 \ |
testdata/grepinput8 \ |
| 297 |
testdata/grepinputv \ |
testdata/grepinputv \ |
| 298 |
testdata/grepinputx \ |
testdata/grepinputx \ |
| 310 |
testdata/testinput8 \ |
testdata/testinput8 \ |
| 311 |
testdata/testinput9 \ |
testdata/testinput9 \ |
| 312 |
testdata/testinput10 \ |
testdata/testinput10 \ |
| 313 |
|
testdata/testinput11 \ |
| 314 |
|
testdata/testinput12 \ |
| 315 |
|
testdata/testinput13 \ |
| 316 |
|
testdata/testinput14 \ |
| 317 |
|
testdata/testinput15 \ |
| 318 |
testdata/testoutput1 \ |
testdata/testoutput1 \ |
| 319 |
testdata/testoutput2 \ |
testdata/testoutput2 \ |
| 320 |
testdata/testoutput3 \ |
testdata/testoutput3 \ |
| 325 |
testdata/testoutput8 \ |
testdata/testoutput8 \ |
| 326 |
testdata/testoutput9 \ |
testdata/testoutput9 \ |
| 327 |
testdata/testoutput10 \ |
testdata/testoutput10 \ |
| 328 |
|
testdata/testoutput11 \ |
| 329 |
|
testdata/testoutput12 \ |
| 330 |
|
testdata/testoutput13 \ |
| 331 |
|
testdata/testoutput14 \ |
| 332 |
|
testdata/testoutput15 \ |
| 333 |
testdata/wintestinput3 \ |
testdata/wintestinput3 \ |
| 334 |
testdata/wintestoutput3 \ |
testdata/wintestoutput3 \ |
| 335 |
perltest.pl |
perltest.pl |
| 361 |
# nice DLL for Windows use". (It is used by the pcre.dll target.) |
# nice DLL for Windows use". (It is used by the pcre.dll target.) |
| 362 |
DLL_OBJS= pcre_compile.o pcre_config.o \ |
DLL_OBJS= pcre_compile.o pcre_config.o \ |
| 363 |
pcre_dfa_exec.o pcre_exec.o pcre_fullinfo.o pcre_get.o \ |
pcre_dfa_exec.o pcre_exec.o pcre_fullinfo.o pcre_get.o \ |
| 364 |
pcre_globals.o pcre_info.o pcre_maketables.o \ |
pcre_globals.o pcre_info.o pcre_jit_compile.o pcre_maketables.o \ |
| 365 |
pcre_newline.o pcre_ord2utf8.o pcre_refcount.o \ |
pcre_newline.o pcre_ord2utf8.o pcre_refcount.o \ |
| 366 |
pcre_study.o pcre_tables.o pcre_try_flipped.o \ |
pcre_study.o pcre_tables.o pcre_try_flipped.o \ |
| 367 |
pcre_ucp_searchfuncs.o pcre_valid_utf8.o pcre_version.o \ |
pcre_ucd.o pcre_valid_utf8.o pcre_version.o \ |
| 368 |
pcre_chartables.o \ |
pcre_chartables.o \ |
| 369 |
pcre_xclass.o |
pcre_xclass.o |
| 370 |
|
|
| 377 |
|
|
| 378 |
# We have .pc files for pkg-config users. |
# We have .pc files for pkg-config users. |
| 379 |
pkgconfigdir = $(libdir)/pkgconfig |
pkgconfigdir = $(libdir)/pkgconfig |
| 380 |
pkgconfig_DATA = libpcre.pc |
pkgconfig_DATA = libpcre.pc libpcreposix.pc |
| 381 |
if WITH_PCRE_CPP |
if WITH_PCRE_CPP |
| 382 |
pkgconfig_DATA += libpcrecpp.pc |
pkgconfig_DATA += libpcrecpp.pc |
| 383 |
endif |
endif |
| 385 |
dist_man_MANS = \ |
dist_man_MANS = \ |
| 386 |
doc/pcre.3 \ |
doc/pcre.3 \ |
| 387 |
doc/pcre-config.1 \ |
doc/pcre-config.1 \ |
| 388 |
|
doc/pcre_assign_jit_stack.3 \ |
| 389 |
doc/pcre_compile.3 \ |
doc/pcre_compile.3 \ |
| 390 |
doc/pcre_compile2.3 \ |
doc/pcre_compile2.3 \ |
| 391 |
doc/pcre_config.3 \ |
doc/pcre_config.3 \ |
| 393 |
doc/pcre_copy_substring.3 \ |
doc/pcre_copy_substring.3 \ |
| 394 |
doc/pcre_dfa_exec.3 \ |
doc/pcre_dfa_exec.3 \ |
| 395 |
doc/pcre_exec.3 \ |
doc/pcre_exec.3 \ |
| 396 |
|
doc/pcre_free_study.3 \ |
| 397 |
doc/pcre_free_substring.3 \ |
doc/pcre_free_substring.3 \ |
| 398 |
doc/pcre_free_substring_list.3 \ |
doc/pcre_free_substring_list.3 \ |
| 399 |
doc/pcre_fullinfo.3 \ |
doc/pcre_fullinfo.3 \ |
| 403 |
doc/pcre_get_substring.3 \ |
doc/pcre_get_substring.3 \ |
| 404 |
doc/pcre_get_substring_list.3 \ |
doc/pcre_get_substring_list.3 \ |
| 405 |
doc/pcre_info.3 \ |
doc/pcre_info.3 \ |
| 406 |
|
doc/pcre_jit_stack_alloc.3 \ |
| 407 |
|
doc/pcre_jit_stack_free.3 \ |
| 408 |
doc/pcre_maketables.3 \ |
doc/pcre_maketables.3 \ |
| 409 |
doc/pcre_refcount.3 \ |
doc/pcre_refcount.3 \ |
| 410 |
doc/pcre_study.3 \ |
doc/pcre_study.3 \ |
| 414 |
doc/pcrecallout.3 \ |
doc/pcrecallout.3 \ |
| 415 |
doc/pcrecompat.3 \ |
doc/pcrecompat.3 \ |
| 416 |
doc/pcregrep.1 \ |
doc/pcregrep.1 \ |
| 417 |
|
doc/pcrejit.3 \ |
| 418 |
|
doc/pcrelimits.3 \ |
| 419 |
doc/pcrematching.3 \ |
doc/pcrematching.3 \ |
| 420 |
doc/pcrepartial.3 \ |
doc/pcrepartial.3 \ |
| 421 |
doc/pcrepattern.3 \ |
doc/pcrepattern.3 \ |
| 425 |
doc/pcresample.3 \ |
doc/pcresample.3 \ |
| 426 |
doc/pcrestack.3 \ |
doc/pcrestack.3 \ |
| 427 |
doc/pcresyntax.3 \ |
doc/pcresyntax.3 \ |
| 428 |
doc/pcretest.1 |
doc/pcretest.1 \ |
| 429 |
|
doc/pcreunicode.3 |
| 430 |
|
|
| 431 |
pcrecpp_man = doc/pcrecpp.3 |
pcrecpp_man = doc/pcrecpp.3 |
| 432 |
EXTRA_DIST += $(pcrecpp_man) |
EXTRA_DIST += $(pcrecpp_man) |