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 \ |
17 |
dist_html_DATA = \ |
dist_html_DATA = \ |
18 |
doc/html/index.html \ |
doc/html/index.html \ |
19 |
doc/html/pcre.html \ |
doc/html/pcre.html \ |
20 |
|
doc/html/pcre16.html \ |
21 |
doc/html/pcre-config.html \ |
doc/html/pcre-config.html \ |
22 |
|
doc/html/pcre_assign_jit_stack.html \ |
23 |
doc/html/pcre_compile.html \ |
doc/html/pcre_compile.html \ |
24 |
doc/html/pcre_compile2.html \ |
doc/html/pcre_compile2.html \ |
25 |
doc/html/pcre_config.html \ |
doc/html/pcre_config.html \ |
27 |
doc/html/pcre_copy_substring.html \ |
doc/html/pcre_copy_substring.html \ |
28 |
doc/html/pcre_dfa_exec.html \ |
doc/html/pcre_dfa_exec.html \ |
29 |
doc/html/pcre_exec.html \ |
doc/html/pcre_exec.html \ |
30 |
|
doc/html/pcre_free_study.html \ |
31 |
doc/html/pcre_free_substring.html \ |
doc/html/pcre_free_substring.html \ |
32 |
doc/html/pcre_free_substring_list.html \ |
doc/html/pcre_free_substring_list.html \ |
33 |
doc/html/pcre_fullinfo.html \ |
doc/html/pcre_fullinfo.html \ |
36 |
doc/html/pcre_get_stringtable_entries.html \ |
doc/html/pcre_get_stringtable_entries.html \ |
37 |
doc/html/pcre_get_substring.html \ |
doc/html/pcre_get_substring.html \ |
38 |
doc/html/pcre_get_substring_list.html \ |
doc/html/pcre_get_substring_list.html \ |
39 |
doc/html/pcre_info.html \ |
doc/html/pcre_jit_stack_alloc.html \ |
40 |
|
doc/html/pcre_jit_stack_free.html \ |
41 |
doc/html/pcre_maketables.html \ |
doc/html/pcre_maketables.html \ |
42 |
|
doc/html/pcre_pattern_to_host_byte_order.html \ |
43 |
doc/html/pcre_refcount.html \ |
doc/html/pcre_refcount.html \ |
44 |
doc/html/pcre_study.html \ |
doc/html/pcre_study.html \ |
45 |
|
doc/html/pcre_utf16_to_host_byte_order.html \ |
46 |
doc/html/pcre_version.html \ |
doc/html/pcre_version.html \ |
47 |
doc/html/pcreapi.html \ |
doc/html/pcreapi.html \ |
48 |
doc/html/pcrebuild.html \ |
doc/html/pcrebuild.html \ |
49 |
doc/html/pcrecallout.html \ |
doc/html/pcrecallout.html \ |
50 |
doc/html/pcrecompat.html \ |
doc/html/pcrecompat.html \ |
51 |
|
doc/html/pcredemo.html \ |
52 |
doc/html/pcregrep.html \ |
doc/html/pcregrep.html \ |
53 |
|
doc/html/pcrejit.html \ |
54 |
|
doc/html/pcrelimits.html \ |
55 |
doc/html/pcrematching.html \ |
doc/html/pcrematching.html \ |
56 |
doc/html/pcrepartial.html \ |
doc/html/pcrepartial.html \ |
57 |
doc/html/pcrepattern.html \ |
doc/html/pcrepattern.html \ |
61 |
doc/html/pcresample.html \ |
doc/html/pcresample.html \ |
62 |
doc/html/pcrestack.html \ |
doc/html/pcrestack.html \ |
63 |
doc/html/pcresyntax.html \ |
doc/html/pcresyntax.html \ |
64 |
doc/html/pcretest.html |
doc/html/pcretest.html \ |
65 |
|
doc/html/pcreunicode.html |
66 |
|
|
67 |
pcrecpp_html = doc/html/pcrecpp.html |
pcrecpp_html = doc/html/pcrecpp.html |
68 |
dist_noinst_DATA = $(pcrecpp_html) |
dist_noinst_DATA = $(pcrecpp_html) |
81 |
dist_noinst_SCRIPTS = |
dist_noinst_SCRIPTS = |
82 |
|
|
83 |
# 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 |
84 |
# (non-user-visible) helper programs needed to build libpcre. |
# (non-user-visible) helper programs needed to build libpcre or libpcre16. |
85 |
bin_PROGRAMS = |
bin_PROGRAMS = |
86 |
noinst_PROGRAMS = |
noinst_PROGRAMS = |
87 |
|
|
102 |
# These files are used in the preparation of a release |
# These files are used in the preparation of a release |
103 |
EXTRA_DIST += \ |
EXTRA_DIST += \ |
104 |
PrepareRelease \ |
PrepareRelease \ |
105 |
|
CheckMan \ |
106 |
CleanTxt \ |
CleanTxt \ |
107 |
Detrail \ |
Detrail \ |
108 |
132html \ |
132html \ |
171 |
|
|
172 |
endif # WITH_REBUILD_CHARTABLES |
endif # WITH_REBUILD_CHARTABLES |
173 |
|
|
174 |
|
BUILT_SOURCES = pcre_chartables.c |
175 |
|
|
176 |
## The main pcre library |
## The main pcre library |
177 |
|
|
178 |
|
# Build the 8 bit library if it is enabled. |
179 |
|
if WITH_PCRE8 |
180 |
lib_LTLIBRARIES += libpcre.la |
lib_LTLIBRARIES += libpcre.la |
181 |
libpcre_la_SOURCES = \ |
libpcre_la_SOURCES = \ |
182 |
|
pcre_byte_order.c \ |
183 |
pcre_compile.c \ |
pcre_compile.c \ |
184 |
pcre_config.c \ |
pcre_config.c \ |
185 |
pcre_dfa_exec.c \ |
pcre_dfa_exec.c \ |
187 |
pcre_fullinfo.c \ |
pcre_fullinfo.c \ |
188 |
pcre_get.c \ |
pcre_get.c \ |
189 |
pcre_globals.c \ |
pcre_globals.c \ |
|
pcre_info.c \ |
|
190 |
pcre_internal.h \ |
pcre_internal.h \ |
191 |
|
pcre_jit_compile.c \ |
192 |
pcre_maketables.c \ |
pcre_maketables.c \ |
193 |
pcre_newline.c \ |
pcre_newline.c \ |
194 |
pcre_ord2utf8.c \ |
pcre_ord2utf8.c \ |
195 |
pcre_refcount.c \ |
pcre_refcount.c \ |
196 |
|
pcre_string_utils.c \ |
197 |
pcre_study.c \ |
pcre_study.c \ |
198 |
pcre_tables.c \ |
pcre_tables.c \ |
|
pcre_try_flipped.c \ |
|
199 |
pcre_ucd.c \ |
pcre_ucd.c \ |
200 |
pcre_valid_utf8.c \ |
pcre_valid_utf8.c \ |
201 |
pcre_version.c \ |
pcre_version.c \ |
206 |
nodist_libpcre_la_SOURCES = \ |
nodist_libpcre_la_SOURCES = \ |
207 |
pcre_chartables.c |
pcre_chartables.c |
208 |
|
|
209 |
# The pcre_printint.src file is #included by some source files, so it must be |
endif # WITH_PCRE8 |
210 |
# distributed. The pcre_chartables.c.dist file is the default version of |
|
211 |
# pcre_chartables.c, used unless --enable-rebuild-chartables is specified. |
# Build the 16 bit library if it is enabled. |
212 |
EXTRA_DIST += pcre_printint.src pcre_chartables.c.dist |
if WITH_PCRE16 |
213 |
|
lib_LTLIBRARIES += libpcre16.la |
214 |
|
libpcre16_la_SOURCES = \ |
215 |
|
pcre16_byte_order.c \ |
216 |
|
pcre16_chartables.c \ |
217 |
|
pcre16_compile.c \ |
218 |
|
pcre16_config.c \ |
219 |
|
pcre16_dfa_exec.c \ |
220 |
|
pcre16_exec.c \ |
221 |
|
pcre16_fullinfo.c \ |
222 |
|
pcre16_get.c \ |
223 |
|
pcre16_globals.c \ |
224 |
|
pcre16_jit_compile.c \ |
225 |
|
pcre16_maketables.c \ |
226 |
|
pcre16_newline.c \ |
227 |
|
pcre16_ord2utf16.c \ |
228 |
|
pcre16_refcount.c \ |
229 |
|
pcre16_string_utils.c \ |
230 |
|
pcre16_study.c \ |
231 |
|
pcre16_tables.c \ |
232 |
|
pcre16_ucd.c \ |
233 |
|
pcre16_utf16_utils.c \ |
234 |
|
pcre16_valid_utf16.c \ |
235 |
|
pcre16_version.c \ |
236 |
|
pcre16_xclass.c |
237 |
|
|
238 |
|
## This file is generated as part of the building process, so don't distribute. |
239 |
|
nodist_libpcre16_la_SOURCES = \ |
240 |
|
pcre_chartables.c |
241 |
|
|
242 |
|
endif # WITH_PCRE16 |
243 |
|
|
244 |
|
# The pcre_chartables.c.dist file is the default version of pcre_chartables.c, |
245 |
|
# used unless --enable-rebuild-chartables is specified. |
246 |
|
EXTRA_DIST += pcre_chartables.c.dist |
247 |
|
|
248 |
|
# The JIT compiler lives in a separate directory, but its files are #included |
249 |
|
# when pcre_jit_compile.c is processed, so they must be distributed. |
250 |
|
EXTRA_DIST += \ |
251 |
|
sljit/sljitConfig.h \ |
252 |
|
sljit/sljitConfigInternal.h \ |
253 |
|
sljit/sljitExecAllocator.c \ |
254 |
|
sljit/sljitLir.c \ |
255 |
|
sljit/sljitLir.h \ |
256 |
|
sljit/sljitNativeARM_Thumb2.c \ |
257 |
|
sljit/sljitNativeARM_v5.c \ |
258 |
|
sljit/sljitNativeMIPS_32.c \ |
259 |
|
sljit/sljitNativeMIPS_common.c \ |
260 |
|
sljit/sljitNativePPC_32.c \ |
261 |
|
sljit/sljitNativePPC_64.c \ |
262 |
|
sljit/sljitNativePPC_common.c \ |
263 |
|
sljit/sljitNativeX86_32.c \ |
264 |
|
sljit/sljitNativeX86_64.c \ |
265 |
|
sljit/sljitNativeX86_common.c \ |
266 |
|
sljit/sljitUtils.c |
267 |
|
|
268 |
|
if WITH_PCRE8 |
269 |
libpcre_la_LDFLAGS = $(EXTRA_LIBPCRE_LDFLAGS) |
libpcre_la_LDFLAGS = $(EXTRA_LIBPCRE_LDFLAGS) |
270 |
|
endif # WITH_PCRE8 |
271 |
|
if WITH_PCRE16 |
272 |
|
libpcre16_la_LDFLAGS = $(EXTRA_LIBPCRE16_LDFLAGS) |
273 |
|
endif # WITH_PCRE16 |
274 |
|
|
275 |
CLEANFILES += pcre_chartables.c |
CLEANFILES += pcre_chartables.c |
276 |
|
|
277 |
|
## If JIT support is enabled, arrange for the JIT test program to run. |
278 |
|
if WITH_JIT |
279 |
|
TESTS += pcre_jit_test |
280 |
|
noinst_PROGRAMS += pcre_jit_test |
281 |
|
pcre_jit_test_SOURCES = pcre_jit_test.c |
282 |
|
pcre_jit_test_LDADD = |
283 |
|
if WITH_PCRE8 |
284 |
|
pcre_jit_test_LDADD += libpcre.la |
285 |
|
endif # WITH_PCRE8 |
286 |
|
if WITH_PCRE16 |
287 |
|
pcre_jit_test_LDADD += libpcre16.la |
288 |
|
endif # WITH_PCRE16 |
289 |
|
endif # WITH_JIT |
290 |
|
|
291 |
## A version of the main pcre library that has a posix re API. |
## A version of the main pcre library that has a posix re API. |
292 |
|
if WITH_PCRE8 |
293 |
lib_LTLIBRARIES += libpcreposix.la |
lib_LTLIBRARIES += libpcreposix.la |
294 |
libpcreposix_la_SOURCES = \ |
libpcreposix_la_SOURCES = \ |
295 |
pcreposix.c |
pcreposix.c |
296 |
libpcreposix_la_LDFLAGS = $(EXTRA_LIBPCREPOSIX_LDFLAGS) |
libpcreposix_la_LDFLAGS = $(EXTRA_LIBPCREPOSIX_LDFLAGS) |
297 |
libpcreposix_la_LIBADD = libpcre.la |
libpcreposix_la_LIBADD = libpcre.la |
298 |
|
endif # WITH_PCRE8 |
299 |
|
|
300 |
## There's a C++ library as well. |
## There's a C++ library as well. |
301 |
if WITH_PCRE_CPP |
if WITH_PCRE_CPP |
336 |
EXTRA_DIST += RunTest.bat |
EXTRA_DIST += RunTest.bat |
337 |
bin_PROGRAMS += pcretest |
bin_PROGRAMS += pcretest |
338 |
pcretest_SOURCES = pcretest.c |
pcretest_SOURCES = pcretest.c |
339 |
pcretest_LDADD = libpcreposix.la |
pcretest_LDADD = $(LIBREADLINE) |
340 |
|
if WITH_PCRE8 |
341 |
|
pcretest_SOURCES += pcre_printint.c |
342 |
|
pcretest_LDADD += libpcreposix.la |
343 |
|
endif # WITH_PCRE8 |
344 |
|
if WITH_PCRE16 |
345 |
|
pcretest_SOURCES += pcre16_printint.c |
346 |
|
pcretest_LDADD += libpcre16.la |
347 |
|
endif # WITH_PCRE16 |
348 |
|
|
349 |
|
if WITH_PCRE8 |
350 |
TESTS += RunGrepTest |
TESTS += RunGrepTest |
351 |
dist_noinst_SCRIPTS += RunGrepTest |
dist_noinst_SCRIPTS += RunGrepTest |
352 |
bin_PROGRAMS += pcregrep |
bin_PROGRAMS += pcregrep |
353 |
pcregrep_SOURCES = pcregrep.c |
pcregrep_SOURCES = pcregrep.c |
354 |
pcregrep_LDADD = libpcreposix.la |
pcregrep_LDADD = $(LIBZ) $(LIBBZ2) |
355 |
|
pcregrep_LDADD += libpcreposix.la |
356 |
|
endif # WITH_PCRE8 |
357 |
|
|
358 |
EXTRA_DIST += \ |
EXTRA_DIST += \ |
359 |
testdata/grepinput \ |
testdata/grepinput \ |
360 |
|
testdata/grepinput3 \ |
361 |
testdata/grepinput8 \ |
testdata/grepinput8 \ |
362 |
testdata/grepinputv \ |
testdata/grepinputv \ |
363 |
testdata/grepinputx \ |
testdata/grepinputx \ |
365 |
testdata/grepoutput \ |
testdata/grepoutput \ |
366 |
testdata/grepoutput8 \ |
testdata/grepoutput8 \ |
367 |
testdata/grepoutputN \ |
testdata/grepoutputN \ |
368 |
|
testdata/greppatN4 \ |
369 |
|
testdata/saved16 \ |
370 |
|
testdata/saved16BE-1 \ |
371 |
|
testdata/saved16BE-2 \ |
372 |
|
testdata/saved16LE-1 \ |
373 |
|
testdata/saved16LE-2 \ |
374 |
|
testdata/saved8 \ |
375 |
testdata/testinput1 \ |
testdata/testinput1 \ |
376 |
testdata/testinput2 \ |
testdata/testinput2 \ |
377 |
testdata/testinput3 \ |
testdata/testinput3 \ |
382 |
testdata/testinput8 \ |
testdata/testinput8 \ |
383 |
testdata/testinput9 \ |
testdata/testinput9 \ |
384 |
testdata/testinput10 \ |
testdata/testinput10 \ |
385 |
|
testdata/testinput11 \ |
386 |
|
testdata/testinput12 \ |
387 |
|
testdata/testinput13 \ |
388 |
|
testdata/testinput14 \ |
389 |
|
testdata/testinput15 \ |
390 |
|
testdata/testinput16 \ |
391 |
|
testdata/testinput17 \ |
392 |
|
testdata/testinput18 \ |
393 |
|
testdata/testinput19 \ |
394 |
|
testdata/testinput20 \ |
395 |
|
testdata/testinput21 \ |
396 |
|
testdata/testinput22 \ |
397 |
testdata/testoutput1 \ |
testdata/testoutput1 \ |
398 |
testdata/testoutput2 \ |
testdata/testoutput2 \ |
399 |
testdata/testoutput3 \ |
testdata/testoutput3 \ |
404 |
testdata/testoutput8 \ |
testdata/testoutput8 \ |
405 |
testdata/testoutput9 \ |
testdata/testoutput9 \ |
406 |
testdata/testoutput10 \ |
testdata/testoutput10 \ |
407 |
|
testdata/testoutput11-16 \ |
408 |
|
testdata/testoutput11-8 \ |
409 |
|
testdata/testoutput12 \ |
410 |
|
testdata/testoutput13 \ |
411 |
|
testdata/testoutput14 \ |
412 |
|
testdata/testoutput15 \ |
413 |
|
testdata/testoutput16 \ |
414 |
|
testdata/testoutput17 \ |
415 |
|
testdata/testoutput18 \ |
416 |
|
testdata/testoutput19 \ |
417 |
|
testdata/testoutput20 \ |
418 |
|
testdata/testoutput21 \ |
419 |
|
testdata/testoutput22 \ |
420 |
testdata/wintestinput3 \ |
testdata/wintestinput3 \ |
421 |
testdata/wintestoutput3 \ |
testdata/wintestoutput3 \ |
422 |
perltest.pl |
perltest.pl |
446 |
# A PCRE user submitted the following addition, saying that it "will allow |
# A PCRE user submitted the following addition, saying that it "will allow |
447 |
# anyone using the 'mingw32' compiler to simply type 'make pcre.dll' and get a |
# anyone using the 'mingw32' compiler to simply type 'make pcre.dll' and get a |
448 |
# nice DLL for Windows use". (It is used by the pcre.dll target.) |
# nice DLL for Windows use". (It is used by the pcre.dll target.) |
449 |
DLL_OBJS= pcre_compile.o pcre_config.o \ |
DLL_OBJS= pcre_byte_order.o pcre_compile.o pcre_config.o \ |
450 |
pcre_dfa_exec.o pcre_exec.o pcre_fullinfo.o pcre_get.o \ |
pcre_dfa_exec.o pcre_exec.o pcre_fullinfo.o pcre_get.o \ |
451 |
pcre_globals.o pcre_info.o pcre_maketables.o \ |
pcre_globals.o pcre_jit_compile.o pcre_maketables.o \ |
452 |
pcre_newline.o pcre_ord2utf8.o pcre_refcount.o \ |
pcre_newline.o pcre_ord2utf8.o pcre_refcount.o \ |
453 |
pcre_study.o pcre_tables.o pcre_try_flipped.o \ |
pcre_study.o pcre_tables.o pcre_ucd.o \ |
454 |
pcre_ucd.o pcre_valid_utf8.o pcre_version.o \ |
pcre_valid_utf8.o pcre_version.o pcre_chartables.o \ |
|
pcre_chartables.o \ |
|
455 |
pcre_xclass.o |
pcre_xclass.o |
456 |
|
|
457 |
# A PCRE user submitted the following addition, saying that it "will allow |
# A PCRE user submitted the following addition, saying that it "will allow |
463 |
|
|
464 |
# We have .pc files for pkg-config users. |
# We have .pc files for pkg-config users. |
465 |
pkgconfigdir = $(libdir)/pkgconfig |
pkgconfigdir = $(libdir)/pkgconfig |
466 |
pkgconfig_DATA = libpcre.pc |
pkgconfig_DATA = libpcre.pc libpcreposix.pc |
467 |
|
if WITH_PCRE16 |
468 |
|
pkgconfig_DATA += libpcre16.pc |
469 |
|
endif |
470 |
if WITH_PCRE_CPP |
if WITH_PCRE_CPP |
471 |
pkgconfig_DATA += libpcrecpp.pc |
pkgconfig_DATA += libpcrecpp.pc |
472 |
endif |
endif |
473 |
|
|
474 |
dist_man_MANS = \ |
dist_man_MANS = \ |
475 |
doc/pcre.3 \ |
doc/pcre.3 \ |
476 |
|
doc/pcre16.3 \ |
477 |
doc/pcre-config.1 \ |
doc/pcre-config.1 \ |
478 |
|
doc/pcre_assign_jit_stack.3 \ |
479 |
doc/pcre_compile.3 \ |
doc/pcre_compile.3 \ |
480 |
doc/pcre_compile2.3 \ |
doc/pcre_compile2.3 \ |
481 |
doc/pcre_config.3 \ |
doc/pcre_config.3 \ |
483 |
doc/pcre_copy_substring.3 \ |
doc/pcre_copy_substring.3 \ |
484 |
doc/pcre_dfa_exec.3 \ |
doc/pcre_dfa_exec.3 \ |
485 |
doc/pcre_exec.3 \ |
doc/pcre_exec.3 \ |
486 |
|
doc/pcre_free_study.3 \ |
487 |
doc/pcre_free_substring.3 \ |
doc/pcre_free_substring.3 \ |
488 |
doc/pcre_free_substring_list.3 \ |
doc/pcre_free_substring_list.3 \ |
489 |
doc/pcre_fullinfo.3 \ |
doc/pcre_fullinfo.3 \ |
492 |
doc/pcre_get_stringtable_entries.3 \ |
doc/pcre_get_stringtable_entries.3 \ |
493 |
doc/pcre_get_substring.3 \ |
doc/pcre_get_substring.3 \ |
494 |
doc/pcre_get_substring_list.3 \ |
doc/pcre_get_substring_list.3 \ |
495 |
doc/pcre_info.3 \ |
doc/pcre_jit_stack_alloc.3 \ |
496 |
|
doc/pcre_jit_stack_free.3 \ |
497 |
doc/pcre_maketables.3 \ |
doc/pcre_maketables.3 \ |
498 |
|
doc/pcre_pattern_to_host_byte_order.3 \ |
499 |
doc/pcre_refcount.3 \ |
doc/pcre_refcount.3 \ |
500 |
doc/pcre_study.3 \ |
doc/pcre_study.3 \ |
501 |
|
doc/pcre_utf16_to_host_byte_order.3 \ |
502 |
doc/pcre_version.3 \ |
doc/pcre_version.3 \ |
503 |
doc/pcreapi.3 \ |
doc/pcreapi.3 \ |
504 |
doc/pcrebuild.3 \ |
doc/pcrebuild.3 \ |
505 |
doc/pcrecallout.3 \ |
doc/pcrecallout.3 \ |
506 |
doc/pcrecompat.3 \ |
doc/pcrecompat.3 \ |
507 |
doc/pcregrep.1 \ |
doc/pcregrep.1 \ |
508 |
|
doc/pcrejit.3 \ |
509 |
|
doc/pcrelimits.3 \ |
510 |
doc/pcrematching.3 \ |
doc/pcrematching.3 \ |
511 |
doc/pcrepartial.3 \ |
doc/pcrepartial.3 \ |
512 |
doc/pcrepattern.3 \ |
doc/pcrepattern.3 \ |
516 |
doc/pcresample.3 \ |
doc/pcresample.3 \ |
517 |
doc/pcrestack.3 \ |
doc/pcrestack.3 \ |
518 |
doc/pcresyntax.3 \ |
doc/pcresyntax.3 \ |
519 |
doc/pcretest.1 |
doc/pcretest.1 \ |
520 |
|
doc/pcreunicode.3 |
521 |
|
|
522 |
|
# Arrange for the per-function man pages to have 16-bit names as well. |
523 |
|
install-exec-hook: |
524 |
|
pushd $(DESTDIR)($man3dir) |
525 |
|
ln -s pcre_assign_jit_stack.3 pcre16_assign_jit_stack.3 |
526 |
|
ln -s pcre_compile.3 pcre16_compile.3 |
527 |
|
ln -s pcre_compile2.3 pcre16_compile2.3 |
528 |
|
ln -s pcre_config.3 pcre16_config.3 |
529 |
|
ln -s pcre_copy_named_substring.3 pcre16_copy_named_substring.3 |
530 |
|
ln -s pcre_copy_substring.3 pcre16_copy_substring.3 |
531 |
|
ln -s pcre_dfa_exec.3 pcre16_dfa_exec.3 |
532 |
|
ln -s pcre_exec.3 pcre16_exec.3 |
533 |
|
ln -s pcre_free_study.3 pcre16_free_study.3 |
534 |
|
ln -s pcre_free_substring.3 pcre16_free_substring.3 |
535 |
|
ln -s pcre_free_substring_list.3 pcre16_free_substring_list.3 |
536 |
|
ln -s pcre_fullinfo.3 pcre16_fullinfo.3 |
537 |
|
ln -s pcre_get_named_substring.3 pcre16_get_named_substring.3 |
538 |
|
ln -s pcre_get_stringnumber.3 pcre16_get_stringnumber.3 |
539 |
|
ln -s pcre_get_stringtable_entries.3 pcre16_get_stringtable_entries.3 |
540 |
|
ln -s pcre_get_substring.3 pcre16_get_substring.3 |
541 |
|
ln -s pcre_get_substring_list.3 pcre16_get_substring_list.3 |
542 |
|
ln -s pcre_jit_stack_alloc.3 pcre16_jit_stack_alloc.3 |
543 |
|
ln -s pcre_jit_stack_free.3 pcre16_jit_stack_free.3 |
544 |
|
ln -s pcre_maketables.3 pcre16_maketables.3 |
545 |
|
ln -s pcre_pattern_to_host_byte_order.3 pcre16_pattern_to_host_byte_order.3 |
546 |
|
ln -s pcre_refcount.3 pcre16_refcount.3 |
547 |
|
ln -s pcre_study.3 pcre16_study.3 |
548 |
|
ln -s pcre_utf16_to_host_byte_order.3 pcre16_utf16_to_host_byte_order.3 |
549 |
|
ln -s pcre_version.3 pcre16_version.3 |
550 |
|
popd |
551 |
|
|
552 |
pcrecpp_man = doc/pcrecpp.3 |
pcrecpp_man = doc/pcrecpp.3 |
553 |
EXTRA_DIST += $(pcrecpp_man) |
EXTRA_DIST += $(pcrecpp_man) |