| 2 |
|
|
| 3 |
dist_doc_DATA = \ |
dist_doc_DATA = \ |
| 4 |
doc/pcre.txt \ |
doc/pcre.txt \ |
| 5 |
|
doc/pcre-config.txt \ |
| 6 |
doc/pcregrep.txt \ |
doc/pcregrep.txt \ |
| 7 |
doc/pcretest.txt \ |
doc/pcretest.txt \ |
| 8 |
AUTHORS \ |
AUTHORS \ |
| 15 |
dist_html_DATA = \ |
dist_html_DATA = \ |
| 16 |
doc/html/index.html \ |
doc/html/index.html \ |
| 17 |
doc/html/pcre.html \ |
doc/html/pcre.html \ |
| 18 |
|
doc/html/pcre-config.html \ |
| 19 |
doc/html/pcre_compile.html \ |
doc/html/pcre_compile.html \ |
| 20 |
doc/html/pcre_compile2.html \ |
doc/html/pcre_compile2.html \ |
| 21 |
doc/html/pcre_config.html \ |
doc/html/pcre_config.html \ |
| 49 |
doc/html/pcreprecompile.html \ |
doc/html/pcreprecompile.html \ |
| 50 |
doc/html/pcresample.html \ |
doc/html/pcresample.html \ |
| 51 |
doc/html/pcrestack.html \ |
doc/html/pcrestack.html \ |
| 52 |
|
doc/html/pcresyntax.html \ |
| 53 |
doc/html/pcretest.html |
doc/html/pcretest.html |
| 54 |
|
|
| 55 |
pcrecpp_html = doc/html/pcrecpp.html |
pcrecpp_html = doc/html/pcrecpp.html |
| 211 |
|
|
| 212 |
lib_LTLIBRARIES += libpcrecpp.la |
lib_LTLIBRARIES += libpcrecpp.la |
| 213 |
libpcrecpp_la_SOURCES = \ |
libpcrecpp_la_SOURCES = \ |
| 214 |
|
pcrecpp_internal.h \ |
| 215 |
pcrecpp.cc \ |
pcrecpp.cc \ |
| 216 |
pcre_scanner.cc \ |
pcre_scanner.cc \ |
| 217 |
pcre_stringpiece.cc |
pcre_stringpiece.cc |
| 256 |
EXTRA_DIST += \ |
EXTRA_DIST += \ |
| 257 |
testdata/grepinput \ |
testdata/grepinput \ |
| 258 |
testdata/grepinput8 \ |
testdata/grepinput8 \ |
| 259 |
|
testdata/grepinputv \ |
| 260 |
testdata/grepinputx \ |
testdata/grepinputx \ |
| 261 |
testdata/greplist \ |
testdata/greplist \ |
| 262 |
testdata/grepoutput \ |
testdata/grepoutput \ |
| 271 |
testdata/testinput7 \ |
testdata/testinput7 \ |
| 272 |
testdata/testinput8 \ |
testdata/testinput8 \ |
| 273 |
testdata/testinput9 \ |
testdata/testinput9 \ |
| 274 |
|
testdata/testinput10 \ |
| 275 |
testdata/testoutput1 \ |
testdata/testoutput1 \ |
| 276 |
testdata/testoutput2 \ |
testdata/testoutput2 \ |
| 277 |
testdata/testoutput3 \ |
testdata/testoutput3 \ |
| 281 |
testdata/testoutput7 \ |
testdata/testoutput7 \ |
| 282 |
testdata/testoutput8 \ |
testdata/testoutput8 \ |
| 283 |
testdata/testoutput9 \ |
testdata/testoutput9 \ |
| 284 |
|
testdata/testoutput10 \ |
| 285 |
|
testdata/wintestinput3 \ |
| 286 |
|
testdata/wintestoutput3 \ |
| 287 |
perltest.pl |
perltest.pl |
| 288 |
|
|
| 289 |
CLEANFILES += \ |
CLEANFILES += \ |
| 290 |
testsavedregex \ |
testsavedregex \ |
| 291 |
teststderr \ |
teststderr \ |
| 292 |
testtry |
testtry \ |
| 293 |
|
testNinput |
| 294 |
|
|
| 295 |
# PCRE demonstration program |
# PCRE demonstration program |
| 296 |
noinst_PROGRAMS += pcredemo |
noinst_PROGRAMS += pcredemo |
| 311 |
|
|
| 312 |
dist_man_MANS = \ |
dist_man_MANS = \ |
| 313 |
doc/pcre.3 \ |
doc/pcre.3 \ |
| 314 |
|
doc/pcre-config.1 \ |
| 315 |
doc/pcre_compile.3 \ |
doc/pcre_compile.3 \ |
| 316 |
doc/pcre_compile2.3 \ |
doc/pcre_compile2.3 \ |
| 317 |
doc/pcre_config.3 \ |
doc/pcre_config.3 \ |
| 345 |
doc/pcreprecompile.3 \ |
doc/pcreprecompile.3 \ |
| 346 |
doc/pcresample.3 \ |
doc/pcresample.3 \ |
| 347 |
doc/pcrestack.3 \ |
doc/pcrestack.3 \ |
| 348 |
|
doc/pcresyntax.3 \ |
| 349 |
doc/pcretest.1 |
doc/pcretest.1 |
| 350 |
|
|
| 351 |
pcrecpp_man = doc/pcrecpp.3 |
pcrecpp_man = doc/pcrecpp.3 |