blob: 27d87ab1d43c9ffccb2a50bcdfe9cadcdbeed424 [file] [log] [blame]
Tristan Matthews04616462013-11-14 16:09:34 -05001# 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
22VPATH = @srcdir@
23pkgdatadir = $(datadir)/@PACKAGE@
24pkgincludedir = $(includedir)/@PACKAGE@
25pkglibdir = $(libdir)/@PACKAGE@
26pkglibexecdir = $(libexecdir)/@PACKAGE@
27am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
28install_sh_DATA = $(install_sh) -c -m 644
29install_sh_PROGRAM = $(install_sh) -c
30install_sh_SCRIPT = $(install_sh) -c
31INSTALL_HEADER = $(INSTALL_DATA)
32transform = $(program_transform_name)
33NORMAL_INSTALL = :
34PRE_INSTALL = :
35POST_INSTALL = :
36NORMAL_UNINSTALL = :
37PRE_UNINSTALL = :
38POST_UNINSTALL = :
39build_triplet = @build@
40host_triplet = @host@
41TESTS = $(am__EXEEXT_2) $(am__EXEEXT_3) RunTest RunGrepTest
42bin_PROGRAMS = pcretest$(EXEEXT) pcregrep$(EXEEXT)
43noinst_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
67subdir = .
68DIST_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
78ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
79am__aclocal_m4_deps = $(top_srcdir)/configure.ac
80am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
81 $(ACLOCAL_M4)
82am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
83 configure.lineno config.status.lineno
84mkinstalldirs = $(install_sh) -d
85CONFIG_HEADER = config.h
86CONFIG_CLEAN_FILES = libpcre.pc libpcreposix.pc libpcrecpp.pc \
87 pcre-config pcre.h pcre_stringpiece.h pcrecpparg.h
88CONFIG_CLEAN_VPATH_FILES =
89am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
90am__vpath_adj = case $$p in \
91 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
92 *) f=$$p;; \
93 esac;
94am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
95am__install_max = 40
96am__nobase_strip_setup = \
97 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
98am__nobase_strip = \
99 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
100am__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] }'
107am__base_list = \
108 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
109 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
110am__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)"
116LTLIBRARIES = $(lib_LTLIBRARIES)
117libpcre_la_LIBADD =
118am_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
125nodist_libpcre_la_OBJECTS = pcre_chartables.lo
126libpcre_la_OBJECTS = $(am_libpcre_la_OBJECTS) \
127 $(nodist_libpcre_la_OBJECTS)
128libpcre_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
132am__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
136libpcrecpp_la_OBJECTS = $(am_libpcrecpp_la_OBJECTS)
137libpcrecpp_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)
141libpcreposix_la_DEPENDENCIES = libpcre.la
142am_libpcreposix_la_OBJECTS = pcreposix.lo
143libpcreposix_la_OBJECTS = $(am_libpcreposix_la_OBJECTS)
144libpcreposix_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)
152PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS)
153am__dftables_SOURCES_DIST = dftables.c
154@WITH_REBUILD_CHARTABLES_TRUE@am_dftables_OBJECTS = \
155@WITH_REBUILD_CHARTABLES_TRUE@ dftables.$(OBJEXT)
156dftables_OBJECTS = $(am_dftables_OBJECTS)
157dftables_LDADD = $(LDADD)
158am__pcre_jit_test_SOURCES_DIST = pcre_jit_test.c
159@WITH_JIT_TRUE@am_pcre_jit_test_OBJECTS = pcre_jit_test.$(OBJEXT)
160pcre_jit_test_OBJECTS = $(am_pcre_jit_test_OBJECTS)
161@WITH_JIT_TRUE@pcre_jit_test_DEPENDENCIES = libpcre.la
162am__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)
165pcre_scanner_unittest_OBJECTS = $(am_pcre_scanner_unittest_OBJECTS)
166@WITH_PCRE_CPP_TRUE@pcre_scanner_unittest_DEPENDENCIES = \
167@WITH_PCRE_CPP_TRUE@ libpcrecpp.la
168am__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)
172pcre_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
176am__pcrecpp_unittest_SOURCES_DIST = pcrecpp_unittest.cc
177@WITH_PCRE_CPP_TRUE@am_pcrecpp_unittest_OBJECTS = \
178@WITH_PCRE_CPP_TRUE@ pcrecpp_unittest.$(OBJEXT)
179pcrecpp_unittest_OBJECTS = $(am_pcrecpp_unittest_OBJECTS)
180@WITH_PCRE_CPP_TRUE@pcrecpp_unittest_DEPENDENCIES = libpcrecpp.la
181am_pcregrep_OBJECTS = pcregrep.$(OBJEXT)
182pcregrep_OBJECTS = $(am_pcregrep_OBJECTS)
183am__DEPENDENCIES_1 =
184pcregrep_DEPENDENCIES = libpcreposix.la $(am__DEPENDENCIES_1) \
185 $(am__DEPENDENCIES_1)
186am_pcretest_OBJECTS = pcretest.$(OBJEXT)
187pcretest_OBJECTS = $(am_pcretest_OBJECTS)
188pcretest_DEPENDENCIES = libpcreposix.la $(am__DEPENDENCIES_1)
189SCRIPTS = $(bin_SCRIPTS) $(dist_noinst_SCRIPTS)
190DEFAULT_INCLUDES = -I.@am__isrc@
191depcomp = $(SHELL) $(top_srcdir)/depcomp
192am__depfiles_maybe = depfiles
193am__mv = mv -f
194COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
195 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
196LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
197 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
198 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
199CCLD = $(CC)
200LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
201 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
202 $(LDFLAGS) -o $@
203CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
204 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
205LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
206 --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
207 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
208CXXLD = $(CXX)
209CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
210 --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
211 $(LDFLAGS) -o $@
212SOURCES = $(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)
219DIST_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)
226man1dir = $(mandir)/man1
227man3dir = $(mandir)/man3
228NROFF = nroff
229MANS = $(dist_man_MANS) $(man_MANS)
230DATA = $(dist_doc_DATA) $(dist_html_DATA) $(dist_noinst_DATA) \
231 $(html_DATA) $(pkgconfig_DATA)
232am__include_HEADERS_DIST = pcreposix.h pcrecpp.h pcre_scanner.h
233HEADERS = $(include_HEADERS) $(nodist_include_HEADERS)
234ETAGS = etags
235CTAGS = ctags
236am__tty_colors = \
237red=; grn=; lgn=; blu=; std=
238DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
239distdir = $(PACKAGE)-$(VERSION)
240top_distdir = $(distdir)
241am__remove_distdir = \
242 { test ! -d "$(distdir)" \
243 || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
244 && rm -fr "$(distdir)"; }; }
245DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2 $(distdir).zip
246GZIP_ENV = --best
247distuninstallcheck_listfiles = find . -type f -print
248distcleancheck_listfiles = find . -type f -print
249ACLOCAL = @ACLOCAL@
250AMTAR = @AMTAR@
251AR = @AR@
252AS = @AS@
253AUTOCONF = @AUTOCONF@
254AUTOHEADER = @AUTOHEADER@
255AUTOMAKE = @AUTOMAKE@
256AWK = @AWK@
257CC = @CC@
258CCDEPMODE = @CCDEPMODE@
259CFLAGS = @CFLAGS@
260CPP = @CPP@
261CPPFLAGS = @CPPFLAGS@
262CXX = @CXX@
263CXXCPP = @CXXCPP@
264CXXDEPMODE = @CXXDEPMODE@
265CXXFLAGS = @CXXFLAGS@
266CYGPATH_W = @CYGPATH_W@
267DEFS = @DEFS@
268DEPDIR = @DEPDIR@
269DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
270DLLTOOL = @DLLTOOL@
271DSYMUTIL = @DSYMUTIL@
272DUMPBIN = @DUMPBIN@
273ECHO_C = @ECHO_C@
274ECHO_N = @ECHO_N@
275ECHO_T = @ECHO_T@
276EGREP = @EGREP@
277EXEEXT = @EXEEXT@
278EXTRA_LIBPCRECPP_LDFLAGS = @EXTRA_LIBPCRECPP_LDFLAGS@
279EXTRA_LIBPCREPOSIX_LDFLAGS = @EXTRA_LIBPCREPOSIX_LDFLAGS@
280EXTRA_LIBPCRE_LDFLAGS = @EXTRA_LIBPCRE_LDFLAGS@
281FGREP = @FGREP@
282GREP = @GREP@
283INSTALL = @INSTALL@
284INSTALL_DATA = @INSTALL_DATA@
285INSTALL_PROGRAM = @INSTALL_PROGRAM@
286INSTALL_SCRIPT = @INSTALL_SCRIPT@
287INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
288LD = @LD@
289LDFLAGS = @LDFLAGS@
290LIBBZ2 = @LIBBZ2@
291LIBOBJS = @LIBOBJS@
292LIBREADLINE = @LIBREADLINE@
293LIBS = @LIBS@
294LIBTOOL = @LIBTOOL@
295LIBZ = @LIBZ@
296LIPO = @LIPO@
297LN_S = @LN_S@
298LTLIBOBJS = @LTLIBOBJS@
299MAKEINFO = @MAKEINFO@
300MANIFEST_TOOL = @MANIFEST_TOOL@
301MKDIR_P = @MKDIR_P@
302NM = @NM@
303NMEDIT = @NMEDIT@
304OBJDUMP = @OBJDUMP@
305OBJEXT = @OBJEXT@
306OTOOL = @OTOOL@
307OTOOL64 = @OTOOL64@
308PACKAGE = @PACKAGE@
309PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
310PACKAGE_NAME = @PACKAGE_NAME@
311PACKAGE_STRING = @PACKAGE_STRING@
312PACKAGE_TARNAME = @PACKAGE_TARNAME@
313PACKAGE_URL = @PACKAGE_URL@
314PACKAGE_VERSION = @PACKAGE_VERSION@
315PATH_SEPARATOR = @PATH_SEPARATOR@
316PCRE_DATE = @PCRE_DATE@
317PCRE_MAJOR = @PCRE_MAJOR@
318PCRE_MINOR = @PCRE_MINOR@
319PCRE_PRERELEASE = @PCRE_PRERELEASE@
320PCRE_STATIC_CFLAG = @PCRE_STATIC_CFLAG@
321RANLIB = @RANLIB@
322SED = @SED@
323SET_MAKE = @SET_MAKE@
324SHELL = @SHELL@
325STRIP = @STRIP@
326VERSION = @VERSION@
327abs_builddir = @abs_builddir@
328abs_srcdir = @abs_srcdir@
329abs_top_builddir = @abs_top_builddir@
330abs_top_srcdir = @abs_top_srcdir@
331ac_ct_AR = @ac_ct_AR@
332ac_ct_CC = @ac_ct_CC@
333ac_ct_CXX = @ac_ct_CXX@
334ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
335am__include = @am__include@
336am__leading_dot = @am__leading_dot@
337am__quote = @am__quote@
338am__tar = @am__tar@
339am__untar = @am__untar@
340bindir = @bindir@
341build = @build@
342build_alias = @build_alias@
343build_cpu = @build_cpu@
344build_os = @build_os@
345build_vendor = @build_vendor@
346builddir = @builddir@
347datadir = @datadir@
348datarootdir = @datarootdir@
349docdir = @docdir@
350dvidir = @dvidir@
351enable_cpp = @enable_cpp@
352exec_prefix = @exec_prefix@
353host = @host@
354host_alias = @host_alias@
355host_cpu = @host_cpu@
356host_os = @host_os@
357host_vendor = @host_vendor@
358htmldir = @htmldir@
359includedir = @includedir@
360infodir = @infodir@
361install_sh = @install_sh@
362libdir = @libdir@
363libexecdir = @libexecdir@
364localedir = @localedir@
365localstatedir = @localstatedir@
366mandir = @mandir@
367mkdir_p = @mkdir_p@
368oldincludedir = @oldincludedir@
369pcre_have_bits_type_traits = @pcre_have_bits_type_traits@
370pcre_have_long_long = @pcre_have_long_long@
371pcre_have_type_traits = @pcre_have_type_traits@
372pcre_have_ulong_long = @pcre_have_ulong_long@
373pdfdir = @pdfdir@
374prefix = @prefix@
375program_transform_name = @program_transform_name@
376psdir = @psdir@
377sbindir = @sbindir@
378sharedstatedir = @sharedstatedir@
379srcdir = @srcdir@
380sysconfdir = @sysconfdir@
381target_alias = @target_alias@
382top_build_prefix = @top_build_prefix@
383top_builddir = @top_builddir@
384top_srcdir = @top_srcdir@
385ACLOCAL_AMFLAGS = -I m4
386dist_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
398dist_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
446pcrecpp_html = doc/html/pcrecpp.html
447dist_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.
451lib_LTLIBRARIES = libpcre.la libpcreposix.la $(am__append_6)
452check_SCRIPTS =
453dist_noinst_SCRIPTS = RunTest RunGrepTest
454
455# Additional files to delete on 'make clean' and 'make maintainer-clean'.
456CLEANFILES = pcre_chartables.c testsavedregex teststderr testtry \
457 testNinput
458MAINTAINERCLEANFILES = 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
485EXTRA_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.
519nodist_include_HEADERS = pcre.h $(am__append_1)
520include_HEADERS = pcreposix.h $(am__append_2)
521bin_SCRIPTS = pcre-config
522@WITH_REBUILD_CHARTABLES_TRUE@dftables_SOURCES = dftables.c
523libpcre_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
547nodist_libpcre_la_SOURCES = \
548 pcre_chartables.c
549
550libpcre_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
553libpcreposix_la_SOURCES = \
554 pcreposix.c
555
556libpcreposix_la_LDFLAGS = $(EXTRA_LIBPCREPOSIX_LDFLAGS)
557libpcreposix_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
572pcretest_SOURCES = pcretest.c
573pcretest_LDADD = libpcreposix.la $(LIBREADLINE)
574pcregrep_SOURCES = pcregrep.c
575pcregrep_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.)
580DLL_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.
591pkgconfigdir = $(libdir)/pkgconfig
592pkgconfig_DATA = libpcre.pc libpcreposix.pc $(am__append_9)
593dist_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
639pcrecpp_man = doc/pcrecpp.3
640@WITH_PCRE_CPP_TRUE@man_MANS = $(pcrecpp_man)
641all: config.h
642 $(MAKE) $(AM_MAKEFLAGS) all-am
643
644.SUFFIXES:
645.SUFFIXES: .c .cc .lo .o .obj
646am--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
662Makefile: $(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
681config.h: stamp-h1
682 @if test ! -f $@; then \
683 rm -f stamp-h1; \
684 $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
685 else :; fi
686
687stamp-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
695distclean-hdr:
696 -rm -f config.h stamp-h1
697libpcre.pc: $(top_builddir)/config.status $(srcdir)/libpcre.pc.in
698 cd $(top_builddir) && $(SHELL) ./config.status $@
699libpcreposix.pc: $(top_builddir)/config.status $(srcdir)/libpcreposix.pc.in
700 cd $(top_builddir) && $(SHELL) ./config.status $@
701libpcrecpp.pc: $(top_builddir)/config.status $(srcdir)/libpcrecpp.pc.in
702 cd $(top_builddir) && $(SHELL) ./config.status $@
703pcre-config: $(top_builddir)/config.status $(srcdir)/pcre-config.in
704 cd $(top_builddir) && $(SHELL) ./config.status $@
705pcre.h: $(top_builddir)/config.status $(srcdir)/pcre.h.in
706 cd $(top_builddir) && $(SHELL) ./config.status $@
707pcre_stringpiece.h: $(top_builddir)/config.status $(srcdir)/pcre_stringpiece.h.in
708 cd $(top_builddir) && $(SHELL) ./config.status $@
709pcrecpparg.h: $(top_builddir)/config.status $(srcdir)/pcrecpparg.h.in
710 cd $(top_builddir) && $(SHELL) ./config.status $@
711install-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
725uninstall-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
734clean-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
742libpcre.la: $(libpcre_la_OBJECTS) $(libpcre_la_DEPENDENCIES)
743 $(libpcre_la_LINK) -rpath $(libdir) $(libpcre_la_OBJECTS) $(libpcre_la_LIBADD) $(LIBS)
744libpcrecpp.la: $(libpcrecpp_la_OBJECTS) $(libpcrecpp_la_DEPENDENCIES)
745 $(libpcrecpp_la_LINK) $(am_libpcrecpp_la_rpath) $(libpcrecpp_la_OBJECTS) $(libpcrecpp_la_LIBADD) $(LIBS)
746libpcreposix.la: $(libpcreposix_la_OBJECTS) $(libpcreposix_la_DEPENDENCIES)
747 $(libpcreposix_la_LINK) -rpath $(libdir) $(libpcreposix_la_OBJECTS) $(libpcreposix_la_LIBADD) $(LIBS)
748install-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
773uninstall-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
783clean-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
792clean-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
800dftables$(EXEEXT): $(dftables_OBJECTS) $(dftables_DEPENDENCIES)
801 @rm -f dftables$(EXEEXT)
802 $(LINK) $(dftables_OBJECTS) $(dftables_LDADD) $(LIBS)
803pcre_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)
806pcre_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)
809pcre_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)
812pcrecpp_unittest$(EXEEXT): $(pcrecpp_unittest_OBJECTS) $(pcrecpp_unittest_DEPENDENCIES)
813 @rm -f pcrecpp_unittest$(EXEEXT)
814 $(CXXLINK) $(pcrecpp_unittest_OBJECTS) $(pcrecpp_unittest_LDADD) $(LIBS)
815pcregrep$(EXEEXT): $(pcregrep_OBJECTS) $(pcregrep_DEPENDENCIES)
816 @rm -f pcregrep$(EXEEXT)
817 $(LINK) $(pcregrep_OBJECTS) $(pcregrep_LDADD) $(LIBS)
818pcretest$(EXEEXT): $(pcretest_OBJECTS) $(pcretest_DEPENDENCIES)
819 @rm -f pcretest$(EXEEXT)
820 $(LINK) $(pcretest_OBJECTS) $(pcretest_LDADD) $(LIBS)
821install-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
847uninstall-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
856mostlyclean-compile:
857 -rm -f *.$(OBJEXT)
858
859distclean-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
937mostlyclean-libtool:
938 -rm -f *.lo
939
940clean-libtool:
941 -rm -rf .libs _libs
942
943distclean-libtool:
944 -rm -f libtool config.lt
945install-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
972uninstall-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; }
983install-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
1010uninstall-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; }
1021install-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
1034uninstall-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
1041install-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
1054uninstall-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
1061install-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
1074uninstall-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
1081install-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
1094uninstall-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
1101install-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
1114uninstall-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
1121install-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
1134uninstall-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
1142ID: $(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
1150tags: TAGS
1151
1152TAGS: $(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
1173ctags: CTAGS
1174CTAGS: $(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
1186GTAGS:
1187 here=`$(am__cd) $(top_builddir) && pwd` \
1188 && $(am__cd) $(top_srcdir) \
1189 && gtags -i $(GTAGS_ARGS) "$$here"
1190
1191distclean-tags:
1192 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1193
1194check-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
1286distdir: $(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)"
1338dist-gzip: distdir
1339 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
1340 $(am__remove_distdir)
1341dist-bzip2: distdir
1342 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
1343 $(am__remove_distdir)
1344
1345dist-lzma: distdir
1346 tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
1347 $(am__remove_distdir)
1348
1349dist-xz: distdir
1350 tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
1351 $(am__remove_distdir)
1352
1353dist-tarZ: distdir
1354 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
1355 $(am__remove_distdir)
1356
1357dist-shar: distdir
1358 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
1359 $(am__remove_distdir)
1360dist-zip: distdir
1361 -rm -f $(distdir).zip
1362 zip -rq $(distdir).zip $(distdir)
1363 $(am__remove_distdir)
1364
1365dist 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.
1375distcheck: 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'
1429distuninstallcheck:
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
1438distcleancheck: 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
1447check-am: all-am
1448 $(MAKE) $(AM_MAKEFLAGS) $(check_SCRIPTS)
1449 $(MAKE) $(AM_MAKEFLAGS) check-TESTS
1450check: check-am
1451all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(SCRIPTS) $(MANS) $(DATA) \
1452 $(HEADERS) config.h
1453install-binPROGRAMS: install-libLTLIBRARIES
1454
1455installdirs:
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
1459install: install-am
1460install-exec: install-exec-am
1461install-data: install-data-am
1462uninstall: uninstall-am
1463
1464install-am: all-am
1465 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1466
1467installcheck: installcheck-am
1468install-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
1473mostlyclean-generic:
1474
1475clean-generic:
1476 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
1477
1478distclean-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
1482maintainer-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)
1486clean: clean-am
1487
1488clean-am: clean-binPROGRAMS clean-generic clean-libLTLIBRARIES \
1489 clean-libtool clean-noinstPROGRAMS mostlyclean-am
1490
1491distclean: distclean-am
1492 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1493 -rm -rf ./$(DEPDIR)
1494 -rm -f Makefile
1495distclean-am: clean-am distclean-compile distclean-generic \
1496 distclean-hdr distclean-libtool distclean-tags
1497
1498dvi: dvi-am
1499
1500dvi-am:
1501
1502html: html-am
1503
1504html-am:
1505
1506info: info-am
1507
1508info-am:
1509
1510install-data-am: install-dist_docDATA install-dist_htmlDATA \
1511 install-htmlDATA install-includeHEADERS install-man \
1512 install-nodist_includeHEADERS install-pkgconfigDATA
1513
1514install-dvi: install-dvi-am
1515
1516install-dvi-am:
1517
1518install-exec-am: install-binPROGRAMS install-binSCRIPTS \
1519 install-libLTLIBRARIES
1520
1521install-html: install-html-am
1522
1523install-html-am:
1524
1525install-info: install-info-am
1526
1527install-info-am:
1528
1529install-man: install-man1 install-man3
1530
1531install-pdf: install-pdf-am
1532
1533install-pdf-am:
1534
1535install-ps: install-ps-am
1536
1537install-ps-am:
1538
1539installcheck-am:
1540
1541maintainer-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
1546maintainer-clean-am: distclean-am maintainer-clean-generic
1547
1548mostlyclean: mostlyclean-am
1549
1550mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1551 mostlyclean-libtool
1552
1553pdf: pdf-am
1554
1555pdf-am:
1556
1557ps: ps-am
1558
1559ps-am:
1560
1561uninstall-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
1567uninstall-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
1598pcre.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'
1610test: 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".
1615pcre.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: