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