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 \ |
282 |
testdata/testoutput8 \ |
testdata/testoutput8 \ |
283 |
testdata/testoutput9 \ |
testdata/testoutput9 \ |
284 |
testdata/testoutput10 \ |
testdata/testoutput10 \ |
285 |
|
testdata/wintestinput3 \ |
286 |
|
testdata/wintestoutput3 \ |
287 |
perltest.pl |
perltest.pl |
288 |
|
|
289 |
CLEANFILES += \ |
CLEANFILES += \ |
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 |
358 |
## CMake support |
## CMake support |
359 |
|
|
360 |
EXTRA_DIST += \ |
EXTRA_DIST += \ |
361 |
|
cmake \ |
362 |
CMakeLists.txt \ |
CMakeLists.txt \ |
363 |
config-cmake.h.in |
config-cmake.h.in |
364 |
|
|