Annotation of embedaddon/pcre/Makefile.in, revision 1.1.1.1
1.1 misho 1: # Makefile.in generated by automake 1.11.1 from Makefile.am.
2: # @configure_input@
3:
4: # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5: # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
6: # Inc.
7: # This Makefile.in is free software; the Free Software Foundation
8: # gives unlimited permission to copy and/or distribute it,
9: # with or without modifications, as long as this notice is preserved.
10:
11: # This program is distributed in the hope that it will be useful,
12: # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13: # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14: # PARTICULAR PURPOSE.
15:
16: @SET_MAKE@
17:
18:
19:
20:
21:
22: VPATH = @srcdir@
23: pkgdatadir = $(datadir)/@PACKAGE@
24: pkgincludedir = $(includedir)/@PACKAGE@
25: pkglibdir = $(libdir)/@PACKAGE@
26: pkglibexecdir = $(libexecdir)/@PACKAGE@
27: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
28: install_sh_DATA = $(install_sh) -c -m 644
29: install_sh_PROGRAM = $(install_sh) -c
30: install_sh_SCRIPT = $(install_sh) -c
31: INSTALL_HEADER = $(INSTALL_DATA)
32: transform = $(program_transform_name)
33: NORMAL_INSTALL = :
34: PRE_INSTALL = :
35: POST_INSTALL = :
36: NORMAL_UNINSTALL = :
37: PRE_UNINSTALL = :
38: POST_UNINSTALL = :
39: build_triplet = @build@
40: host_triplet = @host@
41: TESTS = $(am__EXEEXT_2) $(am__EXEEXT_3) RunTest RunGrepTest
42: bin_PROGRAMS = pcretest$(EXEEXT) pcregrep$(EXEEXT)
43: noinst_PROGRAMS = $(am__EXEEXT_1) $(am__EXEEXT_2) $(am__EXEEXT_3)
44:
45: # These additional headers will be be installed if C++ support is enabled. We
46: # do not distribute pcrecpparg.h or pcre_stringpiece.h, as these are generated
47: # from corresponding .h.in files (which we do distribute).
48: @WITH_PCRE_CPP_TRUE@am__append_1 = \
49: @WITH_PCRE_CPP_TRUE@ pcrecpparg.h \
50: @WITH_PCRE_CPP_TRUE@ pcre_stringpiece.h
51:
52: @WITH_PCRE_CPP_TRUE@am__append_2 = \
53: @WITH_PCRE_CPP_TRUE@ pcrecpp.h \
54: @WITH_PCRE_CPP_TRUE@ pcre_scanner.h
55:
56: @WITH_REBUILD_CHARTABLES_TRUE@am__append_3 = dftables
57: @WITH_JIT_TRUE@am__append_4 = pcre_jit_test
58: @WITH_JIT_TRUE@am__append_5 = pcre_jit_test
59: @WITH_PCRE_CPP_TRUE@am__append_6 = libpcrecpp.la
60: @WITH_PCRE_CPP_TRUE@am__append_7 = pcrecpp_unittest \
61: @WITH_PCRE_CPP_TRUE@ pcre_scanner_unittest \
62: @WITH_PCRE_CPP_TRUE@ pcre_stringpiece_unittest
63: @WITH_PCRE_CPP_TRUE@am__append_8 = pcrecpp_unittest \
64: @WITH_PCRE_CPP_TRUE@ pcre_scanner_unittest \
65: @WITH_PCRE_CPP_TRUE@ pcre_stringpiece_unittest
66: @WITH_PCRE_CPP_TRUE@am__append_9 = libpcrecpp.pc
67: subdir = .
68: DIST_COMMON = README $(am__configure_deps) $(am__include_HEADERS_DIST) \
69: $(dist_doc_DATA) $(dist_html_DATA) $(dist_man_MANS) \
70: $(dist_noinst_DATA) $(dist_noinst_SCRIPTS) \
71: $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
72: $(srcdir)/config.h.in $(srcdir)/libpcre.pc.in \
73: $(srcdir)/libpcrecpp.pc.in $(srcdir)/libpcreposix.pc.in \
74: $(srcdir)/pcre-config.in $(srcdir)/pcre.h.in \
75: $(srcdir)/pcre_stringpiece.h.in $(srcdir)/pcrecpparg.h.in \
76: $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
77: config.guess config.sub depcomp install-sh ltmain.sh missing
78: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
79: am__aclocal_m4_deps = $(top_srcdir)/configure.ac
80: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
81: $(ACLOCAL_M4)
82: am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
83: configure.lineno config.status.lineno
84: mkinstalldirs = $(install_sh) -d
85: CONFIG_HEADER = config.h
86: CONFIG_CLEAN_FILES = libpcre.pc libpcreposix.pc libpcrecpp.pc \
87: pcre-config pcre.h pcre_stringpiece.h pcrecpparg.h
88: CONFIG_CLEAN_VPATH_FILES =
89: am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
90: am__vpath_adj = case $$p in \
91: $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
92: *) f=$$p;; \
93: esac;
94: am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
95: am__install_max = 40
96: am__nobase_strip_setup = \
97: srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
98: am__nobase_strip = \
99: for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
100: am__nobase_list = $(am__nobase_strip_setup); \
101: for p in $$list; do echo "$$p $$p"; done | \
102: sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
103: $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
104: if (++n[$$2] == $(am__install_max)) \
105: { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
106: END { for (dir in files) print dir, files[dir] }'
107: am__base_list = \
108: sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
109: sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
110: am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" \
111: "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)" \
112: "$(DESTDIR)$(man3dir)" "$(DESTDIR)$(docdir)" \
113: "$(DESTDIR)$(htmldir)" "$(DESTDIR)$(htmldir)" \
114: "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(includedir)" \
115: "$(DESTDIR)$(includedir)"
116: LTLIBRARIES = $(lib_LTLIBRARIES)
117: libpcre_la_LIBADD =
118: am_libpcre_la_OBJECTS = pcre_compile.lo pcre_config.lo \
119: pcre_dfa_exec.lo pcre_exec.lo pcre_fullinfo.lo pcre_get.lo \
120: pcre_globals.lo pcre_info.lo pcre_jit_compile.lo \
121: pcre_maketables.lo pcre_newline.lo pcre_ord2utf8.lo \
122: pcre_refcount.lo pcre_study.lo pcre_tables.lo \
123: pcre_try_flipped.lo pcre_ucd.lo pcre_valid_utf8.lo \
124: pcre_version.lo pcre_xclass.lo
125: nodist_libpcre_la_OBJECTS = pcre_chartables.lo
126: libpcre_la_OBJECTS = $(am_libpcre_la_OBJECTS) \
127: $(nodist_libpcre_la_OBJECTS)
128: libpcre_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
129: $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
130: $(libpcre_la_LDFLAGS) $(LDFLAGS) -o $@
131: @WITH_PCRE_CPP_TRUE@libpcrecpp_la_DEPENDENCIES = libpcre.la
132: am__libpcrecpp_la_SOURCES_DIST = pcrecpp_internal.h pcrecpp.cc \
133: pcre_scanner.cc pcre_stringpiece.cc
134: @WITH_PCRE_CPP_TRUE@am_libpcrecpp_la_OBJECTS = pcrecpp.lo \
135: @WITH_PCRE_CPP_TRUE@ pcre_scanner.lo pcre_stringpiece.lo
136: libpcrecpp_la_OBJECTS = $(am_libpcrecpp_la_OBJECTS)
137: libpcrecpp_la_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
138: $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
139: $(CXXFLAGS) $(libpcrecpp_la_LDFLAGS) $(LDFLAGS) -o $@
140: @WITH_PCRE_CPP_TRUE@am_libpcrecpp_la_rpath = -rpath $(libdir)
141: libpcreposix_la_DEPENDENCIES = libpcre.la
142: am_libpcreposix_la_OBJECTS = pcreposix.lo
143: libpcreposix_la_OBJECTS = $(am_libpcreposix_la_OBJECTS)
144: libpcreposix_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
145: $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
146: $(libpcreposix_la_LDFLAGS) $(LDFLAGS) -o $@
147: @WITH_REBUILD_CHARTABLES_TRUE@am__EXEEXT_1 = dftables$(EXEEXT)
148: @WITH_JIT_TRUE@am__EXEEXT_2 = pcre_jit_test$(EXEEXT)
149: @WITH_PCRE_CPP_TRUE@am__EXEEXT_3 = pcrecpp_unittest$(EXEEXT) \
150: @WITH_PCRE_CPP_TRUE@ pcre_scanner_unittest$(EXEEXT) \
151: @WITH_PCRE_CPP_TRUE@ pcre_stringpiece_unittest$(EXEEXT)
152: PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS)
153: am__dftables_SOURCES_DIST = dftables.c
154: @WITH_REBUILD_CHARTABLES_TRUE@am_dftables_OBJECTS = \
155: @WITH_REBUILD_CHARTABLES_TRUE@ dftables.$(OBJEXT)
156: dftables_OBJECTS = $(am_dftables_OBJECTS)
157: dftables_LDADD = $(LDADD)
158: am__pcre_jit_test_SOURCES_DIST = pcre_jit_test.c
159: @WITH_JIT_TRUE@am_pcre_jit_test_OBJECTS = pcre_jit_test.$(OBJEXT)
160: pcre_jit_test_OBJECTS = $(am_pcre_jit_test_OBJECTS)
161: @WITH_JIT_TRUE@pcre_jit_test_DEPENDENCIES = libpcre.la
162: am__pcre_scanner_unittest_SOURCES_DIST = pcre_scanner_unittest.cc
163: @WITH_PCRE_CPP_TRUE@am_pcre_scanner_unittest_OBJECTS = \
164: @WITH_PCRE_CPP_TRUE@ pcre_scanner_unittest.$(OBJEXT)
165: pcre_scanner_unittest_OBJECTS = $(am_pcre_scanner_unittest_OBJECTS)
166: @WITH_PCRE_CPP_TRUE@pcre_scanner_unittest_DEPENDENCIES = \
167: @WITH_PCRE_CPP_TRUE@ libpcrecpp.la
168: am__pcre_stringpiece_unittest_SOURCES_DIST = \
169: pcre_stringpiece_unittest.cc
170: @WITH_PCRE_CPP_TRUE@am_pcre_stringpiece_unittest_OBJECTS = \
171: @WITH_PCRE_CPP_TRUE@ pcre_stringpiece_unittest.$(OBJEXT)
172: pcre_stringpiece_unittest_OBJECTS = \
173: $(am_pcre_stringpiece_unittest_OBJECTS)
174: @WITH_PCRE_CPP_TRUE@pcre_stringpiece_unittest_DEPENDENCIES = \
175: @WITH_PCRE_CPP_TRUE@ libpcrecpp.la
176: am__pcrecpp_unittest_SOURCES_DIST = pcrecpp_unittest.cc
177: @WITH_PCRE_CPP_TRUE@am_pcrecpp_unittest_OBJECTS = \
178: @WITH_PCRE_CPP_TRUE@ pcrecpp_unittest.$(OBJEXT)
179: pcrecpp_unittest_OBJECTS = $(am_pcrecpp_unittest_OBJECTS)
180: @WITH_PCRE_CPP_TRUE@pcrecpp_unittest_DEPENDENCIES = libpcrecpp.la
181: am_pcregrep_OBJECTS = pcregrep.$(OBJEXT)
182: pcregrep_OBJECTS = $(am_pcregrep_OBJECTS)
183: am__DEPENDENCIES_1 =
184: pcregrep_DEPENDENCIES = libpcreposix.la $(am__DEPENDENCIES_1) \
185: $(am__DEPENDENCIES_1)
186: am_pcretest_OBJECTS = pcretest.$(OBJEXT)
187: pcretest_OBJECTS = $(am_pcretest_OBJECTS)
188: pcretest_DEPENDENCIES = libpcreposix.la $(am__DEPENDENCIES_1)
189: SCRIPTS = $(bin_SCRIPTS) $(dist_noinst_SCRIPTS)
190: DEFAULT_INCLUDES = -I.@am__isrc@
191: depcomp = $(SHELL) $(top_srcdir)/depcomp
192: am__depfiles_maybe = depfiles
193: am__mv = mv -f
194: COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
195: $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
196: LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
197: --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
198: $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
199: CCLD = $(CC)
200: LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
201: --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
202: $(LDFLAGS) -o $@
203: CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
204: $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
205: LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
206: --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
207: $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
208: CXXLD = $(CXX)
209: CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
210: --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
211: $(LDFLAGS) -o $@
212: SOURCES = $(libpcre_la_SOURCES) $(nodist_libpcre_la_SOURCES) \
213: $(libpcrecpp_la_SOURCES) $(libpcreposix_la_SOURCES) \
214: $(dftables_SOURCES) $(pcre_jit_test_SOURCES) \
215: $(pcre_scanner_unittest_SOURCES) \
216: $(pcre_stringpiece_unittest_SOURCES) \
217: $(pcrecpp_unittest_SOURCES) $(pcregrep_SOURCES) \
218: $(pcretest_SOURCES)
219: DIST_SOURCES = $(libpcre_la_SOURCES) $(am__libpcrecpp_la_SOURCES_DIST) \
220: $(libpcreposix_la_SOURCES) $(am__dftables_SOURCES_DIST) \
221: $(am__pcre_jit_test_SOURCES_DIST) \
222: $(am__pcre_scanner_unittest_SOURCES_DIST) \
223: $(am__pcre_stringpiece_unittest_SOURCES_DIST) \
224: $(am__pcrecpp_unittest_SOURCES_DIST) $(pcregrep_SOURCES) \
225: $(pcretest_SOURCES)
226: man1dir = $(mandir)/man1
227: man3dir = $(mandir)/man3
228: NROFF = nroff
229: MANS = $(dist_man_MANS) $(man_MANS)
230: DATA = $(dist_doc_DATA) $(dist_html_DATA) $(dist_noinst_DATA) \
231: $(html_DATA) $(pkgconfig_DATA)
232: am__include_HEADERS_DIST = pcreposix.h pcrecpp.h pcre_scanner.h
233: HEADERS = $(include_HEADERS) $(nodist_include_HEADERS)
234: ETAGS = etags
235: CTAGS = ctags
236: am__tty_colors = \
237: red=; grn=; lgn=; blu=; std=
238: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
239: distdir = $(PACKAGE)-$(VERSION)
240: top_distdir = $(distdir)
241: am__remove_distdir = \
242: { test ! -d "$(distdir)" \
243: || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
244: && rm -fr "$(distdir)"; }; }
245: DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2 $(distdir).zip
246: GZIP_ENV = --best
247: distuninstallcheck_listfiles = find . -type f -print
248: distcleancheck_listfiles = find . -type f -print
249: ACLOCAL = @ACLOCAL@
250: AMTAR = @AMTAR@
251: AR = @AR@
252: AS = @AS@
253: AUTOCONF = @AUTOCONF@
254: AUTOHEADER = @AUTOHEADER@
255: AUTOMAKE = @AUTOMAKE@
256: AWK = @AWK@
257: CC = @CC@
258: CCDEPMODE = @CCDEPMODE@
259: CFLAGS = @CFLAGS@
260: CPP = @CPP@
261: CPPFLAGS = @CPPFLAGS@
262: CXX = @CXX@
263: CXXCPP = @CXXCPP@
264: CXXDEPMODE = @CXXDEPMODE@
265: CXXFLAGS = @CXXFLAGS@
266: CYGPATH_W = @CYGPATH_W@
267: DEFS = @DEFS@
268: DEPDIR = @DEPDIR@
269: DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
270: DLLTOOL = @DLLTOOL@
271: DSYMUTIL = @DSYMUTIL@
272: DUMPBIN = @DUMPBIN@
273: ECHO_C = @ECHO_C@
274: ECHO_N = @ECHO_N@
275: ECHO_T = @ECHO_T@
276: EGREP = @EGREP@
277: EXEEXT = @EXEEXT@
278: EXTRA_LIBPCRECPP_LDFLAGS = @EXTRA_LIBPCRECPP_LDFLAGS@
279: EXTRA_LIBPCREPOSIX_LDFLAGS = @EXTRA_LIBPCREPOSIX_LDFLAGS@
280: EXTRA_LIBPCRE_LDFLAGS = @EXTRA_LIBPCRE_LDFLAGS@
281: FGREP = @FGREP@
282: GREP = @GREP@
283: INSTALL = @INSTALL@
284: INSTALL_DATA = @INSTALL_DATA@
285: INSTALL_PROGRAM = @INSTALL_PROGRAM@
286: INSTALL_SCRIPT = @INSTALL_SCRIPT@
287: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
288: LD = @LD@
289: LDFLAGS = @LDFLAGS@
290: LIBBZ2 = @LIBBZ2@
291: LIBOBJS = @LIBOBJS@
292: LIBREADLINE = @LIBREADLINE@
293: LIBS = @LIBS@
294: LIBTOOL = @LIBTOOL@
295: LIBZ = @LIBZ@
296: LIPO = @LIPO@
297: LN_S = @LN_S@
298: LTLIBOBJS = @LTLIBOBJS@
299: MAKEINFO = @MAKEINFO@
300: MANIFEST_TOOL = @MANIFEST_TOOL@
301: MKDIR_P = @MKDIR_P@
302: NM = @NM@
303: NMEDIT = @NMEDIT@
304: OBJDUMP = @OBJDUMP@
305: OBJEXT = @OBJEXT@
306: OTOOL = @OTOOL@
307: OTOOL64 = @OTOOL64@
308: PACKAGE = @PACKAGE@
309: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
310: PACKAGE_NAME = @PACKAGE_NAME@
311: PACKAGE_STRING = @PACKAGE_STRING@
312: PACKAGE_TARNAME = @PACKAGE_TARNAME@
313: PACKAGE_URL = @PACKAGE_URL@
314: PACKAGE_VERSION = @PACKAGE_VERSION@
315: PATH_SEPARATOR = @PATH_SEPARATOR@
316: PCRE_DATE = @PCRE_DATE@
317: PCRE_MAJOR = @PCRE_MAJOR@
318: PCRE_MINOR = @PCRE_MINOR@
319: PCRE_PRERELEASE = @PCRE_PRERELEASE@
320: PCRE_STATIC_CFLAG = @PCRE_STATIC_CFLAG@
321: RANLIB = @RANLIB@
322: SED = @SED@
323: SET_MAKE = @SET_MAKE@
324: SHELL = @SHELL@
325: STRIP = @STRIP@
326: VERSION = @VERSION@
327: abs_builddir = @abs_builddir@
328: abs_srcdir = @abs_srcdir@
329: abs_top_builddir = @abs_top_builddir@
330: abs_top_srcdir = @abs_top_srcdir@
331: ac_ct_AR = @ac_ct_AR@
332: ac_ct_CC = @ac_ct_CC@
333: ac_ct_CXX = @ac_ct_CXX@
334: ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
335: am__include = @am__include@
336: am__leading_dot = @am__leading_dot@
337: am__quote = @am__quote@
338: am__tar = @am__tar@
339: am__untar = @am__untar@
340: bindir = @bindir@
341: build = @build@
342: build_alias = @build_alias@
343: build_cpu = @build_cpu@
344: build_os = @build_os@
345: build_vendor = @build_vendor@
346: builddir = @builddir@
347: datadir = @datadir@
348: datarootdir = @datarootdir@
349: docdir = @docdir@
350: dvidir = @dvidir@
351: enable_cpp = @enable_cpp@
352: exec_prefix = @exec_prefix@
353: host = @host@
354: host_alias = @host_alias@
355: host_cpu = @host_cpu@
356: host_os = @host_os@
357: host_vendor = @host_vendor@
358: htmldir = @htmldir@
359: includedir = @includedir@
360: infodir = @infodir@
361: install_sh = @install_sh@
362: libdir = @libdir@
363: libexecdir = @libexecdir@
364: localedir = @localedir@
365: localstatedir = @localstatedir@
366: mandir = @mandir@
367: mkdir_p = @mkdir_p@
368: oldincludedir = @oldincludedir@
369: pcre_have_bits_type_traits = @pcre_have_bits_type_traits@
370: pcre_have_long_long = @pcre_have_long_long@
371: pcre_have_type_traits = @pcre_have_type_traits@
372: pcre_have_ulong_long = @pcre_have_ulong_long@
373: pdfdir = @pdfdir@
374: prefix = @prefix@
375: program_transform_name = @program_transform_name@
376: psdir = @psdir@
377: sbindir = @sbindir@
378: sharedstatedir = @sharedstatedir@
379: srcdir = @srcdir@
380: sysconfdir = @sysconfdir@
381: target_alias = @target_alias@
382: top_build_prefix = @top_build_prefix@
383: top_builddir = @top_builddir@
384: top_srcdir = @top_srcdir@
385: ACLOCAL_AMFLAGS = -I m4
386: dist_doc_DATA = \
387: doc/pcre.txt \
388: doc/pcre-config.txt \
389: doc/pcregrep.txt \
390: doc/pcretest.txt \
391: AUTHORS \
392: COPYING \
393: ChangeLog \
394: LICENCE \
395: NEWS \
396: README
397:
398: dist_html_DATA = \
399: doc/html/index.html \
400: doc/html/pcre.html \
401: doc/html/pcre-config.html \
402: doc/html/pcre_assign_jit_stack.html \
403: doc/html/pcre_compile.html \
404: doc/html/pcre_compile2.html \
405: doc/html/pcre_config.html \
406: doc/html/pcre_copy_named_substring.html \
407: doc/html/pcre_copy_substring.html \
408: doc/html/pcre_dfa_exec.html \
409: doc/html/pcre_exec.html \
410: doc/html/pcre_free_study.html \
411: doc/html/pcre_free_substring.html \
412: doc/html/pcre_free_substring_list.html \
413: doc/html/pcre_fullinfo.html \
414: doc/html/pcre_get_named_substring.html \
415: doc/html/pcre_get_stringnumber.html \
416: doc/html/pcre_get_stringtable_entries.html \
417: doc/html/pcre_get_substring.html \
418: doc/html/pcre_get_substring_list.html \
419: doc/html/pcre_info.html \
420: doc/html/pcre_jit_stack_alloc.html \
421: doc/html/pcre_jit_stack_free.html \
422: doc/html/pcre_maketables.html \
423: doc/html/pcre_refcount.html \
424: doc/html/pcre_study.html \
425: doc/html/pcre_version.html \
426: doc/html/pcreapi.html \
427: doc/html/pcrebuild.html \
428: doc/html/pcrecallout.html \
429: doc/html/pcrecompat.html \
430: doc/html/pcredemo.html \
431: doc/html/pcregrep.html \
432: doc/html/pcrejit.html \
433: doc/html/pcrelimits.html \
434: doc/html/pcrematching.html \
435: doc/html/pcrepartial.html \
436: doc/html/pcrepattern.html \
437: doc/html/pcreperform.html \
438: doc/html/pcreposix.html \
439: doc/html/pcreprecompile.html \
440: doc/html/pcresample.html \
441: doc/html/pcrestack.html \
442: doc/html/pcresyntax.html \
443: doc/html/pcretest.html \
444: doc/html/pcreunicode.html
445:
446: pcrecpp_html = doc/html/pcrecpp.html
447: dist_noinst_DATA = $(pcrecpp_html)
448: @WITH_PCRE_CPP_TRUE@html_DATA = $(pcrecpp_html)
449:
450: # The Libtool libraries to install. We'll add to this later.
451: lib_LTLIBRARIES = libpcre.la libpcreposix.la $(am__append_6)
452: check_SCRIPTS =
453: dist_noinst_SCRIPTS = RunTest RunGrepTest
454:
455: # Additional files to delete on 'make clean' and 'make maintainer-clean'.
456: CLEANFILES = pcre_chartables.c testsavedregex teststderr testtry \
457: testNinput
458: MAINTAINERCLEANFILES = pcre.h.generic
459:
460: # Additional files to bundle with the distribution, over and above what
461: # the Autotools include by default.
462:
463: # These files contain maintenance information
464:
465: # These files are used in the preparation of a release
466:
467: # These files are to do with building for Virtual Pascal
468:
469: # These files are usable versions of pcre.h and config.h that are distributed
470: # for the benefit of people who are building PCRE manually, without the
471: # Autotools support.
472:
473: # The pcre_printint.src file is #included by some source files, so it must be
474: # distributed. The pcre_chartables.c.dist file is the default version of
475: # pcre_chartables.c, used unless --enable-rebuild-chartables is specified.
476:
477: # The JIT compiler lives in a separate directory, but its files are #included
478: # when pcre_jit_compile.c is processed, so they must be distributed.
479:
480: # PCRE demonstration program. No longer built automatcally. The point is that
481: # the users should build it themselves. So just distribute the source.
482: # noinst_PROGRAMS += pcredemo
483: # pcredemo_SOURCES = pcredemo.c
484: # pcredemo_LDADD = libpcre.la
485: EXTRA_DIST = doc/perltest.txt NON-UNIX-USE HACKING PrepareRelease \
486: CheckMan CleanTxt Detrail 132html doc/index.html.src \
487: makevp.bat makevp_c.txt makevp_l.txt pcregexp.pas \
488: pcre.h.generic config.h.generic pcre_printint.src \
489: pcre_chartables.c.dist sljit/sljitConfig.h \
490: sljit/sljitConfigInternal.h sljit/sljitExecAllocator.c \
491: sljit/sljitLir.c sljit/sljitLir.h \
492: sljit/sljitNativeARM_Thumb2.c sljit/sljitNativeARM_v5.c \
493: sljit/sljitNativeMIPS_32.c sljit/sljitNativeMIPS_common.c \
494: sljit/sljitNativePPC_32.c sljit/sljitNativePPC_64.c \
495: sljit/sljitNativePPC_common.c sljit/sljitNativeX86_32.c \
496: sljit/sljitNativeX86_64.c sljit/sljitNativeX86_common.c \
497: sljit/sljitUtils.c RunTest.bat testdata/grepinput \
498: testdata/grepinput3 testdata/grepinput8 testdata/grepinputv \
499: testdata/grepinputx testdata/greplist testdata/grepoutput \
500: testdata/grepoutput8 testdata/grepoutputN testdata/testinput1 \
501: testdata/testinput2 testdata/testinput3 testdata/testinput4 \
502: testdata/testinput5 testdata/testinput6 testdata/testinput7 \
503: testdata/testinput8 testdata/testinput9 testdata/testinput10 \
504: testdata/testinput11 testdata/testinput12 testdata/testinput13 \
505: testdata/testinput14 testdata/testinput15 testdata/testoutput1 \
506: testdata/testoutput2 testdata/testoutput3 testdata/testoutput4 \
507: testdata/testoutput5 testdata/testoutput6 testdata/testoutput7 \
508: testdata/testoutput8 testdata/testoutput9 \
509: testdata/testoutput10 testdata/testoutput11 \
510: testdata/testoutput12 testdata/testoutput13 \
511: testdata/testoutput14 testdata/testoutput15 \
512: testdata/wintestinput3 testdata/wintestoutput3 perltest.pl \
513: pcredemo.c $(pcrecpp_man) cmake/COPYING-CMAKE-SCRIPTS \
514: cmake/FindPackageHandleStandardArgs.cmake \
515: cmake/FindReadline.cmake CMakeLists.txt config-cmake.h.in
516:
517: # These are the header files we'll install. We do not distribute pcre.h because
518: # it is generated from pcre.h.in.
519: nodist_include_HEADERS = pcre.h $(am__append_1)
520: include_HEADERS = pcreposix.h $(am__append_2)
521: bin_SCRIPTS = pcre-config
522: @WITH_REBUILD_CHARTABLES_TRUE@dftables_SOURCES = dftables.c
523: libpcre_la_SOURCES = \
524: pcre_compile.c \
525: pcre_config.c \
526: pcre_dfa_exec.c \
527: pcre_exec.c \
528: pcre_fullinfo.c \
529: pcre_get.c \
530: pcre_globals.c \
531: pcre_info.c \
532: pcre_internal.h \
533: pcre_jit_compile.c \
534: pcre_maketables.c \
535: pcre_newline.c \
536: pcre_ord2utf8.c \
537: pcre_refcount.c \
538: pcre_study.c \
539: pcre_tables.c \
540: pcre_try_flipped.c \
541: pcre_ucd.c \
542: pcre_valid_utf8.c \
543: pcre_version.c \
544: pcre_xclass.c \
545: ucp.h
546:
547: nodist_libpcre_la_SOURCES = \
548: pcre_chartables.c
549:
550: libpcre_la_LDFLAGS = $(EXTRA_LIBPCRE_LDFLAGS)
551: @WITH_JIT_TRUE@pcre_jit_test_SOURCES = pcre_jit_test.c
552: @WITH_JIT_TRUE@pcre_jit_test_LDADD = libpcre.la
553: libpcreposix_la_SOURCES = \
554: pcreposix.c
555:
556: libpcreposix_la_LDFLAGS = $(EXTRA_LIBPCREPOSIX_LDFLAGS)
557: libpcreposix_la_LIBADD = libpcre.la
558: @WITH_PCRE_CPP_TRUE@libpcrecpp_la_SOURCES = \
559: @WITH_PCRE_CPP_TRUE@ pcrecpp_internal.h \
560: @WITH_PCRE_CPP_TRUE@ pcrecpp.cc \
561: @WITH_PCRE_CPP_TRUE@ pcre_scanner.cc \
562: @WITH_PCRE_CPP_TRUE@ pcre_stringpiece.cc
563:
564: @WITH_PCRE_CPP_TRUE@libpcrecpp_la_LDFLAGS = $(EXTRA_LIBPCRECPP_LDFLAGS)
565: @WITH_PCRE_CPP_TRUE@libpcrecpp_la_LIBADD = libpcre.la
566: @WITH_PCRE_CPP_TRUE@pcrecpp_unittest_SOURCES = pcrecpp_unittest.cc
567: @WITH_PCRE_CPP_TRUE@pcrecpp_unittest_LDADD = libpcrecpp.la
568: @WITH_PCRE_CPP_TRUE@pcre_scanner_unittest_SOURCES = pcre_scanner_unittest.cc
569: @WITH_PCRE_CPP_TRUE@pcre_scanner_unittest_LDADD = libpcrecpp.la
570: @WITH_PCRE_CPP_TRUE@pcre_stringpiece_unittest_SOURCES = pcre_stringpiece_unittest.cc
571: @WITH_PCRE_CPP_TRUE@pcre_stringpiece_unittest_LDADD = libpcrecpp.la
572: pcretest_SOURCES = pcretest.c
573: pcretest_LDADD = libpcreposix.la $(LIBREADLINE)
574: pcregrep_SOURCES = pcregrep.c
575: pcregrep_LDADD = libpcreposix.la $(LIBZ) $(LIBBZ2)
576:
577: # A PCRE user submitted the following addition, saying that it "will allow
578: # anyone using the 'mingw32' compiler to simply type 'make pcre.dll' and get a
579: # nice DLL for Windows use". (It is used by the pcre.dll target.)
580: DLL_OBJS = pcre_compile.o pcre_config.o \
581: pcre_dfa_exec.o pcre_exec.o pcre_fullinfo.o pcre_get.o \
582: pcre_globals.o pcre_info.o pcre_jit_compile.o pcre_maketables.o \
583: pcre_newline.o pcre_ord2utf8.o pcre_refcount.o \
584: pcre_study.o pcre_tables.o pcre_try_flipped.o \
585: pcre_ucd.o pcre_valid_utf8.o pcre_version.o \
586: pcre_chartables.o \
587: pcre_xclass.o
588:
589:
590: # We have .pc files for pkg-config users.
591: pkgconfigdir = $(libdir)/pkgconfig
592: pkgconfig_DATA = libpcre.pc libpcreposix.pc $(am__append_9)
593: dist_man_MANS = \
594: doc/pcre.3 \
595: doc/pcre-config.1 \
596: doc/pcre_assign_jit_stack.3 \
597: doc/pcre_compile.3 \
598: doc/pcre_compile2.3 \
599: doc/pcre_config.3 \
600: doc/pcre_copy_named_substring.3 \
601: doc/pcre_copy_substring.3 \
602: doc/pcre_dfa_exec.3 \
603: doc/pcre_exec.3 \
604: doc/pcre_free_study.3 \
605: doc/pcre_free_substring.3 \
606: doc/pcre_free_substring_list.3 \
607: doc/pcre_fullinfo.3 \
608: doc/pcre_get_named_substring.3 \
609: doc/pcre_get_stringnumber.3 \
610: doc/pcre_get_stringtable_entries.3 \
611: doc/pcre_get_substring.3 \
612: doc/pcre_get_substring_list.3 \
613: doc/pcre_info.3 \
614: doc/pcre_jit_stack_alloc.3 \
615: doc/pcre_jit_stack_free.3 \
616: doc/pcre_maketables.3 \
617: doc/pcre_refcount.3 \
618: doc/pcre_study.3 \
619: doc/pcre_version.3 \
620: doc/pcreapi.3 \
621: doc/pcrebuild.3 \
622: doc/pcrecallout.3 \
623: doc/pcrecompat.3 \
624: doc/pcregrep.1 \
625: doc/pcrejit.3 \
626: doc/pcrelimits.3 \
627: doc/pcrematching.3 \
628: doc/pcrepartial.3 \
629: doc/pcrepattern.3 \
630: doc/pcreperform.3 \
631: doc/pcreposix.3 \
632: doc/pcreprecompile.3 \
633: doc/pcresample.3 \
634: doc/pcrestack.3 \
635: doc/pcresyntax.3 \
636: doc/pcretest.1 \
637: doc/pcreunicode.3
638:
639: pcrecpp_man = doc/pcrecpp.3
640: @WITH_PCRE_CPP_TRUE@man_MANS = $(pcrecpp_man)
641: all: config.h
642: $(MAKE) $(AM_MAKEFLAGS) all-am
643:
644: .SUFFIXES:
645: .SUFFIXES: .c .cc .lo .o .obj
646: am--refresh:
647: @:
648: $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
649: @for dep in $?; do \
650: case '$(am__configure_deps)' in \
651: *$$dep*) \
652: echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
653: $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
654: && exit 0; \
655: exit 1;; \
656: esac; \
657: done; \
658: echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
659: $(am__cd) $(top_srcdir) && \
660: $(AUTOMAKE) --gnu Makefile
661: .PRECIOUS: Makefile
662: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
663: @case '$?' in \
664: *config.status*) \
665: echo ' $(SHELL) ./config.status'; \
666: $(SHELL) ./config.status;; \
667: *) \
668: echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
669: cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
670: esac;
671:
672: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
673: $(SHELL) ./config.status --recheck
674:
675: $(top_srcdir)/configure: $(am__configure_deps)
676: $(am__cd) $(srcdir) && $(AUTOCONF)
677: $(ACLOCAL_M4): $(am__aclocal_m4_deps)
678: $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
679: $(am__aclocal_m4_deps):
680:
681: config.h: stamp-h1
682: @if test ! -f $@; then \
683: rm -f stamp-h1; \
684: $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
685: else :; fi
686:
687: stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
688: @rm -f stamp-h1
689: cd $(top_builddir) && $(SHELL) ./config.status config.h
690: $(srcdir)/config.h.in: $(am__configure_deps)
691: ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
692: rm -f stamp-h1
693: touch $@
694:
695: distclean-hdr:
696: -rm -f config.h stamp-h1
697: libpcre.pc: $(top_builddir)/config.status $(srcdir)/libpcre.pc.in
698: cd $(top_builddir) && $(SHELL) ./config.status $@
699: libpcreposix.pc: $(top_builddir)/config.status $(srcdir)/libpcreposix.pc.in
700: cd $(top_builddir) && $(SHELL) ./config.status $@
701: libpcrecpp.pc: $(top_builddir)/config.status $(srcdir)/libpcrecpp.pc.in
702: cd $(top_builddir) && $(SHELL) ./config.status $@
703: pcre-config: $(top_builddir)/config.status $(srcdir)/pcre-config.in
704: cd $(top_builddir) && $(SHELL) ./config.status $@
705: pcre.h: $(top_builddir)/config.status $(srcdir)/pcre.h.in
706: cd $(top_builddir) && $(SHELL) ./config.status $@
707: pcre_stringpiece.h: $(top_builddir)/config.status $(srcdir)/pcre_stringpiece.h.in
708: cd $(top_builddir) && $(SHELL) ./config.status $@
709: pcrecpparg.h: $(top_builddir)/config.status $(srcdir)/pcrecpparg.h.in
710: cd $(top_builddir) && $(SHELL) ./config.status $@
711: install-libLTLIBRARIES: $(lib_LTLIBRARIES)
712: @$(NORMAL_INSTALL)
713: test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
714: @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
715: list2=; for p in $$list; do \
716: if test -f $$p; then \
717: list2="$$list2 $$p"; \
718: else :; fi; \
719: done; \
720: test -z "$$list2" || { \
721: echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
722: $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
723: }
724:
725: uninstall-libLTLIBRARIES:
726: @$(NORMAL_UNINSTALL)
727: @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
728: for p in $$list; do \
729: $(am__strip_dir) \
730: echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
731: $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
732: done
733:
734: clean-libLTLIBRARIES:
735: -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
736: @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
737: dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
738: test "$$dir" != "$$p" || dir=.; \
739: echo "rm -f \"$${dir}/so_locations\""; \
740: rm -f "$${dir}/so_locations"; \
741: done
742: libpcre.la: $(libpcre_la_OBJECTS) $(libpcre_la_DEPENDENCIES)
743: $(libpcre_la_LINK) -rpath $(libdir) $(libpcre_la_OBJECTS) $(libpcre_la_LIBADD) $(LIBS)
744: libpcrecpp.la: $(libpcrecpp_la_OBJECTS) $(libpcrecpp_la_DEPENDENCIES)
745: $(libpcrecpp_la_LINK) $(am_libpcrecpp_la_rpath) $(libpcrecpp_la_OBJECTS) $(libpcrecpp_la_LIBADD) $(LIBS)
746: libpcreposix.la: $(libpcreposix_la_OBJECTS) $(libpcreposix_la_DEPENDENCIES)
747: $(libpcreposix_la_LINK) -rpath $(libdir) $(libpcreposix_la_OBJECTS) $(libpcreposix_la_LIBADD) $(LIBS)
748: install-binPROGRAMS: $(bin_PROGRAMS)
749: @$(NORMAL_INSTALL)
750: test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
751: @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
752: for p in $$list; do echo "$$p $$p"; done | \
753: sed 's/$(EXEEXT)$$//' | \
754: while read p p1; do if test -f $$p || test -f $$p1; \
755: then echo "$$p"; echo "$$p"; else :; fi; \
756: done | \
757: sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
758: -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
759: sed 'N;N;N;s,\n, ,g' | \
760: $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
761: { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
762: if ($$2 == $$4) files[d] = files[d] " " $$1; \
763: else { print "f", $$3 "/" $$4, $$1; } } \
764: END { for (d in files) print "f", d, files[d] }' | \
765: while read type dir files; do \
766: if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
767: test -z "$$files" || { \
768: echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
769: $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
770: } \
771: ; done
772:
773: uninstall-binPROGRAMS:
774: @$(NORMAL_UNINSTALL)
775: @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
776: files=`for p in $$list; do echo "$$p"; done | \
777: sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
778: -e 's/$$/$(EXEEXT)/' `; \
779: test -n "$$list" || exit 0; \
780: echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
781: cd "$(DESTDIR)$(bindir)" && rm -f $$files
782:
783: clean-binPROGRAMS:
784: @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
785: echo " rm -f" $$list; \
786: rm -f $$list || exit $$?; \
787: test -n "$(EXEEXT)" || exit 0; \
788: list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
789: echo " rm -f" $$list; \
790: rm -f $$list
791:
792: clean-noinstPROGRAMS:
793: @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
794: echo " rm -f" $$list; \
795: rm -f $$list || exit $$?; \
796: test -n "$(EXEEXT)" || exit 0; \
797: list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
798: echo " rm -f" $$list; \
799: rm -f $$list
800: dftables$(EXEEXT): $(dftables_OBJECTS) $(dftables_DEPENDENCIES)
801: @rm -f dftables$(EXEEXT)
802: $(LINK) $(dftables_OBJECTS) $(dftables_LDADD) $(LIBS)
803: pcre_jit_test$(EXEEXT): $(pcre_jit_test_OBJECTS) $(pcre_jit_test_DEPENDENCIES)
804: @rm -f pcre_jit_test$(EXEEXT)
805: $(LINK) $(pcre_jit_test_OBJECTS) $(pcre_jit_test_LDADD) $(LIBS)
806: pcre_scanner_unittest$(EXEEXT): $(pcre_scanner_unittest_OBJECTS) $(pcre_scanner_unittest_DEPENDENCIES)
807: @rm -f pcre_scanner_unittest$(EXEEXT)
808: $(CXXLINK) $(pcre_scanner_unittest_OBJECTS) $(pcre_scanner_unittest_LDADD) $(LIBS)
809: pcre_stringpiece_unittest$(EXEEXT): $(pcre_stringpiece_unittest_OBJECTS) $(pcre_stringpiece_unittest_DEPENDENCIES)
810: @rm -f pcre_stringpiece_unittest$(EXEEXT)
811: $(CXXLINK) $(pcre_stringpiece_unittest_OBJECTS) $(pcre_stringpiece_unittest_LDADD) $(LIBS)
812: pcrecpp_unittest$(EXEEXT): $(pcrecpp_unittest_OBJECTS) $(pcrecpp_unittest_DEPENDENCIES)
813: @rm -f pcrecpp_unittest$(EXEEXT)
814: $(CXXLINK) $(pcrecpp_unittest_OBJECTS) $(pcrecpp_unittest_LDADD) $(LIBS)
815: pcregrep$(EXEEXT): $(pcregrep_OBJECTS) $(pcregrep_DEPENDENCIES)
816: @rm -f pcregrep$(EXEEXT)
817: $(LINK) $(pcregrep_OBJECTS) $(pcregrep_LDADD) $(LIBS)
818: pcretest$(EXEEXT): $(pcretest_OBJECTS) $(pcretest_DEPENDENCIES)
819: @rm -f pcretest$(EXEEXT)
820: $(LINK) $(pcretest_OBJECTS) $(pcretest_LDADD) $(LIBS)
821: install-binSCRIPTS: $(bin_SCRIPTS)
822: @$(NORMAL_INSTALL)
823: test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
824: @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || list=; \
825: for p in $$list; do \
826: if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
827: if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
828: done | \
829: sed -e 'p;s,.*/,,;n' \
830: -e 'h;s|.*|.|' \
831: -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
832: $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
833: { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
834: if ($$2 == $$4) { files[d] = files[d] " " $$1; \
835: if (++n[d] == $(am__install_max)) { \
836: print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
837: else { print "f", d "/" $$4, $$1 } } \
838: END { for (d in files) print "f", d, files[d] }' | \
839: while read type dir files; do \
840: if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
841: test -z "$$files" || { \
842: echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(bindir)$$dir'"; \
843: $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
844: } \
845: ; done
846:
847: uninstall-binSCRIPTS:
848: @$(NORMAL_UNINSTALL)
849: @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || exit 0; \
850: files=`for p in $$list; do echo "$$p"; done | \
851: sed -e 's,.*/,,;$(transform)'`; \
852: test -n "$$list" || exit 0; \
853: echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
854: cd "$(DESTDIR)$(bindir)" && rm -f $$files
855:
856: mostlyclean-compile:
857: -rm -f *.$(OBJEXT)
858:
859: distclean-compile:
860: -rm -f *.tab.c
861:
862: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dftables.Po@am__quote@
863: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcre_chartables.Plo@am__quote@
864: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcre_compile.Plo@am__quote@
865: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcre_config.Plo@am__quote@
866: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcre_dfa_exec.Plo@am__quote@
867: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcre_exec.Plo@am__quote@
868: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcre_fullinfo.Plo@am__quote@
869: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcre_get.Plo@am__quote@
870: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcre_globals.Plo@am__quote@
871: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcre_info.Plo@am__quote@
872: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcre_jit_compile.Plo@am__quote@
873: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcre_jit_test.Po@am__quote@
874: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcre_maketables.Plo@am__quote@
875: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcre_newline.Plo@am__quote@
876: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcre_ord2utf8.Plo@am__quote@
877: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcre_refcount.Plo@am__quote@
878: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcre_scanner.Plo@am__quote@
879: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcre_scanner_unittest.Po@am__quote@
880: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcre_stringpiece.Plo@am__quote@
881: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcre_stringpiece_unittest.Po@am__quote@
882: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcre_study.Plo@am__quote@
883: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcre_tables.Plo@am__quote@
884: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcre_try_flipped.Plo@am__quote@
885: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcre_ucd.Plo@am__quote@
886: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcre_valid_utf8.Plo@am__quote@
887: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcre_version.Plo@am__quote@
888: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcre_xclass.Plo@am__quote@
889: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcrecpp.Plo@am__quote@
890: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcrecpp_unittest.Po@am__quote@
891: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcregrep.Po@am__quote@
892: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcreposix.Plo@am__quote@
893: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcretest.Po@am__quote@
894:
895: .c.o:
896: @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
897: @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
898: @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
899: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
900: @am__fastdepCC_FALSE@ $(COMPILE) -c $<
901:
902: .c.obj:
903: @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
904: @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
905: @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
906: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
907: @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
908:
909: .c.lo:
910: @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
911: @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
912: @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
913: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
914: @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
915:
916: .cc.o:
917: @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
918: @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
919: @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
920: @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
921: @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $<
922:
923: .cc.obj:
924: @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
925: @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
926: @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
927: @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
928: @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
929:
930: .cc.lo:
931: @am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
932: @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
933: @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
934: @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
935: @am__fastdepCXX_FALSE@ $(LTCXXCOMPILE) -c -o $@ $<
936:
937: mostlyclean-libtool:
938: -rm -f *.lo
939:
940: clean-libtool:
941: -rm -rf .libs _libs
942:
943: distclean-libtool:
944: -rm -f libtool config.lt
945: install-man1: $(dist_man_MANS) $(man_MANS)
946: @$(NORMAL_INSTALL)
947: test -z "$(man1dir)" || $(MKDIR_P) "$(DESTDIR)$(man1dir)"
948: @list=''; test -n "$(man1dir)" || exit 0; \
949: { for i in $$list; do echo "$$i"; done; \
950: l2='$(dist_man_MANS) $(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
951: sed -n '/\.1[a-z]*$$/p'; \
952: } | while read p; do \
953: if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
954: echo "$$d$$p"; echo "$$p"; \
955: done | \
956: sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
957: -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
958: sed 'N;N;s,\n, ,g' | { \
959: list=; while read file base inst; do \
960: if test "$$base" = "$$inst"; then list="$$list $$file"; else \
961: echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
962: $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
963: fi; \
964: done; \
965: for i in $$list; do echo "$$i"; done | $(am__base_list) | \
966: while read files; do \
967: test -z "$$files" || { \
968: echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
969: $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
970: done; }
971:
972: uninstall-man1:
973: @$(NORMAL_UNINSTALL)
974: @list=''; test -n "$(man1dir)" || exit 0; \
975: files=`{ for i in $$list; do echo "$$i"; done; \
976: l2='$(dist_man_MANS) $(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
977: sed -n '/\.1[a-z]*$$/p'; \
978: } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
979: -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
980: test -z "$$files" || { \
981: echo " ( cd '$(DESTDIR)$(man1dir)' && rm -f" $$files ")"; \
982: cd "$(DESTDIR)$(man1dir)" && rm -f $$files; }
983: install-man3: $(dist_man_MANS) $(man_MANS)
984: @$(NORMAL_INSTALL)
985: test -z "$(man3dir)" || $(MKDIR_P) "$(DESTDIR)$(man3dir)"
986: @list=''; test -n "$(man3dir)" || exit 0; \
987: { for i in $$list; do echo "$$i"; done; \
988: l2='$(dist_man_MANS) $(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
989: sed -n '/\.3[a-z]*$$/p'; \
990: } | while read p; do \
991: if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
992: echo "$$d$$p"; echo "$$p"; \
993: done | \
994: sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \
995: -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
996: sed 'N;N;s,\n, ,g' | { \
997: list=; while read file base inst; do \
998: if test "$$base" = "$$inst"; then list="$$list $$file"; else \
999: echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man3dir)/$$inst'"; \
1000: $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man3dir)/$$inst" || exit $$?; \
1001: fi; \
1002: done; \
1003: for i in $$list; do echo "$$i"; done | $(am__base_list) | \
1004: while read files; do \
1005: test -z "$$files" || { \
1006: echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man3dir)'"; \
1007: $(INSTALL_DATA) $$files "$(DESTDIR)$(man3dir)" || exit $$?; }; \
1008: done; }
1009:
1010: uninstall-man3:
1011: @$(NORMAL_UNINSTALL)
1012: @list=''; test -n "$(man3dir)" || exit 0; \
1013: files=`{ for i in $$list; do echo "$$i"; done; \
1014: l2='$(dist_man_MANS) $(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
1015: sed -n '/\.3[a-z]*$$/p'; \
1016: } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \
1017: -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
1018: test -z "$$files" || { \
1019: echo " ( cd '$(DESTDIR)$(man3dir)' && rm -f" $$files ")"; \
1020: cd "$(DESTDIR)$(man3dir)" && rm -f $$files; }
1021: install-dist_docDATA: $(dist_doc_DATA)
1022: @$(NORMAL_INSTALL)
1023: test -z "$(docdir)" || $(MKDIR_P) "$(DESTDIR)$(docdir)"
1024: @list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \
1025: for p in $$list; do \
1026: if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1027: echo "$$d$$p"; \
1028: done | $(am__base_list) | \
1029: while read files; do \
1030: echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(docdir)'"; \
1031: $(INSTALL_DATA) $$files "$(DESTDIR)$(docdir)" || exit $$?; \
1032: done
1033:
1034: uninstall-dist_docDATA:
1035: @$(NORMAL_UNINSTALL)
1036: @list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \
1037: files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1038: test -n "$$files" || exit 0; \
1039: echo " ( cd '$(DESTDIR)$(docdir)' && rm -f" $$files ")"; \
1040: cd "$(DESTDIR)$(docdir)" && rm -f $$files
1041: install-dist_htmlDATA: $(dist_html_DATA)
1042: @$(NORMAL_INSTALL)
1043: test -z "$(htmldir)" || $(MKDIR_P) "$(DESTDIR)$(htmldir)"
1044: @list='$(dist_html_DATA)'; test -n "$(htmldir)" || list=; \
1045: for p in $$list; do \
1046: if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1047: echo "$$d$$p"; \
1048: done | $(am__base_list) | \
1049: while read files; do \
1050: echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(htmldir)'"; \
1051: $(INSTALL_DATA) $$files "$(DESTDIR)$(htmldir)" || exit $$?; \
1052: done
1053:
1054: uninstall-dist_htmlDATA:
1055: @$(NORMAL_UNINSTALL)
1056: @list='$(dist_html_DATA)'; test -n "$(htmldir)" || list=; \
1057: files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1058: test -n "$$files" || exit 0; \
1059: echo " ( cd '$(DESTDIR)$(htmldir)' && rm -f" $$files ")"; \
1060: cd "$(DESTDIR)$(htmldir)" && rm -f $$files
1061: install-htmlDATA: $(html_DATA)
1062: @$(NORMAL_INSTALL)
1063: test -z "$(htmldir)" || $(MKDIR_P) "$(DESTDIR)$(htmldir)"
1064: @list='$(html_DATA)'; test -n "$(htmldir)" || list=; \
1065: for p in $$list; do \
1066: if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1067: echo "$$d$$p"; \
1068: done | $(am__base_list) | \
1069: while read files; do \
1070: echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(htmldir)'"; \
1071: $(INSTALL_DATA) $$files "$(DESTDIR)$(htmldir)" || exit $$?; \
1072: done
1073:
1074: uninstall-htmlDATA:
1075: @$(NORMAL_UNINSTALL)
1076: @list='$(html_DATA)'; test -n "$(htmldir)" || list=; \
1077: files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1078: test -n "$$files" || exit 0; \
1079: echo " ( cd '$(DESTDIR)$(htmldir)' && rm -f" $$files ")"; \
1080: cd "$(DESTDIR)$(htmldir)" && rm -f $$files
1081: install-pkgconfigDATA: $(pkgconfig_DATA)
1082: @$(NORMAL_INSTALL)
1083: test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)"
1084: @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
1085: for p in $$list; do \
1086: if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1087: echo "$$d$$p"; \
1088: done | $(am__base_list) | \
1089: while read files; do \
1090: echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
1091: $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
1092: done
1093:
1094: uninstall-pkgconfigDATA:
1095: @$(NORMAL_UNINSTALL)
1096: @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
1097: files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1098: test -n "$$files" || exit 0; \
1099: echo " ( cd '$(DESTDIR)$(pkgconfigdir)' && rm -f" $$files ")"; \
1100: cd "$(DESTDIR)$(pkgconfigdir)" && rm -f $$files
1101: install-includeHEADERS: $(include_HEADERS)
1102: @$(NORMAL_INSTALL)
1103: test -z "$(includedir)" || $(MKDIR_P) "$(DESTDIR)$(includedir)"
1104: @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
1105: for p in $$list; do \
1106: if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1107: echo "$$d$$p"; \
1108: done | $(am__base_list) | \
1109: while read files; do \
1110: echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \
1111: $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \
1112: done
1113:
1114: uninstall-includeHEADERS:
1115: @$(NORMAL_UNINSTALL)
1116: @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
1117: files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1118: test -n "$$files" || exit 0; \
1119: echo " ( cd '$(DESTDIR)$(includedir)' && rm -f" $$files ")"; \
1120: cd "$(DESTDIR)$(includedir)" && rm -f $$files
1121: install-nodist_includeHEADERS: $(nodist_include_HEADERS)
1122: @$(NORMAL_INSTALL)
1123: test -z "$(includedir)" || $(MKDIR_P) "$(DESTDIR)$(includedir)"
1124: @list='$(nodist_include_HEADERS)'; test -n "$(includedir)" || list=; \
1125: for p in $$list; do \
1126: if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1127: echo "$$d$$p"; \
1128: done | $(am__base_list) | \
1129: while read files; do \
1130: echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \
1131: $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \
1132: done
1133:
1134: uninstall-nodist_includeHEADERS:
1135: @$(NORMAL_UNINSTALL)
1136: @list='$(nodist_include_HEADERS)'; test -n "$(includedir)" || list=; \
1137: files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1138: test -n "$$files" || exit 0; \
1139: echo " ( cd '$(DESTDIR)$(includedir)' && rm -f" $$files ")"; \
1140: cd "$(DESTDIR)$(includedir)" && rm -f $$files
1141:
1142: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
1143: list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
1144: unique=`for i in $$list; do \
1145: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1146: done | \
1147: $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1148: END { if (nonempty) { for (i in files) print i; }; }'`; \
1149: mkid -fID $$unique
1150: tags: TAGS
1151:
1152: TAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
1153: $(TAGS_FILES) $(LISP)
1154: set x; \
1155: here=`pwd`; \
1156: list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
1157: unique=`for i in $$list; do \
1158: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1159: done | \
1160: $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1161: END { if (nonempty) { for (i in files) print i; }; }'`; \
1162: shift; \
1163: if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1164: test -n "$$unique" || unique=$$empty_fix; \
1165: if test $$# -gt 0; then \
1166: $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1167: "$$@" $$unique; \
1168: else \
1169: $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1170: $$unique; \
1171: fi; \
1172: fi
1173: ctags: CTAGS
1174: CTAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
1175: $(TAGS_FILES) $(LISP)
1176: list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
1177: unique=`for i in $$list; do \
1178: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1179: done | \
1180: $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1181: END { if (nonempty) { for (i in files) print i; }; }'`; \
1182: test -z "$(CTAGS_ARGS)$$unique" \
1183: || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1184: $$unique
1185:
1186: GTAGS:
1187: here=`$(am__cd) $(top_builddir) && pwd` \
1188: && $(am__cd) $(top_srcdir) \
1189: && gtags -i $(GTAGS_ARGS) "$$here"
1190:
1191: distclean-tags:
1192: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1193:
1194: check-TESTS: $(TESTS)
1195: @failed=0; all=0; xfail=0; xpass=0; skip=0; \
1196: srcdir=$(srcdir); export srcdir; \
1197: list=' $(TESTS) '; \
1198: $(am__tty_colors); \
1199: if test -n "$$list"; then \
1200: for tst in $$list; do \
1201: if test -f ./$$tst; then dir=./; \
1202: elif test -f $$tst; then dir=; \
1203: else dir="$(srcdir)/"; fi; \
1204: if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
1205: all=`expr $$all + 1`; \
1206: case " $(XFAIL_TESTS) " in \
1207: *[\ \ ]$$tst[\ \ ]*) \
1208: xpass=`expr $$xpass + 1`; \
1209: failed=`expr $$failed + 1`; \
1210: col=$$red; res=XPASS; \
1211: ;; \
1212: *) \
1213: col=$$grn; res=PASS; \
1214: ;; \
1215: esac; \
1216: elif test $$? -ne 77; then \
1217: all=`expr $$all + 1`; \
1218: case " $(XFAIL_TESTS) " in \
1219: *[\ \ ]$$tst[\ \ ]*) \
1220: xfail=`expr $$xfail + 1`; \
1221: col=$$lgn; res=XFAIL; \
1222: ;; \
1223: *) \
1224: failed=`expr $$failed + 1`; \
1225: col=$$red; res=FAIL; \
1226: ;; \
1227: esac; \
1228: else \
1229: skip=`expr $$skip + 1`; \
1230: col=$$blu; res=SKIP; \
1231: fi; \
1232: echo "$${col}$$res$${std}: $$tst"; \
1233: done; \
1234: if test "$$all" -eq 1; then \
1235: tests="test"; \
1236: All=""; \
1237: else \
1238: tests="tests"; \
1239: All="All "; \
1240: fi; \
1241: if test "$$failed" -eq 0; then \
1242: if test "$$xfail" -eq 0; then \
1243: banner="$$All$$all $$tests passed"; \
1244: else \
1245: if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
1246: banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
1247: fi; \
1248: else \
1249: if test "$$xpass" -eq 0; then \
1250: banner="$$failed of $$all $$tests failed"; \
1251: else \
1252: if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
1253: banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
1254: fi; \
1255: fi; \
1256: dashes="$$banner"; \
1257: skipped=""; \
1258: if test "$$skip" -ne 0; then \
1259: if test "$$skip" -eq 1; then \
1260: skipped="($$skip test was not run)"; \
1261: else \
1262: skipped="($$skip tests were not run)"; \
1263: fi; \
1264: test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
1265: dashes="$$skipped"; \
1266: fi; \
1267: report=""; \
1268: if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
1269: report="Please report to $(PACKAGE_BUGREPORT)"; \
1270: test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
1271: dashes="$$report"; \
1272: fi; \
1273: dashes=`echo "$$dashes" | sed s/./=/g`; \
1274: if test "$$failed" -eq 0; then \
1275: echo "$$grn$$dashes"; \
1276: else \
1277: echo "$$red$$dashes"; \
1278: fi; \
1279: echo "$$banner"; \
1280: test -z "$$skipped" || echo "$$skipped"; \
1281: test -z "$$report" || echo "$$report"; \
1282: echo "$$dashes$$std"; \
1283: test "$$failed" -eq 0; \
1284: else :; fi
1285:
1286: distdir: $(DISTFILES)
1287: @list='$(MANS)'; if test -n "$$list"; then \
1288: list=`for p in $$list; do \
1289: if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
1290: if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
1291: if test -n "$$list" && \
1292: grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
1293: echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \
1294: grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/ /' >&2; \
1295: echo " to fix them, install help2man, remove and regenerate the man pages;" >&2; \
1296: echo " typically \`make maintainer-clean' will remove them" >&2; \
1297: exit 1; \
1298: else :; fi; \
1299: else :; fi
1300: $(am__remove_distdir)
1301: test -d "$(distdir)" || mkdir "$(distdir)"
1302: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1303: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1304: list='$(DISTFILES)'; \
1305: dist_files=`for file in $$list; do echo $$file; done | \
1306: sed -e "s|^$$srcdirstrip/||;t" \
1307: -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
1308: case $$dist_files in \
1309: */*) $(MKDIR_P) `echo "$$dist_files" | \
1310: sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
1311: sort -u` ;; \
1312: esac; \
1313: for file in $$dist_files; do \
1314: if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1315: if test -d $$d/$$file; then \
1316: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1317: if test -d "$(distdir)/$$file"; then \
1318: find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1319: fi; \
1320: if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1321: cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
1322: find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1323: fi; \
1324: cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1325: else \
1326: test -f "$(distdir)/$$file" \
1327: || cp -p $$d/$$file "$(distdir)/$$file" \
1328: || exit 1; \
1329: fi; \
1330: done
1331: -test -n "$(am__skip_mode_fix)" \
1332: || find "$(distdir)" -type d ! -perm -755 \
1333: -exec chmod u+rwx,go+rx {} \; -o \
1334: ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
1335: ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
1336: ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
1337: || chmod -R a+r "$(distdir)"
1338: dist-gzip: distdir
1339: tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
1340: $(am__remove_distdir)
1341: dist-bzip2: distdir
1342: tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
1343: $(am__remove_distdir)
1344:
1345: dist-lzma: distdir
1346: tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
1347: $(am__remove_distdir)
1348:
1349: dist-xz: distdir
1350: tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
1351: $(am__remove_distdir)
1352:
1353: dist-tarZ: distdir
1354: tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
1355: $(am__remove_distdir)
1356:
1357: dist-shar: distdir
1358: shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
1359: $(am__remove_distdir)
1360: dist-zip: distdir
1361: -rm -f $(distdir).zip
1362: zip -rq $(distdir).zip $(distdir)
1363: $(am__remove_distdir)
1364:
1365: dist dist-all: distdir
1366: tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
1367: tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
1368: -rm -f $(distdir).zip
1369: zip -rq $(distdir).zip $(distdir)
1370: $(am__remove_distdir)
1371:
1372: # This target untars the dist file and tries a VPATH configuration. Then
1373: # it guarantees that the distribution is self-contained by making another
1374: # tarfile.
1375: distcheck: dist
1376: case '$(DIST_ARCHIVES)' in \
1377: *.tar.gz*) \
1378: GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
1379: *.tar.bz2*) \
1380: bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
1381: *.tar.lzma*) \
1382: lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
1383: *.tar.xz*) \
1384: xz -dc $(distdir).tar.xz | $(am__untar) ;;\
1385: *.tar.Z*) \
1386: uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
1387: *.shar.gz*) \
1388: GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
1389: *.zip*) \
1390: unzip $(distdir).zip ;;\
1391: esac
1392: chmod -R a-w $(distdir); chmod a+w $(distdir)
1393: mkdir $(distdir)/_build
1394: mkdir $(distdir)/_inst
1395: chmod a-w $(distdir)
1396: test -d $(distdir)/_build || exit 0; \
1397: dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
1398: && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
1399: && am__cwd=`pwd` \
1400: && $(am__cd) $(distdir)/_build \
1401: && ../configure --srcdir=.. --prefix="$$dc_install_base" \
1402: $(DISTCHECK_CONFIGURE_FLAGS) \
1403: && $(MAKE) $(AM_MAKEFLAGS) \
1404: && $(MAKE) $(AM_MAKEFLAGS) dvi \
1405: && $(MAKE) $(AM_MAKEFLAGS) check \
1406: && $(MAKE) $(AM_MAKEFLAGS) install \
1407: && $(MAKE) $(AM_MAKEFLAGS) installcheck \
1408: && $(MAKE) $(AM_MAKEFLAGS) uninstall \
1409: && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
1410: distuninstallcheck \
1411: && chmod -R a-w "$$dc_install_base" \
1412: && ({ \
1413: (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
1414: && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
1415: && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
1416: && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
1417: distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
1418: } || { rm -rf "$$dc_destdir"; exit 1; }) \
1419: && rm -rf "$$dc_destdir" \
1420: && $(MAKE) $(AM_MAKEFLAGS) dist \
1421: && rm -rf $(DIST_ARCHIVES) \
1422: && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
1423: && cd "$$am__cwd" \
1424: || exit 1
1425: $(am__remove_distdir)
1426: @(echo "$(distdir) archives ready for distribution: "; \
1427: list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
1428: sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
1429: distuninstallcheck:
1430: @$(am__cd) '$(distuninstallcheck_dir)' \
1431: && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
1432: || { echo "ERROR: files left after uninstall:" ; \
1433: if test -n "$(DESTDIR)"; then \
1434: echo " (check DESTDIR support)"; \
1435: fi ; \
1436: $(distuninstallcheck_listfiles) ; \
1437: exit 1; } >&2
1438: distcleancheck: distclean
1439: @if test '$(srcdir)' = . ; then \
1440: echo "ERROR: distcleancheck can only run from a VPATH build" ; \
1441: exit 1 ; \
1442: fi
1443: @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
1444: || { echo "ERROR: files left in build directory after distclean:" ; \
1445: $(distcleancheck_listfiles) ; \
1446: exit 1; } >&2
1447: check-am: all-am
1448: $(MAKE) $(AM_MAKEFLAGS) $(check_SCRIPTS)
1449: $(MAKE) $(AM_MAKEFLAGS) check-TESTS
1450: check: check-am
1451: all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(SCRIPTS) $(MANS) $(DATA) \
1452: $(HEADERS) config.h
1453: install-binPROGRAMS: install-libLTLIBRARIES
1454:
1455: installdirs:
1456: for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(man3dir)" "$(DESTDIR)$(docdir)" "$(DESTDIR)$(htmldir)" "$(DESTDIR)$(htmldir)" "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(includedir)" "$(DESTDIR)$(includedir)"; do \
1457: test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1458: done
1459: install: install-am
1460: install-exec: install-exec-am
1461: install-data: install-data-am
1462: uninstall: uninstall-am
1463:
1464: install-am: all-am
1465: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1466:
1467: installcheck: installcheck-am
1468: install-strip:
1469: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1470: install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1471: `test -z '$(STRIP)' || \
1472: echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
1473: mostlyclean-generic:
1474:
1475: clean-generic:
1476: -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
1477:
1478: distclean-generic:
1479: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1480: -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1481:
1482: maintainer-clean-generic:
1483: @echo "This command is intended for maintainers to use"
1484: @echo "it deletes files that may require special tools to rebuild."
1485: -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
1486: clean: clean-am
1487:
1488: clean-am: clean-binPROGRAMS clean-generic clean-libLTLIBRARIES \
1489: clean-libtool clean-noinstPROGRAMS mostlyclean-am
1490:
1491: distclean: distclean-am
1492: -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1493: -rm -rf ./$(DEPDIR)
1494: -rm -f Makefile
1495: distclean-am: clean-am distclean-compile distclean-generic \
1496: distclean-hdr distclean-libtool distclean-tags
1497:
1498: dvi: dvi-am
1499:
1500: dvi-am:
1501:
1502: html: html-am
1503:
1504: html-am:
1505:
1506: info: info-am
1507:
1508: info-am:
1509:
1510: install-data-am: install-dist_docDATA install-dist_htmlDATA \
1511: install-htmlDATA install-includeHEADERS install-man \
1512: install-nodist_includeHEADERS install-pkgconfigDATA
1513:
1514: install-dvi: install-dvi-am
1515:
1516: install-dvi-am:
1517:
1518: install-exec-am: install-binPROGRAMS install-binSCRIPTS \
1519: install-libLTLIBRARIES
1520:
1521: install-html: install-html-am
1522:
1523: install-html-am:
1524:
1525: install-info: install-info-am
1526:
1527: install-info-am:
1528:
1529: install-man: install-man1 install-man3
1530:
1531: install-pdf: install-pdf-am
1532:
1533: install-pdf-am:
1534:
1535: install-ps: install-ps-am
1536:
1537: install-ps-am:
1538:
1539: installcheck-am:
1540:
1541: maintainer-clean: maintainer-clean-am
1542: -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1543: -rm -rf $(top_srcdir)/autom4te.cache
1544: -rm -rf ./$(DEPDIR)
1545: -rm -f Makefile
1546: maintainer-clean-am: distclean-am maintainer-clean-generic
1547:
1548: mostlyclean: mostlyclean-am
1549:
1550: mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1551: mostlyclean-libtool
1552:
1553: pdf: pdf-am
1554:
1555: pdf-am:
1556:
1557: ps: ps-am
1558:
1559: ps-am:
1560:
1561: uninstall-am: uninstall-binPROGRAMS uninstall-binSCRIPTS \
1562: uninstall-dist_docDATA uninstall-dist_htmlDATA \
1563: uninstall-htmlDATA uninstall-includeHEADERS \
1564: uninstall-libLTLIBRARIES uninstall-man \
1565: uninstall-nodist_includeHEADERS uninstall-pkgconfigDATA
1566:
1567: uninstall-man: uninstall-man1 uninstall-man3
1568:
1569: .MAKE: all check-am install-am install-strip
1570:
1571: .PHONY: CTAGS GTAGS all all-am am--refresh check check-TESTS check-am \
1572: clean clean-binPROGRAMS clean-generic clean-libLTLIBRARIES \
1573: clean-libtool clean-noinstPROGRAMS ctags dist dist-all \
1574: dist-bzip2 dist-gzip dist-lzma dist-shar dist-tarZ dist-xz \
1575: dist-zip distcheck distclean distclean-compile \
1576: distclean-generic distclean-hdr distclean-libtool \
1577: distclean-tags distcleancheck distdir distuninstallcheck dvi \
1578: dvi-am html html-am info info-am install install-am \
1579: install-binPROGRAMS install-binSCRIPTS install-data \
1580: install-data-am install-dist_docDATA install-dist_htmlDATA \
1581: install-dvi install-dvi-am install-exec install-exec-am \
1582: install-html install-html-am install-htmlDATA \
1583: install-includeHEADERS install-info install-info-am \
1584: install-libLTLIBRARIES install-man install-man1 install-man3 \
1585: install-nodist_includeHEADERS install-pdf install-pdf-am \
1586: install-pkgconfigDATA install-ps install-ps-am install-strip \
1587: installcheck installcheck-am installdirs maintainer-clean \
1588: maintainer-clean-generic mostlyclean mostlyclean-compile \
1589: mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
1590: tags uninstall uninstall-am uninstall-binPROGRAMS \
1591: uninstall-binSCRIPTS uninstall-dist_docDATA \
1592: uninstall-dist_htmlDATA uninstall-htmlDATA \
1593: uninstall-includeHEADERS uninstall-libLTLIBRARIES \
1594: uninstall-man uninstall-man1 uninstall-man3 \
1595: uninstall-nodist_includeHEADERS uninstall-pkgconfigDATA
1596:
1597:
1598: pcre.h.generic: configure.ac
1599: rm -f $@
1600: cp -p pcre.h $@
1601:
1602: @WITH_REBUILD_CHARTABLES_TRUE@pcre_chartables.c: dftables$(EXEEXT)
1603: @WITH_REBUILD_CHARTABLES_TRUE@ ./dftables$(EXEEXT) $@
1604:
1605: @WITH_REBUILD_CHARTABLES_FALSE@pcre_chartables.c: $(srcdir)/pcre_chartables.c.dist
1606: @WITH_REBUILD_CHARTABLES_FALSE@ rm -f $@
1607: @WITH_REBUILD_CHARTABLES_FALSE@ $(LN_S) $(srcdir)/pcre_chartables.c.dist $@
1608:
1609: # A compatibility line, the old build system worked with 'make test'
1610: test: check ;
1611:
1612: # A PCRE user submitted the following addition, saying that it "will allow
1613: # anyone using the 'mingw32' compiler to simply type 'make pcre.dll' and get a
1614: # nice DLL for Windows use".
1615: pcre.dll: $(DLL_OBJS)
1616: $(CC) -shared -o pcre.dll -Wl,"--strip-all" -Wl,"--export-all-symbols" $(DLL_OBJS)
1617:
1618: # Tell versions [3.59,3.63) of GNU make to not export all variables.
1619: # Otherwise a system limit (for SysV at least) may be exceeded.
1620: .NOEXPORT:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>