| 39 |
TESTS = $(am__EXEEXT_1) RunTest RunGrepTest |
TESTS = $(am__EXEEXT_1) RunTest RunGrepTest |
| 40 |
bin_PROGRAMS = pcretest$(EXEEXT) pcregrep$(EXEEXT) |
bin_PROGRAMS = pcretest$(EXEEXT) pcregrep$(EXEEXT) |
| 41 |
noinst_PROGRAMS = dftables$(EXEEXT) $(am__EXEEXT_1) pcredemo$(EXEEXT) |
noinst_PROGRAMS = dftables$(EXEEXT) $(am__EXEEXT_1) pcredemo$(EXEEXT) |
| 42 |
|
|
| 43 |
|
# These additional headers will be be installed if C++ support is enabled. We |
| 44 |
|
# do not distribute pcrecpparg.h or pcre_stringpiece.h, as these are generated |
| 45 |
|
# from corresponding .h.in files (which we do distribute). |
| 46 |
@WITH_PCRE_CPP_TRUE@am__append_1 = \ |
@WITH_PCRE_CPP_TRUE@am__append_1 = \ |
| 47 |
|
@WITH_PCRE_CPP_TRUE@ pcrecpparg.h \ |
| 48 |
|
@WITH_PCRE_CPP_TRUE@ pcre_stringpiece.h |
| 49 |
|
|
| 50 |
|
@WITH_PCRE_CPP_TRUE@am__append_2 = \ |
| 51 |
@WITH_PCRE_CPP_TRUE@ pcrecpp.h \ |
@WITH_PCRE_CPP_TRUE@ pcrecpp.h \ |
| 52 |
@WITH_PCRE_CPP_TRUE@ pcre_scanner.h |
@WITH_PCRE_CPP_TRUE@ pcre_scanner.h |
| 53 |
|
|
| 54 |
@WITH_PCRE_CPP_TRUE@am__append_2 = libpcrecpp.la |
@WITH_PCRE_CPP_TRUE@am__append_3 = libpcrecpp.la |
| 55 |
@WITH_PCRE_CPP_TRUE@am__append_3 = pcrecpp_unittest \ |
@WITH_PCRE_CPP_TRUE@am__append_4 = pcrecpp_unittest \ |
| 56 |
@WITH_PCRE_CPP_TRUE@ pcre_scanner_unittest \ |
@WITH_PCRE_CPP_TRUE@ pcre_scanner_unittest \ |
| 57 |
@WITH_PCRE_CPP_TRUE@ pcre_stringpiece_unittest |
@WITH_PCRE_CPP_TRUE@ pcre_stringpiece_unittest |
| 58 |
@WITH_PCRE_CPP_TRUE@am__append_4 = pcrecpp_unittest \ |
@WITH_PCRE_CPP_TRUE@am__append_5 = pcrecpp_unittest \ |
| 59 |
@WITH_PCRE_CPP_TRUE@ pcre_scanner_unittest \ |
@WITH_PCRE_CPP_TRUE@ pcre_scanner_unittest \ |
| 60 |
@WITH_PCRE_CPP_TRUE@ pcre_stringpiece_unittest |
@WITH_PCRE_CPP_TRUE@ pcre_stringpiece_unittest |
| 61 |
@WITH_PCRE_CPP_TRUE@am__append_5 = libpcrecpp.pc |
@WITH_PCRE_CPP_TRUE@am__append_6 = libpcrecpp.pc |
| 62 |
subdir = . |
subdir = . |
| 63 |
DIST_COMMON = README $(am__configure_deps) $(am__include_HEADERS_DIST) \ |
DIST_COMMON = README $(am__configure_deps) $(am__include_HEADERS_DIST) \ |
| 64 |
$(dist_doc_DATA) $(dist_html_DATA) $(dist_man_MANS) \ |
$(dist_doc_DATA) $(dist_html_DATA) $(dist_man_MANS) \ |
| 206 |
pkgconfigDATA_INSTALL = $(INSTALL_DATA) |
pkgconfigDATA_INSTALL = $(INSTALL_DATA) |
| 207 |
DATA = $(dist_doc_DATA) $(dist_html_DATA) $(dist_noinst_DATA) \ |
DATA = $(dist_doc_DATA) $(dist_html_DATA) $(dist_noinst_DATA) \ |
| 208 |
$(html_DATA) $(pkgconfig_DATA) |
$(html_DATA) $(pkgconfig_DATA) |
| 209 |
am__include_HEADERS_DIST = pcre.h pcreposix.h pcrecpp.h pcre_scanner.h |
am__include_HEADERS_DIST = pcreposix.h pcrecpp.h pcre_scanner.h |
| 210 |
includeHEADERS_INSTALL = $(INSTALL_HEADER) |
includeHEADERS_INSTALL = $(INSTALL_HEADER) |
| 211 |
nodist_includeHEADERS_INSTALL = $(INSTALL_HEADER) |
nodist_includeHEADERS_INSTALL = $(INSTALL_HEADER) |
| 212 |
HEADERS = $(include_HEADERS) $(nodist_include_HEADERS) |
HEADERS = $(include_HEADERS) $(nodist_include_HEADERS) |
| 350 |
doc/pcre.txt \ |
doc/pcre.txt \ |
| 351 |
doc/pcregrep.txt \ |
doc/pcregrep.txt \ |
| 352 |
doc/pcretest.txt \ |
doc/pcretest.txt \ |
|
doc/perltest.txt \ |
|
| 353 |
AUTHORS \ |
AUTHORS \ |
| 354 |
COPYING \ |
COPYING \ |
| 355 |
ChangeLog \ |
ChangeLog \ |
|
INSTALL \ |
|
| 356 |
LICENCE \ |
LICENCE \ |
| 357 |
NEWS \ |
NEWS \ |
|
NON-UNIX-USE \ |
|
| 358 |
README |
README |
| 359 |
|
|
| 360 |
dist_html_DATA = \ |
dist_html_DATA = \ |
| 400 |
@WITH_PCRE_CPP_TRUE@html_DATA = $(pcrecpp_html) |
@WITH_PCRE_CPP_TRUE@html_DATA = $(pcrecpp_html) |
| 401 |
|
|
| 402 |
# The Libtool libraries to install. We'll add to this later. |
# The Libtool libraries to install. We'll add to this later. |
| 403 |
lib_LTLIBRARIES = libpcre.la libpcreposix.la $(am__append_2) |
lib_LTLIBRARIES = libpcre.la libpcreposix.la $(am__append_3) |
| 404 |
check_SCRIPTS = |
check_SCRIPTS = |
| 405 |
noinst_SCRIPTS = RunTest RunGrepTest |
noinst_SCRIPTS = RunTest RunGrepTest |
| 406 |
|
|
| 410 |
|
|
| 411 |
# Additional files to bundle with the distribution. |
# Additional files to bundle with the distribution. |
| 412 |
|
|
| 413 |
|
# These files contain maintenance information |
| 414 |
|
|
| 415 |
|
# These files are used in the preparation of a release |
| 416 |
|
|
| 417 |
# These files are to do with building for Virtual Pascal |
# These files are to do with building for Virtual Pascal |
| 418 |
|
|
| 419 |
|
# These files are usable versions of pcre.h and config.h that are distributed |
| 420 |
|
# for the benefit of people who are building PCRE manually, without the |
| 421 |
|
# Autotools support. |
| 422 |
|
|
| 423 |
# The pcre_printint.src file is #included by some source files, so it must be |
# The pcre_printint.src file is #included by some source files, so it must be |
| 424 |
# distributed. In an Autotools world, config.h is generated from config.h.in, |
# distributed. |
| 425 |
# but, like pcre.h, we want to include it in the distribution so that users |
EXTRA_DIST = doc/perltest.txt NON-UNIX-USE INSTALL PrepareRelease \ |
| 426 |
# building without Autotools support have an easier time of it. |
CleanTxt Detrail 132html Index.html makevp.bat !compile.txt \ |
| 427 |
EXTRA_DIST = makevp.bat !compile.txt !linklib.txt pcregexp.pas \ |
!linklib.txt pcregexp.pas pcre.h.generic config.h.generic \ |
| 428 |
pcre_printint.src config.h RunTest.bat testdata/grepinput \ |
pcre_printint.src RunTest.bat testdata/grepinput \ |
| 429 |
testdata/grepinput8 testdata/grepinputx testdata/greplist \ |
testdata/grepinput8 testdata/grepinputx testdata/greplist \ |
| 430 |
testdata/grepoutput testdata/grepoutput8 testdata/testinput1 \ |
testdata/grepoutput testdata/grepoutput8 testdata/testinput1 \ |
| 431 |
testdata/testinput2 testdata/testinput3 testdata/testinput4 \ |
testdata/testinput2 testdata/testinput3 testdata/testinput4 \ |
| 436 |
testdata/testoutput8 testdata/testoutput9 perltest.pl \ |
testdata/testoutput8 testdata/testoutput9 perltest.pl \ |
| 437 |
$(pcrecpp_man) CMakeLists.txt config-cmake.h.in |
$(pcrecpp_man) CMakeLists.txt config-cmake.h.in |
| 438 |
|
|
| 439 |
# These are the header files we'll install. Note that while pcre.h is |
# These are the header files we'll install. We do not distribute pcre.h because |
| 440 |
# generated from pcre.h.in, we want to include it in the distribution so |
# it is generated from pcre.h.in. |
| 441 |
# that users building without Autotools support have an easier time of it. |
nodist_include_HEADERS = pcre.h $(am__append_1) |
| 442 |
include_HEADERS = pcre.h pcreposix.h $(am__append_1) |
include_HEADERS = pcreposix.h $(am__append_2) |
|
|
|
|
# These will be installed too, if C++ support is enabled. We don't |
|
|
# distribute pcrecpparg.h nor pcre_stringpiece.h, as these are generated |
|
|
# from corresponding .h.in files (which we do distribute). |
|
|
@WITH_PCRE_CPP_TRUE@nodist_include_HEADERS = \ |
|
|
@WITH_PCRE_CPP_TRUE@ pcrecpparg.h \ |
|
|
@WITH_PCRE_CPP_TRUE@ pcre_stringpiece.h |
|
|
|
|
| 443 |
bin_SCRIPTS = pcre-config |
bin_SCRIPTS = pcre-config |
| 444 |
dftables_SOURCES = dftables.c |
dftables_SOURCES = dftables.c |
| 445 |
libpcre_la_SOURCES = \ |
libpcre_la_SOURCES = \ |
| 498 |
|
|
| 499 |
# We have .pc files for pkg-config users. |
# We have .pc files for pkg-config users. |
| 500 |
pkgconfigdir = $(libdir)/pkgconfig |
pkgconfigdir = $(libdir)/pkgconfig |
| 501 |
pkgconfig_DATA = libpcre.pc $(am__append_5) |
pkgconfig_DATA = libpcre.pc $(am__append_6) |
| 502 |
dist_man_MANS = \ |
dist_man_MANS = \ |
| 503 |
doc/pcre.3 \ |
doc/pcre.3 \ |
| 504 |
doc/pcre_compile.3 \ |
doc/pcre_compile.3 \ |