| 243 |
EXTRA_DIST += RunTest.bat |
EXTRA_DIST += RunTest.bat |
| 244 |
bin_PROGRAMS += pcretest |
bin_PROGRAMS += pcretest |
| 245 |
pcretest_SOURCES = pcretest.c |
pcretest_SOURCES = pcretest.c |
| 246 |
pcretest_LDADD = libpcreposix.la |
pcretest_LDADD = libpcreposix.la $(LIBREADLINE) |
| 247 |
|
|
| 248 |
TESTS += RunGrepTest |
TESTS += RunGrepTest |
| 249 |
dist_noinst_SCRIPTS += RunGrepTest |
dist_noinst_SCRIPTS += RunGrepTest |
| 250 |
bin_PROGRAMS += pcregrep |
bin_PROGRAMS += pcregrep |
| 251 |
pcregrep_SOURCES = pcregrep.c |
pcregrep_SOURCES = pcregrep.c |
| 252 |
pcregrep_LDADD = libpcreposix.la |
pcregrep_LDADD = libpcreposix.la $(LIBZ) $(LIBBZ2) |
| 253 |
|
|
| 254 |
EXTRA_DIST += \ |
EXTRA_DIST += \ |
| 255 |
testdata/grepinput \ |
testdata/grepinput \ |