63 |
# TESTS is for binary unit tests, check_SCRIPTS for script-based tests |
# TESTS is for binary unit tests, check_SCRIPTS for script-based tests |
64 |
TESTS = |
TESTS = |
65 |
check_SCRIPTS = |
check_SCRIPTS = |
66 |
noinst_SCRIPTS = |
dist_noinst_SCRIPTS = |
67 |
|
|
68 |
# Some of the binaries we make are to be installed, and others are |
# Some of the binaries we make are to be installed, and others are |
69 |
# (non-user-visible) helper programs needed to build libpcre. |
# (non-user-visible) helper programs needed to build libpcre. |
106 |
pcre.h.generic \ |
pcre.h.generic \ |
107 |
config.h.generic |
config.h.generic |
108 |
|
|
109 |
|
pcre.h.generic: configure.ac |
110 |
|
rm -f $@ |
111 |
|
cp -p pcre.h $@ |
112 |
|
|
113 |
|
MAINTAINERCLEANFILES += pcre.h.generic |
114 |
|
|
115 |
# These are the header files we'll install. We do not distribute pcre.h because |
# These are the header files we'll install. We do not distribute pcre.h because |
116 |
# it is generated from pcre.h.in. |
# it is generated from pcre.h.in. |
117 |
nodist_include_HEADERS = \ |
nodist_include_HEADERS = \ |
237 |
# ways. We install these test binaries in case folks find it helpful. |
# ways. We install these test binaries in case folks find it helpful. |
238 |
|
|
239 |
TESTS += RunTest |
TESTS += RunTest |
240 |
noinst_SCRIPTS += RunTest |
dist_noinst_SCRIPTS += RunTest |
241 |
EXTRA_DIST += RunTest.bat |
EXTRA_DIST += RunTest.bat |
242 |
bin_PROGRAMS += pcretest |
bin_PROGRAMS += pcretest |
243 |
pcretest_SOURCES = pcretest.c |
pcretest_SOURCES = pcretest.c |
244 |
pcretest_LDADD = libpcreposix.la |
pcretest_LDADD = libpcreposix.la |
245 |
|
|
246 |
TESTS += RunGrepTest |
TESTS += RunGrepTest |
247 |
noinst_SCRIPTS += RunGrepTest |
dist_noinst_SCRIPTS += RunGrepTest |
248 |
bin_PROGRAMS += pcregrep |
bin_PROGRAMS += pcregrep |
249 |
pcregrep_SOURCES = pcregrep.c |
pcregrep_SOURCES = pcregrep.c |
250 |
pcregrep_LDADD = libpcreposix.la |
pcregrep_LDADD = libpcreposix.la |