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 \ |
268 |
testdata/testinput7 \ |
testdata/testinput7 \ |
269 |
testdata/testinput8 \ |
testdata/testinput8 \ |
270 |
testdata/testinput9 \ |
testdata/testinput9 \ |
271 |
|
testdata/testinput10 \ |
272 |
testdata/testoutput1 \ |
testdata/testoutput1 \ |
273 |
testdata/testoutput2 \ |
testdata/testoutput2 \ |
274 |
testdata/testoutput3 \ |
testdata/testoutput3 \ |
278 |
testdata/testoutput7 \ |
testdata/testoutput7 \ |
279 |
testdata/testoutput8 \ |
testdata/testoutput8 \ |
280 |
testdata/testoutput9 \ |
testdata/testoutput9 \ |
281 |
|
testdata/testoutput10 \ |
282 |
perltest.pl |
perltest.pl |
283 |
|
|
284 |
CLEANFILES += \ |
CLEANFILES += \ |
285 |
testsavedregex \ |
testsavedregex \ |
286 |
teststderr \ |
teststderr \ |
287 |
testtry |
testtry \ |
288 |
|
testNinput |
289 |
|
|
290 |
# PCRE demonstration program |
# PCRE demonstration program |
291 |
noinst_PROGRAMS += pcredemo |
noinst_PROGRAMS += pcredemo |
306 |
|
|
307 |
dist_man_MANS = \ |
dist_man_MANS = \ |
308 |
doc/pcre.3 \ |
doc/pcre.3 \ |
309 |
|
doc/pcre-config.1 \ |
310 |
doc/pcre_compile.3 \ |
doc/pcre_compile.3 \ |
311 |
doc/pcre_compile2.3 \ |
doc/pcre_compile2.3 \ |
312 |
doc/pcre_config.3 \ |
doc/pcre_config.3 \ |