| 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 \ |
| 42 |
doc/html/pcrebuild.html \ |
doc/html/pcrebuild.html \ |
| 43 |
doc/html/pcrecallout.html \ |
doc/html/pcrecallout.html \ |
| 44 |
doc/html/pcrecompat.html \ |
doc/html/pcrecompat.html \ |
| 45 |
|
doc/html/pcredemo.html \ |
| 46 |
doc/html/pcregrep.html \ |
doc/html/pcregrep.html \ |
| 47 |
doc/html/pcrematching.html \ |
doc/html/pcrematching.html \ |
| 48 |
doc/html/pcrepartial.html \ |
doc/html/pcrepartial.html \ |
| 256 |
|
|
| 257 |
EXTRA_DIST += \ |
EXTRA_DIST += \ |
| 258 |
testdata/grepinput \ |
testdata/grepinput \ |
| 259 |
|
testdata/grepinput3 \ |
| 260 |
testdata/grepinput8 \ |
testdata/grepinput8 \ |
| 261 |
testdata/grepinputv \ |
testdata/grepinputv \ |
| 262 |
testdata/grepinputx \ |
testdata/grepinputx \ |
| 276 |
testdata/testinput10 \ |
testdata/testinput10 \ |
| 277 |
testdata/testinput11 \ |
testdata/testinput11 \ |
| 278 |
testdata/testinput12 \ |
testdata/testinput12 \ |
| 279 |
|
testdata/testinput13 \ |
| 280 |
testdata/testoutput1 \ |
testdata/testoutput1 \ |
| 281 |
testdata/testoutput2 \ |
testdata/testoutput2 \ |
| 282 |
testdata/testoutput3 \ |
testdata/testoutput3 \ |
| 289 |
testdata/testoutput10 \ |
testdata/testoutput10 \ |
| 290 |
testdata/testoutput11 \ |
testdata/testoutput11 \ |
| 291 |
testdata/testoutput12 \ |
testdata/testoutput12 \ |
| 292 |
|
testdata/testoutput13 \ |
| 293 |
testdata/wintestinput3 \ |
testdata/wintestinput3 \ |
| 294 |
testdata/wintestoutput3 \ |
testdata/wintestoutput3 \ |
| 295 |
perltest.pl |
perltest.pl |