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