1# Makefile.in generated by automake 1.16.3 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2020 Free Software Foundation, Inc.
5
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16
17
18
19
20
21VPATH = @srcdir@
22am__is_gnu_make = { \
23  if test -z '$(MAKELEVEL)'; then \
24    false; \
25  elif test -n '$(MAKE_HOST)'; then \
26    true; \
27  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
28    true; \
29  else \
30    false; \
31  fi; \
32}
33am__make_running_with_option = \
34  case $${target_option-} in \
35      ?) ;; \
36      *) echo "am__make_running_with_option: internal error: invalid" \
37              "target option '$${target_option-}' specified" >&2; \
38         exit 1;; \
39  esac; \
40  has_opt=no; \
41  sane_makeflags=$$MAKEFLAGS; \
42  if $(am__is_gnu_make); then \
43    sane_makeflags=$$MFLAGS; \
44  else \
45    case $$MAKEFLAGS in \
46      *\\[\ \	]*) \
47        bs=\\; \
48        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
49          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
50    esac; \
51  fi; \
52  skip_next=no; \
53  strip_trailopt () \
54  { \
55    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
56  }; \
57  for flg in $$sane_makeflags; do \
58    test $$skip_next = yes && { skip_next=no; continue; }; \
59    case $$flg in \
60      *=*|--*) continue;; \
61        -*I) strip_trailopt 'I'; skip_next=yes;; \
62      -*I?*) strip_trailopt 'I';; \
63        -*O) strip_trailopt 'O'; skip_next=yes;; \
64      -*O?*) strip_trailopt 'O';; \
65        -*l) strip_trailopt 'l'; skip_next=yes;; \
66      -*l?*) strip_trailopt 'l';; \
67      -[dEDm]) skip_next=yes;; \
68      -[JT]) skip_next=yes;; \
69    esac; \
70    case $$flg in \
71      *$$target_option*) has_opt=yes; break;; \
72    esac; \
73  done; \
74  test $$has_opt = yes
75am__make_dryrun = (target_option=n; $(am__make_running_with_option))
76am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
77pkgdatadir = $(datadir)/@PACKAGE@
78pkgincludedir = $(includedir)/@PACKAGE@
79pkglibdir = $(libdir)/@PACKAGE@
80pkglibexecdir = $(libexecdir)/@PACKAGE@
81am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
82install_sh_DATA = $(install_sh) -c -m 644
83install_sh_PROGRAM = $(install_sh) -c
84install_sh_SCRIPT = $(install_sh) -c
85INSTALL_HEADER = $(INSTALL_DATA)
86transform = $(program_transform_name)
87NORMAL_INSTALL = :
88PRE_INSTALL = :
89POST_INSTALL = :
90NORMAL_UNINSTALL = :
91PRE_UNINSTALL = :
92POST_UNINSTALL = :
93build_triplet = @build@
94host_triplet = @host@
95TESTS = $(am__EXEEXT_3) $(am__EXEEXT_4) RunTest $(am__append_38)
96bin_PROGRAMS = pcretest$(EXEEXT) $(am__EXEEXT_1)
97noinst_PROGRAMS = $(am__EXEEXT_2) $(am__EXEEXT_3) $(am__EXEEXT_4)
98
99# These additional headers will be be installed if C++ support is enabled. We
100# do not distribute pcrecpparg.h or pcre_stringpiece.h, as these are generated
101# from corresponding .h.in files (which we do distribute).
102@WITH_PCRE_CPP_TRUE@am__append_1 = \
103@WITH_PCRE_CPP_TRUE@  pcrecpparg.h \
104@WITH_PCRE_CPP_TRUE@  pcre_stringpiece.h
105
106@WITH_PCRE_CPP_TRUE@am__append_2 = \
107@WITH_PCRE_CPP_TRUE@  pcrecpp.h \
108@WITH_PCRE_CPP_TRUE@  pcre_scanner.h
109
110@WITH_REBUILD_CHARTABLES_TRUE@am__append_3 = dftables
111
112# Build the 8 bit library if it is enabled.
113@WITH_PCRE8_TRUE@am__append_4 = libpcre.la
114
115# Build the 16 bit library if it is enabled.
116@WITH_PCRE16_TRUE@am__append_5 = libpcre16.la
117
118# Build the 32 bit library if it is enabled.
119@WITH_PCRE32_TRUE@am__append_6 = libpcre32.la
120@WITH_PCRE8_TRUE@@WITH_VALGRIND_TRUE@am__append_7 = $(VALGRIND_CFLAGS)
121@WITH_PCRE16_TRUE@@WITH_VALGRIND_TRUE@am__append_8 = $(VALGRIND_CFLAGS)
122@WITH_PCRE32_TRUE@@WITH_VALGRIND_TRUE@am__append_9 = $(VALGRIND_CFLAGS)
123@WITH_GCOV_TRUE@@WITH_PCRE8_TRUE@am__append_10 = $(GCOV_CFLAGS)
124@WITH_GCOV_TRUE@@WITH_PCRE16_TRUE@am__append_11 = $(GCOV_CFLAGS)
125@WITH_GCOV_TRUE@@WITH_PCRE32_TRUE@am__append_12 = $(GCOV_CFLAGS)
126@WITH_JIT_TRUE@am__append_13 = pcre_jit_test
127@WITH_JIT_TRUE@am__append_14 = pcre_jit_test
128@WITH_JIT_TRUE@@WITH_PCRE8_TRUE@am__append_15 = libpcre.la
129@WITH_JIT_TRUE@@WITH_PCRE16_TRUE@am__append_16 = libpcre16.la
130@WITH_JIT_TRUE@@WITH_PCRE32_TRUE@am__append_17 = libpcre32.la
131@WITH_GCOV_TRUE@@WITH_JIT_TRUE@am__append_18 = $(GCOV_CFLAGS)
132@WITH_GCOV_TRUE@@WITH_JIT_TRUE@am__append_19 = $(GCOV_LIBS)
133@WITH_PCRE8_TRUE@am__append_20 = libpcreposix.la
134@WITH_GCOV_TRUE@@WITH_PCRE8_TRUE@am__append_21 = $(GCOV_CFLAGS)
135@WITH_PCRE_CPP_TRUE@am__append_22 = libpcrecpp.la
136@WITH_PCRE_CPP_TRUE@am__append_23 = pcrecpp_unittest \
137@WITH_PCRE_CPP_TRUE@	pcre_scanner_unittest \
138@WITH_PCRE_CPP_TRUE@	pcre_stringpiece_unittest
139@WITH_PCRE_CPP_TRUE@am__append_24 = pcrecpp_unittest \
140@WITH_PCRE_CPP_TRUE@	pcre_scanner_unittest \
141@WITH_PCRE_CPP_TRUE@	pcre_stringpiece_unittest
142@WITH_GCOV_TRUE@@WITH_PCRE_CPP_TRUE@am__append_25 = $(GCOV_CXXFLAGS)
143@WITH_GCOV_TRUE@@WITH_PCRE_CPP_TRUE@am__append_26 = $(GCOV_LIBS)
144@WITH_GCOV_TRUE@@WITH_PCRE_CPP_TRUE@am__append_27 = $(GCOV_LIBS)
145@WITH_GCOV_TRUE@@WITH_PCRE_CPP_TRUE@am__append_28 = $(GCOV_LIBS)
146@WITH_PCRE8_TRUE@am__append_29 = pcre_printint.c
147@WITH_PCRE8_TRUE@am__append_30 = libpcre.la libpcreposix.la
148@WITH_PCRE16_TRUE@am__append_31 = pcre16_printint.c
149@WITH_PCRE16_TRUE@am__append_32 = libpcre16.la
150@WITH_PCRE32_TRUE@am__append_33 = pcre32_printint.c
151@WITH_PCRE32_TRUE@am__append_34 = libpcre32.la
152@WITH_VALGRIND_TRUE@am__append_35 = $(VALGRIND_CFLAGS)
153@WITH_GCOV_TRUE@am__append_36 = $(GCOV_CFLAGS)
154@WITH_GCOV_TRUE@am__append_37 = $(GCOV_LIBS)
155@WITH_PCRE8_TRUE@am__append_38 = RunGrepTest
156@WITH_PCRE8_TRUE@am__append_39 = RunGrepTest
157@WITH_PCRE8_TRUE@am__append_40 = pcregrep
158@WITH_GCOV_TRUE@@WITH_PCRE8_TRUE@am__append_41 = $(GCOV_CFLAGS)
159@WITH_GCOV_TRUE@@WITH_PCRE8_TRUE@am__append_42 = $(GCOV_LIBS)
160@WITH_PCRE16_TRUE@am__append_43 = libpcre16.pc
161@WITH_PCRE32_TRUE@am__append_44 = libpcre32.pc
162@WITH_PCRE_CPP_TRUE@am__append_45 = libpcrecpp.pc
163subdir = .
164ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
165am__aclocal_m4_deps = $(top_srcdir)/m4/ax_pthread.m4 \
166	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
167	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
168	$(top_srcdir)/m4/lt~obsolete.m4 \
169	$(top_srcdir)/m4/pcre_visibility.m4 $(top_srcdir)/configure.ac
170am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
171	$(ACLOCAL_M4)
172DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
173	$(am__configure_deps) $(am__dist_noinst_SCRIPTS_DIST) \
174	$(dist_doc_DATA) $(dist_html_DATA) $(dist_noinst_DATA) \
175	$(am__include_HEADERS_DIST) $(am__DIST_COMMON)
176am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
177 configure.lineno config.status.lineno
178mkinstalldirs = $(install_sh) -d
179CONFIG_HEADER = config.h
180CONFIG_CLEAN_FILES = libpcre.pc libpcre16.pc libpcre32.pc \
181	libpcreposix.pc libpcrecpp.pc pcre-config pcre.h \
182	pcre_stringpiece.h pcrecpparg.h
183CONFIG_CLEAN_VPATH_FILES =
184@WITH_PCRE8_TRUE@am__EXEEXT_1 = pcregrep$(EXEEXT)
185am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(libdir)" \
186	"$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)" \
187	"$(DESTDIR)$(man3dir)" "$(DESTDIR)$(docdir)" \
188	"$(DESTDIR)$(htmldir)" "$(DESTDIR)$(htmldir)" \
189	"$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(includedir)" \
190	"$(DESTDIR)$(includedir)"
191@WITH_REBUILD_CHARTABLES_TRUE@am__EXEEXT_2 = dftables$(EXEEXT)
192@WITH_JIT_TRUE@am__EXEEXT_3 = pcre_jit_test$(EXEEXT)
193@WITH_PCRE_CPP_TRUE@am__EXEEXT_4 = pcrecpp_unittest$(EXEEXT) \
194@WITH_PCRE_CPP_TRUE@	pcre_scanner_unittest$(EXEEXT) \
195@WITH_PCRE_CPP_TRUE@	pcre_stringpiece_unittest$(EXEEXT)
196PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS)
197am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
198am__vpath_adj = case $$p in \
199    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
200    *) f=$$p;; \
201  esac;
202am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
203am__install_max = 40
204am__nobase_strip_setup = \
205  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
206am__nobase_strip = \
207  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
208am__nobase_list = $(am__nobase_strip_setup); \
209  for p in $$list; do echo "$$p $$p"; done | \
210  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
211  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
212    if (++n[$$2] == $(am__install_max)) \
213      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
214    END { for (dir in files) print dir, files[dir] }'
215am__base_list = \
216  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
217  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
218am__uninstall_files_from_dir = { \
219  test -z "$$files" \
220    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
221    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
222         $(am__cd) "$$dir" && rm -f $$files; }; \
223  }
224LTLIBRARIES = $(lib_LTLIBRARIES)
225libpcre_la_DEPENDENCIES =
226am__libpcre_la_SOURCES_DIST = pcre_byte_order.c pcre_compile.c \
227	pcre_config.c pcre_dfa_exec.c pcre_exec.c pcre_fullinfo.c \
228	pcre_get.c pcre_globals.c pcre_internal.h pcre_jit_compile.c \
229	pcre_maketables.c pcre_newline.c pcre_ord2utf8.c \
230	pcre_refcount.c pcre_string_utils.c pcre_study.c pcre_tables.c \
231	pcre_ucd.c pcre_valid_utf8.c pcre_version.c pcre_xclass.c \
232	ucp.h
233@WITH_PCRE8_TRUE@am_libpcre_la_OBJECTS =  \
234@WITH_PCRE8_TRUE@	libpcre_la-pcre_byte_order.lo \
235@WITH_PCRE8_TRUE@	libpcre_la-pcre_compile.lo \
236@WITH_PCRE8_TRUE@	libpcre_la-pcre_config.lo \
237@WITH_PCRE8_TRUE@	libpcre_la-pcre_dfa_exec.lo \
238@WITH_PCRE8_TRUE@	libpcre_la-pcre_exec.lo \
239@WITH_PCRE8_TRUE@	libpcre_la-pcre_fullinfo.lo \
240@WITH_PCRE8_TRUE@	libpcre_la-pcre_get.lo \
241@WITH_PCRE8_TRUE@	libpcre_la-pcre_globals.lo \
242@WITH_PCRE8_TRUE@	libpcre_la-pcre_jit_compile.lo \
243@WITH_PCRE8_TRUE@	libpcre_la-pcre_maketables.lo \
244@WITH_PCRE8_TRUE@	libpcre_la-pcre_newline.lo \
245@WITH_PCRE8_TRUE@	libpcre_la-pcre_ord2utf8.lo \
246@WITH_PCRE8_TRUE@	libpcre_la-pcre_refcount.lo \
247@WITH_PCRE8_TRUE@	libpcre_la-pcre_string_utils.lo \
248@WITH_PCRE8_TRUE@	libpcre_la-pcre_study.lo \
249@WITH_PCRE8_TRUE@	libpcre_la-pcre_tables.lo \
250@WITH_PCRE8_TRUE@	libpcre_la-pcre_ucd.lo \
251@WITH_PCRE8_TRUE@	libpcre_la-pcre_valid_utf8.lo \
252@WITH_PCRE8_TRUE@	libpcre_la-pcre_version.lo \
253@WITH_PCRE8_TRUE@	libpcre_la-pcre_xclass.lo
254@WITH_PCRE8_TRUE@nodist_libpcre_la_OBJECTS =  \
255@WITH_PCRE8_TRUE@	libpcre_la-pcre_chartables.lo
256libpcre_la_OBJECTS = $(am_libpcre_la_OBJECTS) \
257	$(nodist_libpcre_la_OBJECTS)
258AM_V_lt = $(am__v_lt_@AM_V@)
259am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
260am__v_lt_0 = --silent
261am__v_lt_1 =
262libpcre_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
263	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(libpcre_la_CFLAGS) \
264	$(CFLAGS) $(libpcre_la_LDFLAGS) $(LDFLAGS) -o $@
265@WITH_PCRE8_TRUE@am_libpcre_la_rpath = -rpath $(libdir)
266libpcre16_la_DEPENDENCIES =
267am__libpcre16_la_SOURCES_DIST = pcre16_byte_order.c \
268	pcre16_chartables.c pcre16_compile.c pcre16_config.c \
269	pcre16_dfa_exec.c pcre16_exec.c pcre16_fullinfo.c pcre16_get.c \
270	pcre16_globals.c pcre16_jit_compile.c pcre16_maketables.c \
271	pcre16_newline.c pcre16_ord2utf16.c pcre16_refcount.c \
272	pcre16_string_utils.c pcre16_study.c pcre16_tables.c \
273	pcre16_ucd.c pcre16_utf16_utils.c pcre16_valid_utf16.c \
274	pcre16_version.c pcre16_xclass.c
275@WITH_PCRE16_TRUE@am_libpcre16_la_OBJECTS =  \
276@WITH_PCRE16_TRUE@	libpcre16_la-pcre16_byte_order.lo \
277@WITH_PCRE16_TRUE@	libpcre16_la-pcre16_chartables.lo \
278@WITH_PCRE16_TRUE@	libpcre16_la-pcre16_compile.lo \
279@WITH_PCRE16_TRUE@	libpcre16_la-pcre16_config.lo \
280@WITH_PCRE16_TRUE@	libpcre16_la-pcre16_dfa_exec.lo \
281@WITH_PCRE16_TRUE@	libpcre16_la-pcre16_exec.lo \
282@WITH_PCRE16_TRUE@	libpcre16_la-pcre16_fullinfo.lo \
283@WITH_PCRE16_TRUE@	libpcre16_la-pcre16_get.lo \
284@WITH_PCRE16_TRUE@	libpcre16_la-pcre16_globals.lo \
285@WITH_PCRE16_TRUE@	libpcre16_la-pcre16_jit_compile.lo \
286@WITH_PCRE16_TRUE@	libpcre16_la-pcre16_maketables.lo \
287@WITH_PCRE16_TRUE@	libpcre16_la-pcre16_newline.lo \
288@WITH_PCRE16_TRUE@	libpcre16_la-pcre16_ord2utf16.lo \
289@WITH_PCRE16_TRUE@	libpcre16_la-pcre16_refcount.lo \
290@WITH_PCRE16_TRUE@	libpcre16_la-pcre16_string_utils.lo \
291@WITH_PCRE16_TRUE@	libpcre16_la-pcre16_study.lo \
292@WITH_PCRE16_TRUE@	libpcre16_la-pcre16_tables.lo \
293@WITH_PCRE16_TRUE@	libpcre16_la-pcre16_ucd.lo \
294@WITH_PCRE16_TRUE@	libpcre16_la-pcre16_utf16_utils.lo \
295@WITH_PCRE16_TRUE@	libpcre16_la-pcre16_valid_utf16.lo \
296@WITH_PCRE16_TRUE@	libpcre16_la-pcre16_version.lo \
297@WITH_PCRE16_TRUE@	libpcre16_la-pcre16_xclass.lo
298@WITH_PCRE16_TRUE@nodist_libpcre16_la_OBJECTS =  \
299@WITH_PCRE16_TRUE@	libpcre16_la-pcre_chartables.lo
300libpcre16_la_OBJECTS = $(am_libpcre16_la_OBJECTS) \
301	$(nodist_libpcre16_la_OBJECTS)
302libpcre16_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
303	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(libpcre16_la_CFLAGS) \
304	$(CFLAGS) $(libpcre16_la_LDFLAGS) $(LDFLAGS) -o $@
305@WITH_PCRE16_TRUE@am_libpcre16_la_rpath = -rpath $(libdir)
306libpcre32_la_DEPENDENCIES =
307am__libpcre32_la_SOURCES_DIST = pcre32_byte_order.c \
308	pcre32_chartables.c pcre32_compile.c pcre32_config.c \
309	pcre32_dfa_exec.c pcre32_exec.c pcre32_fullinfo.c pcre32_get.c \
310	pcre32_globals.c pcre32_jit_compile.c pcre32_maketables.c \
311	pcre32_newline.c pcre32_ord2utf32.c pcre32_refcount.c \
312	pcre32_string_utils.c pcre32_study.c pcre32_tables.c \
313	pcre32_ucd.c pcre32_utf32_utils.c pcre32_valid_utf32.c \
314	pcre32_version.c pcre32_xclass.c
315@WITH_PCRE32_TRUE@am_libpcre32_la_OBJECTS =  \
316@WITH_PCRE32_TRUE@	libpcre32_la-pcre32_byte_order.lo \
317@WITH_PCRE32_TRUE@	libpcre32_la-pcre32_chartables.lo \
318@WITH_PCRE32_TRUE@	libpcre32_la-pcre32_compile.lo \
319@WITH_PCRE32_TRUE@	libpcre32_la-pcre32_config.lo \
320@WITH_PCRE32_TRUE@	libpcre32_la-pcre32_dfa_exec.lo \
321@WITH_PCRE32_TRUE@	libpcre32_la-pcre32_exec.lo \
322@WITH_PCRE32_TRUE@	libpcre32_la-pcre32_fullinfo.lo \
323@WITH_PCRE32_TRUE@	libpcre32_la-pcre32_get.lo \
324@WITH_PCRE32_TRUE@	libpcre32_la-pcre32_globals.lo \
325@WITH_PCRE32_TRUE@	libpcre32_la-pcre32_jit_compile.lo \
326@WITH_PCRE32_TRUE@	libpcre32_la-pcre32_maketables.lo \
327@WITH_PCRE32_TRUE@	libpcre32_la-pcre32_newline.lo \
328@WITH_PCRE32_TRUE@	libpcre32_la-pcre32_ord2utf32.lo \
329@WITH_PCRE32_TRUE@	libpcre32_la-pcre32_refcount.lo \
330@WITH_PCRE32_TRUE@	libpcre32_la-pcre32_string_utils.lo \
331@WITH_PCRE32_TRUE@	libpcre32_la-pcre32_study.lo \
332@WITH_PCRE32_TRUE@	libpcre32_la-pcre32_tables.lo \
333@WITH_PCRE32_TRUE@	libpcre32_la-pcre32_ucd.lo \
334@WITH_PCRE32_TRUE@	libpcre32_la-pcre32_utf32_utils.lo \
335@WITH_PCRE32_TRUE@	libpcre32_la-pcre32_valid_utf32.lo \
336@WITH_PCRE32_TRUE@	libpcre32_la-pcre32_version.lo \
337@WITH_PCRE32_TRUE@	libpcre32_la-pcre32_xclass.lo
338@WITH_PCRE32_TRUE@nodist_libpcre32_la_OBJECTS =  \
339@WITH_PCRE32_TRUE@	libpcre32_la-pcre_chartables.lo
340libpcre32_la_OBJECTS = $(am_libpcre32_la_OBJECTS) \
341	$(nodist_libpcre32_la_OBJECTS)
342libpcre32_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
343	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(libpcre32_la_CFLAGS) \
344	$(CFLAGS) $(libpcre32_la_LDFLAGS) $(LDFLAGS) -o $@
345@WITH_PCRE32_TRUE@am_libpcre32_la_rpath = -rpath $(libdir)
346@WITH_PCRE_CPP_TRUE@libpcrecpp_la_DEPENDENCIES = libpcre.la
347am__libpcrecpp_la_SOURCES_DIST = pcrecpp_internal.h pcrecpp.cc \
348	pcre_scanner.cc pcre_stringpiece.cc
349@WITH_PCRE_CPP_TRUE@am_libpcrecpp_la_OBJECTS =  \
350@WITH_PCRE_CPP_TRUE@	libpcrecpp_la-pcrecpp.lo \
351@WITH_PCRE_CPP_TRUE@	libpcrecpp_la-pcre_scanner.lo \
352@WITH_PCRE_CPP_TRUE@	libpcrecpp_la-pcre_stringpiece.lo
353libpcrecpp_la_OBJECTS = $(am_libpcrecpp_la_OBJECTS)
354libpcrecpp_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \
355	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
356	$(libpcrecpp_la_CXXFLAGS) $(CXXFLAGS) $(libpcrecpp_la_LDFLAGS) \
357	$(LDFLAGS) -o $@
358@WITH_PCRE_CPP_TRUE@am_libpcrecpp_la_rpath = -rpath $(libdir)
359@WITH_PCRE8_TRUE@libpcreposix_la_DEPENDENCIES = libpcre.la
360am__libpcreposix_la_SOURCES_DIST = pcreposix.c
361@WITH_PCRE8_TRUE@am_libpcreposix_la_OBJECTS =  \
362@WITH_PCRE8_TRUE@	libpcreposix_la-pcreposix.lo
363libpcreposix_la_OBJECTS = $(am_libpcreposix_la_OBJECTS)
364libpcreposix_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
365	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
366	$(libpcreposix_la_CFLAGS) $(CFLAGS) $(libpcreposix_la_LDFLAGS) \
367	$(LDFLAGS) -o $@
368@WITH_PCRE8_TRUE@am_libpcreposix_la_rpath = -rpath $(libdir)
369am__dftables_SOURCES_DIST = dftables.c
370@WITH_REBUILD_CHARTABLES_TRUE@am_dftables_OBJECTS =  \
371@WITH_REBUILD_CHARTABLES_TRUE@	dftables.$(OBJEXT)
372dftables_OBJECTS = $(am_dftables_OBJECTS)
373dftables_LDADD = $(LDADD)
374am__pcre_jit_test_SOURCES_DIST = pcre_jit_test.c
375@WITH_JIT_TRUE@am_pcre_jit_test_OBJECTS =  \
376@WITH_JIT_TRUE@	pcre_jit_test-pcre_jit_test.$(OBJEXT)
377pcre_jit_test_OBJECTS = $(am_pcre_jit_test_OBJECTS)
378am__DEPENDENCIES_1 =
379@WITH_GCOV_TRUE@@WITH_JIT_TRUE@am__DEPENDENCIES_2 =  \
380@WITH_GCOV_TRUE@@WITH_JIT_TRUE@	$(am__DEPENDENCIES_1)
381@WITH_JIT_TRUE@pcre_jit_test_DEPENDENCIES = $(am__append_15) \
382@WITH_JIT_TRUE@	$(am__append_16) $(am__append_17) \
383@WITH_JIT_TRUE@	$(am__DEPENDENCIES_2)
384pcre_jit_test_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
385	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(pcre_jit_test_CFLAGS) \
386	$(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
387am__pcre_scanner_unittest_SOURCES_DIST = pcre_scanner_unittest.cc
388@WITH_PCRE_CPP_TRUE@am_pcre_scanner_unittest_OBJECTS = pcre_scanner_unittest-pcre_scanner_unittest.$(OBJEXT)
389pcre_scanner_unittest_OBJECTS = $(am_pcre_scanner_unittest_OBJECTS)
390@WITH_GCOV_TRUE@@WITH_PCRE_CPP_TRUE@am__DEPENDENCIES_3 =  \
391@WITH_GCOV_TRUE@@WITH_PCRE_CPP_TRUE@	$(am__DEPENDENCIES_1)
392@WITH_PCRE_CPP_TRUE@pcre_scanner_unittest_DEPENDENCIES =  \
393@WITH_PCRE_CPP_TRUE@	libpcrecpp.la $(am__DEPENDENCIES_3)
394pcre_scanner_unittest_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \
395	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
396	$(pcre_scanner_unittest_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
397	$(LDFLAGS) -o $@
398am__pcre_stringpiece_unittest_SOURCES_DIST =  \
399	pcre_stringpiece_unittest.cc
400@WITH_PCRE_CPP_TRUE@am_pcre_stringpiece_unittest_OBJECTS = pcre_stringpiece_unittest-pcre_stringpiece_unittest.$(OBJEXT)
401pcre_stringpiece_unittest_OBJECTS =  \
402	$(am_pcre_stringpiece_unittest_OBJECTS)
403@WITH_PCRE_CPP_TRUE@pcre_stringpiece_unittest_DEPENDENCIES =  \
404@WITH_PCRE_CPP_TRUE@	libpcrecpp.la $(am__DEPENDENCIES_3)
405pcre_stringpiece_unittest_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \
406	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
407	$(pcre_stringpiece_unittest_CXXFLAGS) $(CXXFLAGS) \
408	$(AM_LDFLAGS) $(LDFLAGS) -o $@
409am__pcrecpp_unittest_SOURCES_DIST = pcrecpp_unittest.cc
410@WITH_PCRE_CPP_TRUE@am_pcrecpp_unittest_OBJECTS = pcrecpp_unittest-pcrecpp_unittest.$(OBJEXT)
411pcrecpp_unittest_OBJECTS = $(am_pcrecpp_unittest_OBJECTS)
412@WITH_PCRE_CPP_TRUE@pcrecpp_unittest_DEPENDENCIES = libpcrecpp.la \
413@WITH_PCRE_CPP_TRUE@	$(am__DEPENDENCIES_3)
414pcrecpp_unittest_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \
415	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
416	$(pcrecpp_unittest_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
417	$(LDFLAGS) -o $@
418am__pcregrep_SOURCES_DIST = pcregrep.c
419@WITH_PCRE8_TRUE@am_pcregrep_OBJECTS = pcregrep-pcregrep.$(OBJEXT)
420pcregrep_OBJECTS = $(am_pcregrep_OBJECTS)
421@WITH_GCOV_TRUE@@WITH_PCRE8_TRUE@am__DEPENDENCIES_4 =  \
422@WITH_GCOV_TRUE@@WITH_PCRE8_TRUE@	$(am__DEPENDENCIES_1)
423@WITH_PCRE8_TRUE@pcregrep_DEPENDENCIES = $(am__DEPENDENCIES_1) \
424@WITH_PCRE8_TRUE@	$(am__DEPENDENCIES_1) libpcre.la \
425@WITH_PCRE8_TRUE@	libpcreposix.la $(am__DEPENDENCIES_4)
426pcregrep_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
427	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(pcregrep_CFLAGS) \
428	$(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
429am__pcretest_SOURCES_DIST = pcretest.c pcre_printint.c \
430	pcre16_printint.c pcre32_printint.c
431@WITH_PCRE8_TRUE@am__objects_1 = pcretest-pcre_printint.$(OBJEXT)
432@WITH_PCRE16_TRUE@am__objects_2 = pcretest-pcre16_printint.$(OBJEXT)
433@WITH_PCRE32_TRUE@am__objects_3 = pcretest-pcre32_printint.$(OBJEXT)
434am_pcretest_OBJECTS = pcretest-pcretest.$(OBJEXT) $(am__objects_1) \
435	$(am__objects_2) $(am__objects_3)
436pcretest_OBJECTS = $(am_pcretest_OBJECTS)
437@WITH_GCOV_TRUE@am__DEPENDENCIES_5 = $(am__DEPENDENCIES_1)
438pcretest_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__append_30) \
439	$(am__append_32) $(am__append_34) $(am__DEPENDENCIES_5)
440pcretest_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
441	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(pcretest_CFLAGS) \
442	$(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
443am__dist_noinst_SCRIPTS_DIST = RunTest RunGrepTest
444SCRIPTS = $(bin_SCRIPTS) $(dist_noinst_SCRIPTS)
445AM_V_P = $(am__v_P_@AM_V@)
446am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
447am__v_P_0 = false
448am__v_P_1 = :
449AM_V_GEN = $(am__v_GEN_@AM_V@)
450am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
451am__v_GEN_0 = @echo "  GEN     " $@;
452am__v_GEN_1 =
453AM_V_at = $(am__v_at_@AM_V@)
454am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
455am__v_at_0 = @
456am__v_at_1 =
457DEFAULT_INCLUDES = -I.@am__isrc@
458depcomp = $(SHELL) $(top_srcdir)/depcomp
459am__maybe_remake_depfiles = depfiles
460am__depfiles_remade = ./$(DEPDIR)/dftables.Po \
461	./$(DEPDIR)/libpcre16_la-pcre16_byte_order.Plo \
462	./$(DEPDIR)/libpcre16_la-pcre16_chartables.Plo \
463	./$(DEPDIR)/libpcre16_la-pcre16_compile.Plo \
464	./$(DEPDIR)/libpcre16_la-pcre16_config.Plo \
465	./$(DEPDIR)/libpcre16_la-pcre16_dfa_exec.Plo \
466	./$(DEPDIR)/libpcre16_la-pcre16_exec.Plo \
467	./$(DEPDIR)/libpcre16_la-pcre16_fullinfo.Plo \
468	./$(DEPDIR)/libpcre16_la-pcre16_get.Plo \
469	./$(DEPDIR)/libpcre16_la-pcre16_globals.Plo \
470	./$(DEPDIR)/libpcre16_la-pcre16_jit_compile.Plo \
471	./$(DEPDIR)/libpcre16_la-pcre16_maketables.Plo \
472	./$(DEPDIR)/libpcre16_la-pcre16_newline.Plo \
473	./$(DEPDIR)/libpcre16_la-pcre16_ord2utf16.Plo \
474	./$(DEPDIR)/libpcre16_la-pcre16_refcount.Plo \
475	./$(DEPDIR)/libpcre16_la-pcre16_string_utils.Plo \
476	./$(DEPDIR)/libpcre16_la-pcre16_study.Plo \
477	./$(DEPDIR)/libpcre16_la-pcre16_tables.Plo \
478	./$(DEPDIR)/libpcre16_la-pcre16_ucd.Plo \
479	./$(DEPDIR)/libpcre16_la-pcre16_utf16_utils.Plo \
480	./$(DEPDIR)/libpcre16_la-pcre16_valid_utf16.Plo \
481	./$(DEPDIR)/libpcre16_la-pcre16_version.Plo \
482	./$(DEPDIR)/libpcre16_la-pcre16_xclass.Plo \
483	./$(DEPDIR)/libpcre16_la-pcre_chartables.Plo \
484	./$(DEPDIR)/libpcre32_la-pcre32_byte_order.Plo \
485	./$(DEPDIR)/libpcre32_la-pcre32_chartables.Plo \
486	./$(DEPDIR)/libpcre32_la-pcre32_compile.Plo \
487	./$(DEPDIR)/libpcre32_la-pcre32_config.Plo \
488	./$(DEPDIR)/libpcre32_la-pcre32_dfa_exec.Plo \
489	./$(DEPDIR)/libpcre32_la-pcre32_exec.Plo \
490	./$(DEPDIR)/libpcre32_la-pcre32_fullinfo.Plo \
491	./$(DEPDIR)/libpcre32_la-pcre32_get.Plo \
492	./$(DEPDIR)/libpcre32_la-pcre32_globals.Plo \
493	./$(DEPDIR)/libpcre32_la-pcre32_jit_compile.Plo \
494	./$(DEPDIR)/libpcre32_la-pcre32_maketables.Plo \
495	./$(DEPDIR)/libpcre32_la-pcre32_newline.Plo \
496	./$(DEPDIR)/libpcre32_la-pcre32_ord2utf32.Plo \
497	./$(DEPDIR)/libpcre32_la-pcre32_refcount.Plo \
498	./$(DEPDIR)/libpcre32_la-pcre32_string_utils.Plo \
499	./$(DEPDIR)/libpcre32_la-pcre32_study.Plo \
500	./$(DEPDIR)/libpcre32_la-pcre32_tables.Plo \
501	./$(DEPDIR)/libpcre32_la-pcre32_ucd.Plo \
502	./$(DEPDIR)/libpcre32_la-pcre32_utf32_utils.Plo \
503	./$(DEPDIR)/libpcre32_la-pcre32_valid_utf32.Plo \
504	./$(DEPDIR)/libpcre32_la-pcre32_version.Plo \
505	./$(DEPDIR)/libpcre32_la-pcre32_xclass.Plo \
506	./$(DEPDIR)/libpcre32_la-pcre_chartables.Plo \
507	./$(DEPDIR)/libpcre_la-pcre_byte_order.Plo \
508	./$(DEPDIR)/libpcre_la-pcre_chartables.Plo \
509	./$(DEPDIR)/libpcre_la-pcre_compile.Plo \
510	./$(DEPDIR)/libpcre_la-pcre_config.Plo \
511	./$(DEPDIR)/libpcre_la-pcre_dfa_exec.Plo \
512	./$(DEPDIR)/libpcre_la-pcre_exec.Plo \
513	./$(DEPDIR)/libpcre_la-pcre_fullinfo.Plo \
514	./$(DEPDIR)/libpcre_la-pcre_get.Plo \
515	./$(DEPDIR)/libpcre_la-pcre_globals.Plo \
516	./$(DEPDIR)/libpcre_la-pcre_jit_compile.Plo \
517	./$(DEPDIR)/libpcre_la-pcre_maketables.Plo \
518	./$(DEPDIR)/libpcre_la-pcre_newline.Plo \
519	./$(DEPDIR)/libpcre_la-pcre_ord2utf8.Plo \
520	./$(DEPDIR)/libpcre_la-pcre_refcount.Plo \
521	./$(DEPDIR)/libpcre_la-pcre_string_utils.Plo \
522	./$(DEPDIR)/libpcre_la-pcre_study.Plo \
523	./$(DEPDIR)/libpcre_la-pcre_tables.Plo \
524	./$(DEPDIR)/libpcre_la-pcre_ucd.Plo \
525	./$(DEPDIR)/libpcre_la-pcre_valid_utf8.Plo \
526	./$(DEPDIR)/libpcre_la-pcre_version.Plo \
527	./$(DEPDIR)/libpcre_la-pcre_xclass.Plo \
528	./$(DEPDIR)/libpcrecpp_la-pcre_scanner.Plo \
529	./$(DEPDIR)/libpcrecpp_la-pcre_stringpiece.Plo \
530	./$(DEPDIR)/libpcrecpp_la-pcrecpp.Plo \
531	./$(DEPDIR)/libpcreposix_la-pcreposix.Plo \
532	./$(DEPDIR)/pcre_jit_test-pcre_jit_test.Po \
533	./$(DEPDIR)/pcre_scanner_unittest-pcre_scanner_unittest.Po \
534	./$(DEPDIR)/pcre_stringpiece_unittest-pcre_stringpiece_unittest.Po \
535	./$(DEPDIR)/pcrecpp_unittest-pcrecpp_unittest.Po \
536	./$(DEPDIR)/pcregrep-pcregrep.Po \
537	./$(DEPDIR)/pcretest-pcre16_printint.Po \
538	./$(DEPDIR)/pcretest-pcre32_printint.Po \
539	./$(DEPDIR)/pcretest-pcre_printint.Po \
540	./$(DEPDIR)/pcretest-pcretest.Po
541am__mv = mv -f
542COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
543	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
544LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
545	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
546	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
547	$(AM_CFLAGS) $(CFLAGS)
548AM_V_CC = $(am__v_CC_@AM_V@)
549am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
550am__v_CC_0 = @echo "  CC      " $@;
551am__v_CC_1 =
552CCLD = $(CC)
553LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
554	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
555	$(AM_LDFLAGS) $(LDFLAGS) -o $@
556AM_V_CCLD = $(am__v_CCLD_@AM_V@)
557am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
558am__v_CCLD_0 = @echo "  CCLD    " $@;
559am__v_CCLD_1 =
560CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
561	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
562LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
563	$(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \
564	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
565	$(AM_CXXFLAGS) $(CXXFLAGS)
566AM_V_CXX = $(am__v_CXX_@AM_V@)
567am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@)
568am__v_CXX_0 = @echo "  CXX     " $@;
569am__v_CXX_1 =
570CXXLD = $(CXX)
571CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
572	$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
573	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
574AM_V_CXXLD = $(am__v_CXXLD_@AM_V@)
575am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@)
576am__v_CXXLD_0 = @echo "  CXXLD   " $@;
577am__v_CXXLD_1 =
578SOURCES = $(libpcre_la_SOURCES) $(nodist_libpcre_la_SOURCES) \
579	$(libpcre16_la_SOURCES) $(nodist_libpcre16_la_SOURCES) \
580	$(libpcre32_la_SOURCES) $(nodist_libpcre32_la_SOURCES) \
581	$(libpcrecpp_la_SOURCES) $(libpcreposix_la_SOURCES) \
582	$(dftables_SOURCES) $(pcre_jit_test_SOURCES) \
583	$(pcre_scanner_unittest_SOURCES) \
584	$(pcre_stringpiece_unittest_SOURCES) \
585	$(pcrecpp_unittest_SOURCES) $(pcregrep_SOURCES) \
586	$(pcretest_SOURCES)
587DIST_SOURCES = $(am__libpcre_la_SOURCES_DIST) \
588	$(am__libpcre16_la_SOURCES_DIST) \
589	$(am__libpcre32_la_SOURCES_DIST) \
590	$(am__libpcrecpp_la_SOURCES_DIST) \
591	$(am__libpcreposix_la_SOURCES_DIST) \
592	$(am__dftables_SOURCES_DIST) $(am__pcre_jit_test_SOURCES_DIST) \
593	$(am__pcre_scanner_unittest_SOURCES_DIST) \
594	$(am__pcre_stringpiece_unittest_SOURCES_DIST) \
595	$(am__pcrecpp_unittest_SOURCES_DIST) \
596	$(am__pcregrep_SOURCES_DIST) $(am__pcretest_SOURCES_DIST)
597am__can_run_installinfo = \
598  case $$AM_UPDATE_INFO_DIR in \
599    n|no|NO) false;; \
600    *) (install-info --version) >/dev/null 2>&1;; \
601  esac
602man1dir = $(mandir)/man1
603man3dir = $(mandir)/man3
604NROFF = nroff
605MANS = $(dist_man_MANS) $(man_MANS)
606DATA = $(dist_doc_DATA) $(dist_html_DATA) $(dist_noinst_DATA) \
607	$(html_DATA) $(pkgconfig_DATA)
608am__include_HEADERS_DIST = pcreposix.h pcrecpp.h pcre_scanner.h
609HEADERS = $(include_HEADERS) $(nodist_include_HEADERS)
610am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) \
611	config.h.in
612# Read a list of newline-separated strings from the standard input,
613# and print each of them once, without duplicates.  Input order is
614# *not* preserved.
615am__uniquify_input = $(AWK) '\
616  BEGIN { nonempty = 0; } \
617  { items[$$0] = 1; nonempty = 1; } \
618  END { if (nonempty) { for (i in items) print i; }; } \
619'
620# Make sure the list of sources is unique.  This is necessary because,
621# e.g., the same source file might be shared among _SOURCES variables
622# for different programs/libraries.
623am__define_uniq_tagged_files = \
624  list='$(am__tagged_files)'; \
625  unique=`for i in $$list; do \
626    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
627  done | $(am__uniquify_input)`
628ETAGS = etags
629CTAGS = ctags
630CSCOPE = cscope
631AM_RECURSIVE_TARGETS = cscope check recheck
632am__tty_colors_dummy = \
633  mgn= red= grn= lgn= blu= brg= std=; \
634  am__color_tests=no
635am__tty_colors = { \
636  $(am__tty_colors_dummy); \
637  if test "X$(AM_COLOR_TESTS)" = Xno; then \
638    am__color_tests=no; \
639  elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
640    am__color_tests=yes; \
641  elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
642    am__color_tests=yes; \
643  fi; \
644  if test $$am__color_tests = yes; then \
645    red=''; \
646    grn=''; \
647    lgn=''; \
648    blu=''; \
649    mgn=''; \
650    brg=''; \
651    std=''; \
652  fi; \
653}
654am__recheck_rx = ^[ 	]*:recheck:[ 	]*
655am__global_test_result_rx = ^[ 	]*:global-test-result:[ 	]*
656am__copy_in_global_log_rx = ^[ 	]*:copy-in-global-log:[ 	]*
657# A command that, given a newline-separated list of test names on the
658# standard input, print the name of the tests that are to be re-run
659# upon "make recheck".
660am__list_recheck_tests = $(AWK) '{ \
661  recheck = 1; \
662  while ((rc = (getline line < ($$0 ".trs"))) != 0) \
663    { \
664      if (rc < 0) \
665        { \
666          if ((getline line2 < ($$0 ".log")) < 0) \
667	    recheck = 0; \
668          break; \
669        } \
670      else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \
671        { \
672          recheck = 0; \
673          break; \
674        } \
675      else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \
676        { \
677          break; \
678        } \
679    }; \
680  if (recheck) \
681    print $$0; \
682  close ($$0 ".trs"); \
683  close ($$0 ".log"); \
684}'
685# A command that, given a newline-separated list of test names on the
686# standard input, create the global log from their .trs and .log files.
687am__create_global_log = $(AWK) ' \
688function fatal(msg) \
689{ \
690  print "fatal: making $@: " msg | "cat >&2"; \
691  exit 1; \
692} \
693function rst_section(header) \
694{ \
695  print header; \
696  len = length(header); \
697  for (i = 1; i <= len; i = i + 1) \
698    printf "="; \
699  printf "\n\n"; \
700} \
701{ \
702  copy_in_global_log = 1; \
703  global_test_result = "RUN"; \
704  while ((rc = (getline line < ($$0 ".trs"))) != 0) \
705    { \
706      if (rc < 0) \
707         fatal("failed to read from " $$0 ".trs"); \
708      if (line ~ /$(am__global_test_result_rx)/) \
709        { \
710          sub("$(am__global_test_result_rx)", "", line); \
711          sub("[ 	]*$$", "", line); \
712          global_test_result = line; \
713        } \
714      else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \
715        copy_in_global_log = 0; \
716    }; \
717  if (copy_in_global_log) \
718    { \
719      rst_section(global_test_result ": " $$0); \
720      while ((rc = (getline line < ($$0 ".log"))) != 0) \
721      { \
722        if (rc < 0) \
723          fatal("failed to read from " $$0 ".log"); \
724        print line; \
725      }; \
726      printf "\n"; \
727    }; \
728  close ($$0 ".trs"); \
729  close ($$0 ".log"); \
730}'
731# Restructured Text title.
732am__rst_title = { sed 's/.*/   &   /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; }
733# Solaris 10 'make', and several other traditional 'make' implementations,
734# pass "-e" to $(SHELL), and POSIX 2008 even requires this.  Work around it
735# by disabling -e (using the XSI extension "set +e") if it's set.
736am__sh_e_setup = case $$- in *e*) set +e;; esac
737# Default flags passed to test drivers.
738am__common_driver_flags = \
739  --color-tests "$$am__color_tests" \
740  --enable-hard-errors "$$am__enable_hard_errors" \
741  --expect-failure "$$am__expect_failure"
742# To be inserted before the command running the test.  Creates the
743# directory for the log if needed.  Stores in $dir the directory
744# containing $f, in $tst the test, in $log the log.  Executes the
745# developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and
746# passes TESTS_ENVIRONMENT.  Set up options for the wrapper that
747# will run the test scripts (or their associated LOG_COMPILER, if
748# thy have one).
749am__check_pre = \
750$(am__sh_e_setup);					\
751$(am__vpath_adj_setup) $(am__vpath_adj)			\
752$(am__tty_colors);					\
753srcdir=$(srcdir); export srcdir;			\
754case "$@" in						\
755  */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;	\
756    *) am__odir=.;; 					\
757esac;							\
758test "x$$am__odir" = x"." || test -d "$$am__odir" 	\
759  || $(MKDIR_P) "$$am__odir" || exit $$?;		\
760if test -f "./$$f"; then dir=./;			\
761elif test -f "$$f"; then dir=;				\
762else dir="$(srcdir)/"; fi;				\
763tst=$$dir$$f; log='$@'; 				\
764if test -n '$(DISABLE_HARD_ERRORS)'; then		\
765  am__enable_hard_errors=no; 				\
766else							\
767  am__enable_hard_errors=yes; 				\
768fi; 							\
769case " $(XFAIL_TESTS) " in				\
770  *[\ \	]$$f[\ \	]* | *[\ \	]$$dir$$f[\ \	]*) \
771    am__expect_failure=yes;;				\
772  *)							\
773    am__expect_failure=no;;				\
774esac; 							\
775$(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT)
776# A shell command to get the names of the tests scripts with any registered
777# extension removed (i.e., equivalently, the names of the test logs, with
778# the '.log' extension removed).  The result is saved in the shell variable
779# '$bases'.  This honors runtime overriding of TESTS and TEST_LOGS.  Sadly,
780# we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)",
781# since that might cause problem with VPATH rewrites for suffix-less tests.
782# See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'.
783am__set_TESTS_bases = \
784  bases='$(TEST_LOGS)'; \
785  bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
786  bases=`echo $$bases`
787AM_TESTSUITE_SUMMARY_HEADER = ' for $(PACKAGE_STRING)'
788RECHECK_LOGS = $(TEST_LOGS)
789TEST_SUITE_LOG = test-suite.log
790TEST_EXTENSIONS = @EXEEXT@ .test
791LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver
792LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS)
793am__set_b = \
794  case '$@' in \
795    */*) \
796      case '$*' in \
797        */*) b='$*';; \
798          *) b=`echo '$@' | sed 's/\.log$$//'`; \
799       esac;; \
800    *) \
801      b='$*';; \
802  esac
803am__test_logs1 = $(TESTS:=.log)
804am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log)
805TEST_LOGS = $(am__test_logs2:.test.log=.log)
806TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver
807TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \
808	$(TEST_LOG_FLAGS)
809am__DIST_COMMON = $(dist_man_MANS) $(srcdir)/Makefile.in \
810	$(srcdir)/config.h.in $(srcdir)/libpcre.pc.in \
811	$(srcdir)/libpcre16.pc.in $(srcdir)/libpcre32.pc.in \
812	$(srcdir)/libpcrecpp.pc.in $(srcdir)/libpcreposix.pc.in \
813	$(srcdir)/pcre-config.in $(srcdir)/pcre.h.in \
814	$(srcdir)/pcre_stringpiece.h.in $(srcdir)/pcrecpparg.h.in \
815	AUTHORS COPYING ChangeLog INSTALL NEWS README ar-lib compile \
816	config.guess config.sub depcomp install-sh ltmain.sh missing \
817	test-driver
818DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
819distdir = $(PACKAGE)-$(VERSION)
820top_distdir = $(distdir)
821am__remove_distdir = \
822  if test -d "$(distdir)"; then \
823    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
824      && rm -rf "$(distdir)" \
825      || { sleep 5 && rm -rf "$(distdir)"; }; \
826  else :; fi
827am__post_remove_distdir = $(am__remove_distdir)
828DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2 $(distdir).zip
829GZIP_ENV = --best
830DIST_TARGETS = dist-bzip2 dist-gzip dist-zip
831# Exists only to be overridden by the user if desired.
832AM_DISTCHECK_DVI_TARGET = dvi
833distuninstallcheck_listfiles = find . -type f -print
834am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
835  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
836distcleancheck_listfiles = find . -type f -print
837ACLOCAL = @ACLOCAL@
838AMTAR = @AMTAR@
839AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
840AR = @AR@
841AS = @AS@
842AUTOCONF = @AUTOCONF@
843AUTOHEADER = @AUTOHEADER@
844AUTOMAKE = @AUTOMAKE@
845AWK = @AWK@
846CC = @CC@
847CCDEPMODE = @CCDEPMODE@
848CFLAGS = @CFLAGS@
849CPPFLAGS = @CPPFLAGS@
850CXX = @CXX@
851CXXCPP = @CXXCPP@
852CXXDEPMODE = @CXXDEPMODE@
853CXXFLAGS = @CXXFLAGS@
854CYGPATH_W = @CYGPATH_W@
855DEFS = @DEFS@
856DEPDIR = @DEPDIR@
857DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
858DLLTOOL = @DLLTOOL@
859DSYMUTIL = @DSYMUTIL@
860DUMPBIN = @DUMPBIN@
861ECHO_C = @ECHO_C@
862ECHO_N = @ECHO_N@
863ECHO_T = @ECHO_T@
864EGREP = @EGREP@
865EXEEXT = @EXEEXT@
866EXTRA_LIBPCRE16_LDFLAGS = @EXTRA_LIBPCRE16_LDFLAGS@
867EXTRA_LIBPCRE32_LDFLAGS = @EXTRA_LIBPCRE32_LDFLAGS@
868EXTRA_LIBPCRECPP_LDFLAGS = @EXTRA_LIBPCRECPP_LDFLAGS@
869EXTRA_LIBPCREPOSIX_LDFLAGS = @EXTRA_LIBPCREPOSIX_LDFLAGS@
870EXTRA_LIBPCRE_LDFLAGS = @EXTRA_LIBPCRE_LDFLAGS@
871FGREP = @FGREP@
872GCOV_CFLAGS = @GCOV_CFLAGS@
873GCOV_CXXFLAGS = @GCOV_CXXFLAGS@
874GCOV_LIBS = @GCOV_LIBS@
875GENHTML = @GENHTML@
876GREP = @GREP@
877HAVE_VISIBILITY = @HAVE_VISIBILITY@
878INSTALL = @INSTALL@
879INSTALL_DATA = @INSTALL_DATA@
880INSTALL_PROGRAM = @INSTALL_PROGRAM@
881INSTALL_SCRIPT = @INSTALL_SCRIPT@
882INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
883LCOV = @LCOV@
884LD = @LD@
885LDFLAGS = @LDFLAGS@
886LIBBZ2 = @LIBBZ2@
887LIBOBJS = @LIBOBJS@
888LIBREADLINE = @LIBREADLINE@
889LIBS = @LIBS@
890LIBTOOL = @LIBTOOL@
891LIBZ = @LIBZ@
892LIPO = @LIPO@
893LN_S = @LN_S@
894LTLIBOBJS = @LTLIBOBJS@
895LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
896MAKEINFO = @MAKEINFO@
897MANIFEST_TOOL = @MANIFEST_TOOL@
898MKDIR_P = @MKDIR_P@
899NM = @NM@
900NMEDIT = @NMEDIT@
901OBJDUMP = @OBJDUMP@
902OBJEXT = @OBJEXT@
903OTOOL = @OTOOL@
904OTOOL64 = @OTOOL64@
905PACKAGE = @PACKAGE@
906PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
907PACKAGE_NAME = @PACKAGE_NAME@
908PACKAGE_STRING = @PACKAGE_STRING@
909PACKAGE_TARNAME = @PACKAGE_TARNAME@
910PACKAGE_URL = @PACKAGE_URL@
911PACKAGE_VERSION = @PACKAGE_VERSION@
912PATH_SEPARATOR = @PATH_SEPARATOR@
913PCRE_DATE = @PCRE_DATE@
914PCRE_MAJOR = @PCRE_MAJOR@
915PCRE_MINOR = @PCRE_MINOR@
916PCRE_PRERELEASE = @PCRE_PRERELEASE@
917PCRE_STATIC_CFLAG = @PCRE_STATIC_CFLAG@
918PKG_CONFIG = @PKG_CONFIG@
919PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
920PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
921PTHREAD_CC = @PTHREAD_CC@
922PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
923PTHREAD_LIBS = @PTHREAD_LIBS@
924RANLIB = @RANLIB@
925SED = @SED@
926SET_MAKE = @SET_MAKE@
927SHELL = @SHELL@
928SHTOOL = @SHTOOL@
929STRIP = @STRIP@
930VALGRIND_CFLAGS = @VALGRIND_CFLAGS@
931VALGRIND_LIBS = @VALGRIND_LIBS@
932VERSION = @VERSION@
933VISIBILITY_CFLAGS = @VISIBILITY_CFLAGS@
934VISIBILITY_CXXFLAGS = @VISIBILITY_CXXFLAGS@
935abs_builddir = @abs_builddir@
936abs_srcdir = @abs_srcdir@
937abs_top_builddir = @abs_top_builddir@
938abs_top_srcdir = @abs_top_srcdir@
939ac_ct_AR = @ac_ct_AR@
940ac_ct_CC = @ac_ct_CC@
941ac_ct_CXX = @ac_ct_CXX@
942ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
943am__include = @am__include@
944am__leading_dot = @am__leading_dot@
945am__quote = @am__quote@
946am__tar = @am__tar@
947am__untar = @am__untar@
948ax_pthread_config = @ax_pthread_config@
949bindir = @bindir@
950build = @build@
951build_alias = @build_alias@
952build_cpu = @build_cpu@
953build_os = @build_os@
954build_vendor = @build_vendor@
955builddir = @builddir@
956datadir = @datadir@
957datarootdir = @datarootdir@
958docdir = @docdir@
959dvidir = @dvidir@
960enable_cpp = @enable_cpp@
961enable_pcre16 = @enable_pcre16@
962enable_pcre32 = @enable_pcre32@
963enable_pcre8 = @enable_pcre8@
964exec_prefix = @exec_prefix@
965host = @host@
966host_alias = @host_alias@
967host_cpu = @host_cpu@
968host_os = @host_os@
969host_vendor = @host_vendor@
970htmldir = @htmldir@
971includedir = @includedir@
972infodir = @infodir@
973install_sh = @install_sh@
974libdir = @libdir@
975libexecdir = @libexecdir@
976localedir = @localedir@
977localstatedir = @localstatedir@
978mandir = @mandir@
979mkdir_p = @mkdir_p@
980oldincludedir = @oldincludedir@
981pcre_have_bits_type_traits = @pcre_have_bits_type_traits@
982pcre_have_long_long = @pcre_have_long_long@
983pcre_have_type_traits = @pcre_have_type_traits@
984pcre_have_ulong_long = @pcre_have_ulong_long@
985pdfdir = @pdfdir@
986prefix = @prefix@
987program_transform_name = @program_transform_name@
988psdir = @psdir@
989runstatedir = @runstatedir@
990sbindir = @sbindir@
991sharedstatedir = @sharedstatedir@
992srcdir = @srcdir@
993sysconfdir = @sysconfdir@
994target_alias = @target_alias@
995top_build_prefix = @top_build_prefix@
996top_builddir = @top_builddir@
997top_srcdir = @top_srcdir@
998ACLOCAL_AMFLAGS = -I m4
999dist_doc_DATA = \
1000  doc/pcre.txt \
1001  doc/pcre-config.txt \
1002  doc/pcregrep.txt \
1003  doc/pcretest.txt \
1004  AUTHORS \
1005  COPYING \
1006  ChangeLog \
1007  LICENCE \
1008  NEWS \
1009  README
1010
1011
1012# Note that pcrecpp.html is not in this list; it is listed separately below.
1013dist_html_DATA = \
1014  doc/html/NON-AUTOTOOLS-BUILD.txt \
1015  doc/html/README.txt \
1016  doc/html/index.html \
1017  doc/html/pcre-config.html \
1018  doc/html/pcre.html \
1019  doc/html/pcre16.html \
1020  doc/html/pcre32.html \
1021  doc/html/pcre_assign_jit_stack.html \
1022  doc/html/pcre_compile.html \
1023  doc/html/pcre_compile2.html \
1024  doc/html/pcre_config.html \
1025  doc/html/pcre_copy_named_substring.html \
1026  doc/html/pcre_copy_substring.html \
1027  doc/html/pcre_dfa_exec.html \
1028  doc/html/pcre_exec.html \
1029  doc/html/pcre_free_study.html \
1030  doc/html/pcre_free_substring.html \
1031  doc/html/pcre_free_substring_list.html \
1032  doc/html/pcre_fullinfo.html \
1033  doc/html/pcre_get_named_substring.html \
1034  doc/html/pcre_get_stringnumber.html \
1035  doc/html/pcre_get_stringtable_entries.html \
1036  doc/html/pcre_get_substring.html \
1037  doc/html/pcre_get_substring_list.html \
1038  doc/html/pcre_jit_exec.html \
1039  doc/html/pcre_jit_stack_alloc.html \
1040  doc/html/pcre_jit_stack_free.html \
1041  doc/html/pcre_maketables.html \
1042  doc/html/pcre_pattern_to_host_byte_order.html \
1043  doc/html/pcre_refcount.html \
1044  doc/html/pcre_study.html \
1045  doc/html/pcre_utf16_to_host_byte_order.html \
1046  doc/html/pcre_utf32_to_host_byte_order.html \
1047  doc/html/pcre_version.html \
1048  doc/html/pcreapi.html \
1049  doc/html/pcrebuild.html \
1050  doc/html/pcrecallout.html \
1051  doc/html/pcrecompat.html \
1052  doc/html/pcredemo.html \
1053  doc/html/pcregrep.html \
1054  doc/html/pcrejit.html \
1055  doc/html/pcrelimits.html \
1056  doc/html/pcrematching.html \
1057  doc/html/pcrepartial.html \
1058  doc/html/pcrepattern.html \
1059  doc/html/pcreperform.html \
1060  doc/html/pcreposix.html \
1061  doc/html/pcreprecompile.html \
1062  doc/html/pcresample.html \
1063  doc/html/pcrestack.html \
1064  doc/html/pcresyntax.html \
1065  doc/html/pcretest.html \
1066  doc/html/pcreunicode.html
1067
1068pcrecpp_html = doc/html/pcrecpp.html
1069dist_noinst_DATA = $(pcrecpp_html)
1070@WITH_PCRE_CPP_TRUE@html_DATA = $(pcrecpp_html)
1071
1072# The Libtool libraries to install.  We'll add to this later.
1073lib_LTLIBRARIES = $(am__append_4) $(am__append_5) $(am__append_6) \
1074	$(am__append_20) $(am__append_22)
1075check_SCRIPTS =
1076dist_noinst_SCRIPTS = RunTest $(am__append_39)
1077
1078# Additional files to delete on 'make clean' and 'make maintainer-clean'.
1079CLEANFILES = pcre_chartables.c testsavedregex teststderr testtemp* \
1080	testtry testNinput testtrygrep teststderrgrep testNinputgrep
1081MAINTAINERCLEANFILES = pcre.h.generic config.h.generic
1082
1083# Additional files to bundle with the distribution, over and above what
1084# the Autotools include by default.
1085
1086# These files contain additional m4 macros that are used by autoconf.
1087
1088# These files contain maintenance information
1089
1090# These files are used in the preparation of a release
1091
1092# These files are to do with building for Virtual Pascal
1093
1094# These files are usable versions of pcre.h and config.h that are distributed
1095# for the benefit of people who are building PCRE manually, without the
1096# Autotools support.
1097
1098# The pcre_chartables.c.dist file is the default version of pcre_chartables.c,
1099# used unless --enable-rebuild-chartables is specified.
1100
1101# The JIT compiler lives in a separate directory, but its files are #included
1102# when pcre_jit_compile.c is processed, so they must be distributed.
1103
1104# PCRE demonstration program. No longer built automatcally. The point is that
1105# the users should build it themselves. So just distribute the source.
1106# noinst_PROGRAMS += pcredemo
1107# pcredemo_SOURCES = pcredemo.c
1108# pcredemo_LDADD = libpcre.la
1109EXTRA_DIST = m4/ax_pthread.m4 m4/pcre_visibility.m4 doc/perltest.txt \
1110	NON-UNIX-USE NON-AUTOTOOLS-BUILD HACKING PrepareRelease \
1111	CheckMan CleanTxt Detrail 132html doc/index.html.src \
1112	makevp.bat makevp_c.txt makevp_l.txt pcregexp.pas \
1113	pcre.h.generic config.h.generic pcre_chartables.c.dist \
1114	sljit/sljitConfig.h sljit/sljitConfigInternal.h \
1115	sljit/sljitExecAllocator.c sljit/sljitLir.c sljit/sljitLir.h \
1116	sljit/sljitNativeARM_32.c sljit/sljitNativeARM_64.c \
1117	sljit/sljitNativeARM_T2_32.c sljit/sljitNativeMIPS_32.c \
1118	sljit/sljitNativeMIPS_64.c sljit/sljitNativeMIPS_common.c \
1119	sljit/sljitNativePPC_32.c sljit/sljitNativePPC_64.c \
1120	sljit/sljitNativePPC_common.c sljit/sljitNativeSPARC_32.c \
1121	sljit/sljitNativeSPARC_common.c sljit/sljitNativeTILEGX_64.c \
1122	sljit/sljitNativeTILEGX-encoder.c sljit/sljitNativeX86_32.c \
1123	sljit/sljitNativeX86_64.c sljit/sljitNativeX86_common.c \
1124	sljit/sljitUtils.c RunTest.bat testdata/grepbinary \
1125	testdata/grepfilelist testdata/grepinput testdata/grepinput3 \
1126	testdata/grepinput8 testdata/grepinputv testdata/grepinputx \
1127	testdata/greplist testdata/grepoutput testdata/grepoutput8 \
1128	testdata/grepoutputN testdata/greppatN4 testdata/saved16 \
1129	testdata/saved16BE-1 testdata/saved16BE-2 testdata/saved16LE-1 \
1130	testdata/saved16LE-2 testdata/saved32 testdata/saved32BE-1 \
1131	testdata/saved32BE-2 testdata/saved32LE-1 testdata/saved32LE-2 \
1132	testdata/saved8 testdata/testinput1 testdata/testinput2 \
1133	testdata/testinput3 testdata/testinput4 testdata/testinput5 \
1134	testdata/testinput6 testdata/testinput7 testdata/testinput8 \
1135	testdata/testinput9 testdata/testinput10 testdata/testinput11 \
1136	testdata/testinput12 testdata/testinput13 testdata/testinput14 \
1137	testdata/testinput15 testdata/testinput16 testdata/testinput17 \
1138	testdata/testinput18 testdata/testinput19 testdata/testinput20 \
1139	testdata/testinput21 testdata/testinput22 testdata/testinput23 \
1140	testdata/testinput24 testdata/testinput25 testdata/testinput26 \
1141	testdata/testinputEBC testdata/testoutput1 \
1142	testdata/testoutput2 testdata/testoutput3 \
1143	testdata/testoutput3A testdata/testoutput3B \
1144	testdata/testoutput4 testdata/testoutput5 testdata/testoutput6 \
1145	testdata/testoutput7 testdata/testoutput8 testdata/testoutput9 \
1146	testdata/testoutput10 testdata/testoutput11-8 \
1147	testdata/testoutput11-16 testdata/testoutput11-32 \
1148	testdata/testoutput12 testdata/testoutput13 \
1149	testdata/testoutput14 testdata/testoutput15 \
1150	testdata/testoutput16 testdata/testoutput17 \
1151	testdata/testoutput18-16 testdata/testoutput18-32 \
1152	testdata/testoutput19 testdata/testoutput20 \
1153	testdata/testoutput21-16 testdata/testoutput21-32 \
1154	testdata/testoutput22-16 testdata/testoutput22-32 \
1155	testdata/testoutput23 testdata/testoutput24 \
1156	testdata/testoutput25 testdata/testoutput26 \
1157	testdata/testoutputEBC testdata/valgrind-jit.supp \
1158	testdata/wintestinput3 testdata/wintestoutput3 perltest.pl \
1159	pcredemo.c $(pcrecpp_man) cmake/COPYING-CMAKE-SCRIPTS \
1160	cmake/FindPackageHandleStandardArgs.cmake \
1161	cmake/FindReadline.cmake cmake/FindEditline.cmake \
1162	CMakeLists.txt config-cmake.h.in
1163
1164# These are the header files we'll install. We do not distribute pcre.h because
1165# it is generated from pcre.h.in.
1166nodist_include_HEADERS = pcre.h $(am__append_1)
1167include_HEADERS = pcreposix.h $(am__append_2)
1168bin_SCRIPTS = pcre-config
1169@WITH_REBUILD_CHARTABLES_TRUE@dftables_SOURCES = dftables.c
1170BUILT_SOURCES = pcre_chartables.c
1171@WITH_PCRE8_TRUE@libpcre_la_SOURCES = \
1172@WITH_PCRE8_TRUE@  pcre_byte_order.c \
1173@WITH_PCRE8_TRUE@  pcre_compile.c \
1174@WITH_PCRE8_TRUE@  pcre_config.c \
1175@WITH_PCRE8_TRUE@  pcre_dfa_exec.c \
1176@WITH_PCRE8_TRUE@  pcre_exec.c \
1177@WITH_PCRE8_TRUE@  pcre_fullinfo.c \
1178@WITH_PCRE8_TRUE@  pcre_get.c \
1179@WITH_PCRE8_TRUE@  pcre_globals.c \
1180@WITH_PCRE8_TRUE@  pcre_internal.h \
1181@WITH_PCRE8_TRUE@  pcre_jit_compile.c \
1182@WITH_PCRE8_TRUE@  pcre_maketables.c \
1183@WITH_PCRE8_TRUE@  pcre_newline.c \
1184@WITH_PCRE8_TRUE@  pcre_ord2utf8.c \
1185@WITH_PCRE8_TRUE@  pcre_refcount.c \
1186@WITH_PCRE8_TRUE@  pcre_string_utils.c \
1187@WITH_PCRE8_TRUE@  pcre_study.c \
1188@WITH_PCRE8_TRUE@  pcre_tables.c \
1189@WITH_PCRE8_TRUE@  pcre_ucd.c \
1190@WITH_PCRE8_TRUE@  pcre_valid_utf8.c \
1191@WITH_PCRE8_TRUE@  pcre_version.c \
1192@WITH_PCRE8_TRUE@  pcre_xclass.c \
1193@WITH_PCRE8_TRUE@  ucp.h
1194
1195@WITH_PCRE8_TRUE@libpcre_la_CFLAGS = $(VISIBILITY_CFLAGS) $(AM_CFLAGS) \
1196@WITH_PCRE8_TRUE@	$(am__append_7) $(am__append_10)
1197@WITH_PCRE8_TRUE@libpcre_la_LIBADD =
1198@WITH_PCRE8_TRUE@nodist_libpcre_la_SOURCES = \
1199@WITH_PCRE8_TRUE@  pcre_chartables.c
1200
1201@WITH_PCRE16_TRUE@libpcre16_la_SOURCES = \
1202@WITH_PCRE16_TRUE@  pcre16_byte_order.c \
1203@WITH_PCRE16_TRUE@  pcre16_chartables.c \
1204@WITH_PCRE16_TRUE@  pcre16_compile.c \
1205@WITH_PCRE16_TRUE@  pcre16_config.c \
1206@WITH_PCRE16_TRUE@  pcre16_dfa_exec.c \
1207@WITH_PCRE16_TRUE@  pcre16_exec.c \
1208@WITH_PCRE16_TRUE@  pcre16_fullinfo.c \
1209@WITH_PCRE16_TRUE@  pcre16_get.c \
1210@WITH_PCRE16_TRUE@  pcre16_globals.c \
1211@WITH_PCRE16_TRUE@  pcre16_jit_compile.c \
1212@WITH_PCRE16_TRUE@  pcre16_maketables.c \
1213@WITH_PCRE16_TRUE@  pcre16_newline.c \
1214@WITH_PCRE16_TRUE@  pcre16_ord2utf16.c \
1215@WITH_PCRE16_TRUE@  pcre16_refcount.c \
1216@WITH_PCRE16_TRUE@  pcre16_string_utils.c \
1217@WITH_PCRE16_TRUE@  pcre16_study.c \
1218@WITH_PCRE16_TRUE@  pcre16_tables.c \
1219@WITH_PCRE16_TRUE@  pcre16_ucd.c \
1220@WITH_PCRE16_TRUE@  pcre16_utf16_utils.c \
1221@WITH_PCRE16_TRUE@  pcre16_valid_utf16.c \
1222@WITH_PCRE16_TRUE@  pcre16_version.c \
1223@WITH_PCRE16_TRUE@  pcre16_xclass.c
1224
1225@WITH_PCRE16_TRUE@libpcre16_la_CFLAGS = $(VISIBILITY_CFLAGS) \
1226@WITH_PCRE16_TRUE@	$(AM_CFLAGS) $(am__append_8) \
1227@WITH_PCRE16_TRUE@	$(am__append_11)
1228@WITH_PCRE16_TRUE@libpcre16_la_LIBADD =
1229@WITH_PCRE16_TRUE@nodist_libpcre16_la_SOURCES = \
1230@WITH_PCRE16_TRUE@  pcre_chartables.c
1231
1232@WITH_PCRE32_TRUE@libpcre32_la_SOURCES = \
1233@WITH_PCRE32_TRUE@  pcre32_byte_order.c \
1234@WITH_PCRE32_TRUE@  pcre32_chartables.c \
1235@WITH_PCRE32_TRUE@  pcre32_compile.c \
1236@WITH_PCRE32_TRUE@  pcre32_config.c \
1237@WITH_PCRE32_TRUE@  pcre32_dfa_exec.c \
1238@WITH_PCRE32_TRUE@  pcre32_exec.c \
1239@WITH_PCRE32_TRUE@  pcre32_fullinfo.c \
1240@WITH_PCRE32_TRUE@  pcre32_get.c \
1241@WITH_PCRE32_TRUE@  pcre32_globals.c \
1242@WITH_PCRE32_TRUE@  pcre32_jit_compile.c \
1243@WITH_PCRE32_TRUE@  pcre32_maketables.c \
1244@WITH_PCRE32_TRUE@  pcre32_newline.c \
1245@WITH_PCRE32_TRUE@  pcre32_ord2utf32.c \
1246@WITH_PCRE32_TRUE@  pcre32_refcount.c \
1247@WITH_PCRE32_TRUE@  pcre32_string_utils.c \
1248@WITH_PCRE32_TRUE@  pcre32_study.c \
1249@WITH_PCRE32_TRUE@  pcre32_tables.c \
1250@WITH_PCRE32_TRUE@  pcre32_ucd.c \
1251@WITH_PCRE32_TRUE@  pcre32_utf32_utils.c \
1252@WITH_PCRE32_TRUE@  pcre32_valid_utf32.c \
1253@WITH_PCRE32_TRUE@  pcre32_version.c \
1254@WITH_PCRE32_TRUE@  pcre32_xclass.c
1255
1256@WITH_PCRE32_TRUE@libpcre32_la_CFLAGS = $(VISIBILITY_CFLAGS) \
1257@WITH_PCRE32_TRUE@	$(AM_CFLAGS) $(am__append_9) \
1258@WITH_PCRE32_TRUE@	$(am__append_12)
1259@WITH_PCRE32_TRUE@libpcre32_la_LIBADD =
1260@WITH_PCRE32_TRUE@nodist_libpcre32_la_SOURCES = \
1261@WITH_PCRE32_TRUE@  pcre_chartables.c
1262
1263@WITH_PCRE8_TRUE@libpcre_la_LDFLAGS = $(EXTRA_LIBPCRE_LDFLAGS)
1264@WITH_PCRE16_TRUE@libpcre16_la_LDFLAGS = $(EXTRA_LIBPCRE16_LDFLAGS)
1265@WITH_PCRE32_TRUE@libpcre32_la_LDFLAGS = $(EXTRA_LIBPCRE32_LDFLAGS)
1266@WITH_JIT_TRUE@pcre_jit_test_SOURCES = pcre_jit_test.c
1267@WITH_JIT_TRUE@pcre_jit_test_CFLAGS = $(AM_CFLAGS) $(am__append_18)
1268@WITH_JIT_TRUE@pcre_jit_test_LDADD = $(am__append_15) $(am__append_16) \
1269@WITH_JIT_TRUE@	$(am__append_17) $(am__append_19)
1270@WITH_PCRE8_TRUE@libpcreposix_la_SOURCES = \
1271@WITH_PCRE8_TRUE@  pcreposix.c
1272
1273@WITH_PCRE8_TRUE@libpcreposix_la_CFLAGS = $(VISIBILITY_CFLAGS) \
1274@WITH_PCRE8_TRUE@	$(AM_CFLAGS) $(am__append_21)
1275@WITH_PCRE8_TRUE@libpcreposix_la_LDFLAGS = $(EXTRA_LIBPCREPOSIX_LDFLAGS)
1276@WITH_PCRE8_TRUE@libpcreposix_la_LIBADD = libpcre.la
1277@WITH_PCRE_CPP_TRUE@libpcrecpp_la_SOURCES = \
1278@WITH_PCRE_CPP_TRUE@  pcrecpp_internal.h \
1279@WITH_PCRE_CPP_TRUE@  pcrecpp.cc \
1280@WITH_PCRE_CPP_TRUE@  pcre_scanner.cc \
1281@WITH_PCRE_CPP_TRUE@  pcre_stringpiece.cc
1282
1283@WITH_PCRE_CPP_TRUE@libpcrecpp_la_CXXFLAGS = $(VISIBILITY_CXXFLAGS) \
1284@WITH_PCRE_CPP_TRUE@	$(AM_CXXFLAGS) $(am__append_25)
1285@WITH_PCRE_CPP_TRUE@libpcrecpp_la_LDFLAGS = $(EXTRA_LIBPCRECPP_LDFLAGS)
1286@WITH_PCRE_CPP_TRUE@libpcrecpp_la_LIBADD = libpcre.la
1287@WITH_PCRE_CPP_TRUE@pcrecpp_unittest_SOURCES = pcrecpp_unittest.cc
1288@WITH_PCRE_CPP_TRUE@pcrecpp_unittest_CXXFLAGS = $(AM_CXXFLAGS)
1289@WITH_PCRE_CPP_TRUE@pcrecpp_unittest_LDADD = libpcrecpp.la \
1290@WITH_PCRE_CPP_TRUE@	$(am__append_26)
1291@WITH_PCRE_CPP_TRUE@pcre_scanner_unittest_SOURCES = pcre_scanner_unittest.cc
1292@WITH_PCRE_CPP_TRUE@pcre_scanner_unittest_CXXFLAGS = $(AM_CXXFLAGS)
1293@WITH_PCRE_CPP_TRUE@pcre_scanner_unittest_LDADD = libpcrecpp.la \
1294@WITH_PCRE_CPP_TRUE@	$(am__append_27)
1295@WITH_PCRE_CPP_TRUE@pcre_stringpiece_unittest_SOURCES = pcre_stringpiece_unittest.cc
1296@WITH_PCRE_CPP_TRUE@pcre_stringpiece_unittest_CXXFLAGS = $(AM_CXXFLAGS)
1297@WITH_PCRE_CPP_TRUE@pcre_stringpiece_unittest_LDADD = libpcrecpp.la \
1298@WITH_PCRE_CPP_TRUE@	$(am__append_28)
1299pcretest_SOURCES = pcretest.c $(am__append_29) $(am__append_31) \
1300	$(am__append_33)
1301pcretest_CFLAGS = $(AM_CFLAGS) $(am__append_35) $(am__append_36)
1302pcretest_LDADD = $(LIBREADLINE) $(am__append_30) $(am__append_32) \
1303	$(am__append_34) $(am__append_37)
1304@WITH_PCRE8_TRUE@pcregrep_SOURCES = pcregrep.c
1305@WITH_PCRE8_TRUE@pcregrep_CFLAGS = $(AM_CFLAGS) $(am__append_41)
1306@WITH_PCRE8_TRUE@pcregrep_LDADD = $(LIBZ) $(LIBBZ2) libpcre.la \
1307@WITH_PCRE8_TRUE@	libpcreposix.la $(am__append_42)
1308
1309# A PCRE user submitted the following addition, saying that it "will allow
1310# anyone using the 'mingw32' compiler to simply type 'make pcre.dll' and get a
1311# nice DLL for Windows use". (It is used by the pcre.dll target.)
1312DLL_OBJS = pcre_byte_order.o pcre_compile.o pcre_config.o \
1313	pcre_dfa_exec.o pcre_exec.o pcre_fullinfo.o pcre_get.o \
1314	pcre_globals.o pcre_jit_compile.o pcre_maketables.o \
1315	pcre_newline.o pcre_ord2utf8.o pcre_refcount.o \
1316	pcre_study.o pcre_tables.o pcre_ucd.o \
1317	pcre_valid_utf8.o pcre_version.o pcre_chartables.o \
1318	pcre_xclass.o
1319
1320
1321# We have .pc files for pkg-config users.
1322pkgconfigdir = $(prefix)/libdata/pkgconfig
1323pkgconfig_DATA = libpcre.pc libpcreposix.pc $(am__append_43) \
1324	$(am__append_44) $(am__append_45)
1325
1326# Note that pcrecpp.3 is not in this list, but is included separately below.
1327dist_man_MANS = \
1328  doc/pcre-config.1 \
1329  doc/pcre.3 \
1330  doc/pcre16.3 \
1331  doc/pcre32.3 \
1332  doc/pcre_assign_jit_stack.3 \
1333  doc/pcre_compile.3 \
1334  doc/pcre_compile2.3 \
1335  doc/pcre_config.3 \
1336  doc/pcre_copy_named_substring.3 \
1337  doc/pcre_copy_substring.3 \
1338  doc/pcre_dfa_exec.3 \
1339  doc/pcre_exec.3 \
1340  doc/pcre_free_study.3 \
1341  doc/pcre_free_substring.3 \
1342  doc/pcre_free_substring_list.3 \
1343  doc/pcre_fullinfo.3 \
1344  doc/pcre_get_named_substring.3 \
1345  doc/pcre_get_stringnumber.3 \
1346  doc/pcre_get_stringtable_entries.3 \
1347  doc/pcre_get_substring.3 \
1348  doc/pcre_get_substring_list.3 \
1349  doc/pcre_jit_exec.3 \
1350  doc/pcre_jit_stack_alloc.3 \
1351  doc/pcre_jit_stack_free.3 \
1352  doc/pcre_maketables.3 \
1353  doc/pcre_pattern_to_host_byte_order.3 \
1354  doc/pcre_refcount.3 \
1355  doc/pcre_study.3 \
1356  doc/pcre_utf16_to_host_byte_order.3 \
1357  doc/pcre_utf32_to_host_byte_order.3 \
1358  doc/pcre_version.3 \
1359  doc/pcreapi.3 \
1360  doc/pcrebuild.3 \
1361  doc/pcrecallout.3 \
1362  doc/pcrecompat.3 \
1363  doc/pcredemo.3 \
1364  doc/pcregrep.1 \
1365  doc/pcrejit.3 \
1366  doc/pcrelimits.3 \
1367  doc/pcrematching.3 \
1368  doc/pcrepartial.3 \
1369  doc/pcrepattern.3 \
1370  doc/pcreperform.3 \
1371  doc/pcreposix.3 \
1372  doc/pcreprecompile.3 \
1373  doc/pcresample.3 \
1374  doc/pcrestack.3 \
1375  doc/pcresyntax.3 \
1376  doc/pcretest.1 \
1377  doc/pcreunicode.3
1378
1379pcrecpp_man = doc/pcrecpp.3
1380@WITH_PCRE_CPP_TRUE@man_MANS = $(pcrecpp_man)
1381
1382# gcov/lcov code coverage reporting
1383
1384# Coverage reporting targets:
1385#
1386# coverage: Create a coverage report from 'make check'
1387# coverage-baseline: Capture baseline coverage information
1388# coverage-reset: This zeros the coverage counters only
1389# coverage-report: This creates the coverage report only
1390# coverage-clean-report: This removes the generated coverage report
1391#   without cleaning the coverage data itself
1392# coverage-clean-data: This removes the captured coverage data without
1393#   removing the coverage files created at compile time (*.gcno)
1394# coverage-clean: This cleans all coverage data including the generated
1395#   coverage report.
1396@WITH_GCOV_TRUE@COVERAGE_TEST_NAME = $(PACKAGE)
1397@WITH_GCOV_TRUE@COVERAGE_NAME = $(PACKAGE)-$(VERSION)
1398@WITH_GCOV_TRUE@COVERAGE_OUTPUT_FILE = $(COVERAGE_NAME)-coverage.info
1399@WITH_GCOV_TRUE@COVERAGE_OUTPUT_DIR = $(COVERAGE_NAME)-coverage
1400@WITH_GCOV_TRUE@COVERAGE_LCOV_EXTRA_FLAGS =
1401@WITH_GCOV_TRUE@COVERAGE_GENHTML_EXTRA_FLAGS =
1402@WITH_GCOV_TRUE@coverage_quiet = $(coverage_quiet_$(V))
1403@WITH_GCOV_TRUE@coverage_quiet_ = $(coverage_quiet_$(AM_DEFAULT_VERBOSITY))
1404@WITH_GCOV_TRUE@coverage_quiet_0 = --quiet
1405all: $(BUILT_SOURCES) config.h
1406	$(MAKE) $(AM_MAKEFLAGS) all-am
1407
1408.SUFFIXES:
1409.SUFFIXES: .c .cc .lo .log .o .obj .test .test$(EXEEXT) .trs
1410am--refresh: Makefile
1411	@:
1412$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
1413	@for dep in $?; do \
1414	  case '$(am__configure_deps)' in \
1415	    *$$dep*) \
1416	      echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
1417	      $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
1418		&& exit 0; \
1419	      exit 1;; \
1420	  esac; \
1421	done; \
1422	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
1423	$(am__cd) $(top_srcdir) && \
1424	  $(AUTOMAKE) --gnu Makefile
1425Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
1426	@case '$?' in \
1427	  *config.status*) \
1428	    echo ' $(SHELL) ./config.status'; \
1429	    $(SHELL) ./config.status;; \
1430	  *) \
1431	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \
1432	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \
1433	esac;
1434
1435$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
1436	$(SHELL) ./config.status --recheck
1437
1438$(top_srcdir)/configure:  $(am__configure_deps)
1439	$(am__cd) $(srcdir) && $(AUTOCONF)
1440$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
1441	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
1442$(am__aclocal_m4_deps):
1443
1444config.h: stamp-h1
1445	@test -f $@ || rm -f stamp-h1
1446	@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
1447
1448stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
1449	@rm -f stamp-h1
1450	cd $(top_builddir) && $(SHELL) ./config.status config.h
1451$(srcdir)/config.h.in:  $(am__configure_deps)
1452	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
1453	rm -f stamp-h1
1454	touch $@
1455
1456distclean-hdr:
1457	-rm -f config.h stamp-h1
1458libpcre.pc: $(top_builddir)/config.status $(srcdir)/libpcre.pc.in
1459	cd $(top_builddir) && $(SHELL) ./config.status $@
1460libpcre16.pc: $(top_builddir)/config.status $(srcdir)/libpcre16.pc.in
1461	cd $(top_builddir) && $(SHELL) ./config.status $@
1462libpcre32.pc: $(top_builddir)/config.status $(srcdir)/libpcre32.pc.in
1463	cd $(top_builddir) && $(SHELL) ./config.status $@
1464libpcreposix.pc: $(top_builddir)/config.status $(srcdir)/libpcreposix.pc.in
1465	cd $(top_builddir) && $(SHELL) ./config.status $@
1466libpcrecpp.pc: $(top_builddir)/config.status $(srcdir)/libpcrecpp.pc.in
1467	cd $(top_builddir) && $(SHELL) ./config.status $@
1468pcre-config: $(top_builddir)/config.status $(srcdir)/pcre-config.in
1469	cd $(top_builddir) && $(SHELL) ./config.status $@
1470pcre.h: $(top_builddir)/config.status $(srcdir)/pcre.h.in
1471	cd $(top_builddir) && $(SHELL) ./config.status $@
1472pcre_stringpiece.h: $(top_builddir)/config.status $(srcdir)/pcre_stringpiece.h.in
1473	cd $(top_builddir) && $(SHELL) ./config.status $@
1474pcrecpparg.h: $(top_builddir)/config.status $(srcdir)/pcrecpparg.h.in
1475	cd $(top_builddir) && $(SHELL) ./config.status $@
1476install-binPROGRAMS: $(bin_PROGRAMS)
1477	@$(NORMAL_INSTALL)
1478	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
1479	if test -n "$$list"; then \
1480	  echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
1481	  $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
1482	fi; \
1483	for p in $$list; do echo "$$p $$p"; done | \
1484	sed 's/$(EXEEXT)$$//' | \
1485	while read p p1; do if test -f $$p \
1486	 || test -f $$p1 \
1487	  ; then echo "$$p"; echo "$$p"; else :; fi; \
1488	done | \
1489	sed -e 'p;s,.*/,,;n;h' \
1490	    -e 's|.*|.|' \
1491	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
1492	sed 'N;N;N;s,\n, ,g' | \
1493	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
1494	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
1495	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
1496	    else { print "f", $$3 "/" $$4, $$1; } } \
1497	  END { for (d in files) print "f", d, files[d] }' | \
1498	while read type dir files; do \
1499	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
1500	    test -z "$$files" || { \
1501	    echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
1502	    $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
1503	    } \
1504	; done
1505
1506uninstall-binPROGRAMS:
1507	@$(NORMAL_UNINSTALL)
1508	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
1509	files=`for p in $$list; do echo "$$p"; done | \
1510	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
1511	      -e 's/$$/$(EXEEXT)/' \
1512	`; \
1513	test -n "$$list" || exit 0; \
1514	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
1515	cd "$(DESTDIR)$(bindir)" && rm -f $$files
1516
1517clean-binPROGRAMS:
1518	@list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
1519	echo " rm -f" $$list; \
1520	rm -f $$list || exit $$?; \
1521	test -n "$(EXEEXT)" || exit 0; \
1522	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
1523	echo " rm -f" $$list; \
1524	rm -f $$list
1525
1526clean-noinstPROGRAMS:
1527	@list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
1528	echo " rm -f" $$list; \
1529	rm -f $$list || exit $$?; \
1530	test -n "$(EXEEXT)" || exit 0; \
1531	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
1532	echo " rm -f" $$list; \
1533	rm -f $$list
1534
1535install-libLTLIBRARIES: $(lib_LTLIBRARIES)
1536	@$(NORMAL_INSTALL)
1537	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
1538	list2=; for p in $$list; do \
1539	  if test -f $$p; then \
1540	    list2="$$list2 $$p"; \
1541	  else :; fi; \
1542	done; \
1543	test -z "$$list2" || { \
1544	  echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
1545	  $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
1546	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
1547	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
1548	}
1549
1550uninstall-libLTLIBRARIES:
1551	@$(NORMAL_UNINSTALL)
1552	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
1553	for p in $$list; do \
1554	  $(am__strip_dir) \
1555	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
1556	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
1557	done
1558
1559clean-libLTLIBRARIES:
1560	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
1561	@list='$(lib_LTLIBRARIES)'; \
1562	locs=`for p in $$list; do echo $$p; done | \
1563	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
1564	      sort -u`; \
1565	test -z "$$locs" || { \
1566	  echo rm -f $${locs}; \
1567	  rm -f $${locs}; \
1568	}
1569
1570libpcre.la: $(libpcre_la_OBJECTS) $(libpcre_la_DEPENDENCIES) $(EXTRA_libpcre_la_DEPENDENCIES)
1571	$(AM_V_CCLD)$(libpcre_la_LINK) $(am_libpcre_la_rpath) $(libpcre_la_OBJECTS) $(libpcre_la_LIBADD) $(LIBS)
1572
1573libpcre16.la: $(libpcre16_la_OBJECTS) $(libpcre16_la_DEPENDENCIES) $(EXTRA_libpcre16_la_DEPENDENCIES)
1574	$(AM_V_CCLD)$(libpcre16_la_LINK) $(am_libpcre16_la_rpath) $(libpcre16_la_OBJECTS) $(libpcre16_la_LIBADD) $(LIBS)
1575
1576libpcre32.la: $(libpcre32_la_OBJECTS) $(libpcre32_la_DEPENDENCIES) $(EXTRA_libpcre32_la_DEPENDENCIES)
1577	$(AM_V_CCLD)$(libpcre32_la_LINK) $(am_libpcre32_la_rpath) $(libpcre32_la_OBJECTS) $(libpcre32_la_LIBADD) $(LIBS)
1578
1579libpcrecpp.la: $(libpcrecpp_la_OBJECTS) $(libpcrecpp_la_DEPENDENCIES) $(EXTRA_libpcrecpp_la_DEPENDENCIES)
1580	$(AM_V_CXXLD)$(libpcrecpp_la_LINK) $(am_libpcrecpp_la_rpath) $(libpcrecpp_la_OBJECTS) $(libpcrecpp_la_LIBADD) $(LIBS)
1581
1582libpcreposix.la: $(libpcreposix_la_OBJECTS) $(libpcreposix_la_DEPENDENCIES) $(EXTRA_libpcreposix_la_DEPENDENCIES)
1583	$(AM_V_CCLD)$(libpcreposix_la_LINK) $(am_libpcreposix_la_rpath) $(libpcreposix_la_OBJECTS) $(libpcreposix_la_LIBADD) $(LIBS)
1584
1585dftables$(EXEEXT): $(dftables_OBJECTS) $(dftables_DEPENDENCIES) $(EXTRA_dftables_DEPENDENCIES)
1586	@rm -f dftables$(EXEEXT)
1587	$(AM_V_CCLD)$(LINK) $(dftables_OBJECTS) $(dftables_LDADD) $(LIBS)
1588
1589pcre_jit_test$(EXEEXT): $(pcre_jit_test_OBJECTS) $(pcre_jit_test_DEPENDENCIES) $(EXTRA_pcre_jit_test_DEPENDENCIES)
1590	@rm -f pcre_jit_test$(EXEEXT)
1591	$(AM_V_CCLD)$(pcre_jit_test_LINK) $(pcre_jit_test_OBJECTS) $(pcre_jit_test_LDADD) $(LIBS)
1592
1593pcre_scanner_unittest$(EXEEXT): $(pcre_scanner_unittest_OBJECTS) $(pcre_scanner_unittest_DEPENDENCIES) $(EXTRA_pcre_scanner_unittest_DEPENDENCIES)
1594	@rm -f pcre_scanner_unittest$(EXEEXT)
1595	$(AM_V_CXXLD)$(pcre_scanner_unittest_LINK) $(pcre_scanner_unittest_OBJECTS) $(pcre_scanner_unittest_LDADD) $(LIBS)
1596
1597pcre_stringpiece_unittest$(EXEEXT): $(pcre_stringpiece_unittest_OBJECTS) $(pcre_stringpiece_unittest_DEPENDENCIES) $(EXTRA_pcre_stringpiece_unittest_DEPENDENCIES)
1598	@rm -f pcre_stringpiece_unittest$(EXEEXT)
1599	$(AM_V_CXXLD)$(pcre_stringpiece_unittest_LINK) $(pcre_stringpiece_unittest_OBJECTS) $(pcre_stringpiece_unittest_LDADD) $(LIBS)
1600
1601pcrecpp_unittest$(EXEEXT): $(pcrecpp_unittest_OBJECTS) $(pcrecpp_unittest_DEPENDENCIES) $(EXTRA_pcrecpp_unittest_DEPENDENCIES)
1602	@rm -f pcrecpp_unittest$(EXEEXT)
1603	$(AM_V_CXXLD)$(pcrecpp_unittest_LINK) $(pcrecpp_unittest_OBJECTS) $(pcrecpp_unittest_LDADD) $(LIBS)
1604
1605pcregrep$(EXEEXT): $(pcregrep_OBJECTS) $(pcregrep_DEPENDENCIES) $(EXTRA_pcregrep_DEPENDENCIES)
1606	@rm -f pcregrep$(EXEEXT)
1607	$(AM_V_CCLD)$(pcregrep_LINK) $(pcregrep_OBJECTS) $(pcregrep_LDADD) $(LIBS)
1608
1609pcretest$(EXEEXT): $(pcretest_OBJECTS) $(pcretest_DEPENDENCIES) $(EXTRA_pcretest_DEPENDENCIES)
1610	@rm -f pcretest$(EXEEXT)
1611	$(AM_V_CCLD)$(pcretest_LINK) $(pcretest_OBJECTS) $(pcretest_LDADD) $(LIBS)
1612install-binSCRIPTS: $(bin_SCRIPTS)
1613	@$(NORMAL_INSTALL)
1614	@list='$(bin_SCRIPTS)'; test -n "$(bindir)" || list=; \
1615	if test -n "$$list"; then \
1616	  echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
1617	  $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
1618	fi; \
1619	for p in $$list; do \
1620	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1621	  if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
1622	done | \
1623	sed -e 'p;s,.*/,,;n' \
1624	    -e 'h;s|.*|.|' \
1625	    -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
1626	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
1627	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
1628	    if ($$2 == $$4) { files[d] = files[d] " " $$1; \
1629	      if (++n[d] == $(am__install_max)) { \
1630		print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
1631	    else { print "f", d "/" $$4, $$1 } } \
1632	  END { for (d in files) print "f", d, files[d] }' | \
1633	while read type dir files; do \
1634	     if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
1635	     test -z "$$files" || { \
1636	       echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(bindir)$$dir'"; \
1637	       $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
1638	     } \
1639	; done
1640
1641uninstall-binSCRIPTS:
1642	@$(NORMAL_UNINSTALL)
1643	@list='$(bin_SCRIPTS)'; test -n "$(bindir)" || exit 0; \
1644	files=`for p in $$list; do echo "$$p"; done | \
1645	       sed -e 's,.*/,,;$(transform)'`; \
1646	dir='$(DESTDIR)$(bindir)'; $(am__uninstall_files_from_dir)
1647
1648mostlyclean-compile:
1649	-rm -f *.$(OBJEXT)
1650
1651distclean-compile:
1652	-rm -f *.tab.c
1653
1654@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dftables.Po@am__quote@ # am--include-marker
1655@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcre16_la-pcre16_byte_order.Plo@am__quote@ # am--include-marker
1656@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcre16_la-pcre16_chartables.Plo@am__quote@ # am--include-marker
1657@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcre16_la-pcre16_compile.Plo@am__quote@ # am--include-marker
1658@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcre16_la-pcre16_config.Plo@am__quote@ # am--include-marker
1659@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcre16_la-pcre16_dfa_exec.Plo@am__quote@ # am--include-marker
1660@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcre16_la-pcre16_exec.Plo@am__quote@ # am--include-marker
1661@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcre16_la-pcre16_fullinfo.Plo@am__quote@ # am--include-marker
1662@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcre16_la-pcre16_get.Plo@am__quote@ # am--include-marker
1663@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcre16_la-pcre16_globals.Plo@am__quote@ # am--include-marker
1664@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcre16_la-pcre16_jit_compile.Plo@am__quote@ # am--include-marker
1665@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcre16_la-pcre16_maketables.Plo@am__quote@ # am--include-marker
1666@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcre16_la-pcre16_newline.Plo@am__quote@ # am--include-marker
1667@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcre16_la-pcre16_ord2utf16.Plo@am__quote@ # am--include-marker
1668@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcre16_la-pcre16_refcount.Plo@am__quote@ # am--include-marker
1669@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcre16_la-pcre16_string_utils.Plo@am__quote@ # am--include-marker
1670@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcre16_la-pcre16_study.Plo@am__quote@ # am--include-marker
1671@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcre16_la-pcre16_tables.Plo@am__quote@ # am--include-marker
1672@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcre16_la-pcre16_ucd.Plo@am__quote@ # am--include-marker
1673@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcre16_la-pcre16_utf16_utils.Plo@am__quote@ # am--include-marker
1674@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcre16_la-pcre16_valid_utf16.Plo@am__quote@ # am--include-marker
1675@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcre16_la-pcre16_version.Plo@am__quote@ # am--include-marker
1676@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcre16_la-pcre16_xclass.Plo@am__quote@ # am--include-marker
1677@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcre16_la-pcre_chartables.Plo@am__quote@ # am--include-marker
1678@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcre32_la-pcre32_byte_order.Plo@am__quote@ # am--include-marker
1679@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcre32_la-pcre32_chartables.Plo@am__quote@ # am--include-marker
1680@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcre32_la-pcre32_compile.Plo@am__quote@ # am--include-marker
1681@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcre32_la-pcre32_config.Plo@am__quote@ # am--include-marker
1682@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcre32_la-pcre32_dfa_exec.Plo@am__quote@ # am--include-marker
1683@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcre32_la-pcre32_exec.Plo@am__quote@ # am--include-marker
1684@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcre32_la-pcre32_fullinfo.Plo@am__quote@ # am--include-marker
1685@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcre32_la-pcre32_get.Plo@am__quote@ # am--include-marker
1686@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcre32_la-pcre32_globals.Plo@am__quote@ # am--include-marker
1687@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcre32_la-pcre32_jit_compile.Plo@am__quote@ # am--include-marker
1688@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcre32_la-pcre32_maketables.Plo@am__quote@ # am--include-marker
1689@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcre32_la-pcre32_newline.Plo@am__quote@ # am--include-marker
1690@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcre32_la-pcre32_ord2utf32.Plo@am__quote@ # am--include-marker
1691@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcre32_la-pcre32_refcount.Plo@am__quote@ # am--include-marker
1692@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcre32_la-pcre32_string_utils.Plo@am__quote@ # am--include-marker
1693@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcre32_la-pcre32_study.Plo@am__quote@ # am--include-marker
1694@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcre32_la-pcre32_tables.Plo@am__quote@ # am--include-marker
1695@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcre32_la-pcre32_ucd.Plo@am__quote@ # am--include-marker
1696@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcre32_la-pcre32_utf32_utils.Plo@am__quote@ # am--include-marker
1697@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcre32_la-pcre32_valid_utf32.Plo@am__quote@ # am--include-marker
1698@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcre32_la-pcre32_version.Plo@am__quote@ # am--include-marker
1699@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcre32_la-pcre32_xclass.Plo@am__quote@ # am--include-marker
1700@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcre32_la-pcre_chartables.Plo@am__quote@ # am--include-marker
1701@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcre_la-pcre_byte_order.Plo@am__quote@ # am--include-marker
1702@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcre_la-pcre_chartables.Plo@am__quote@ # am--include-marker
1703@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcre_la-pcre_compile.Plo@am__quote@ # am--include-marker
1704@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcre_la-pcre_config.Plo@am__quote@ # am--include-marker
1705@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcre_la-pcre_dfa_exec.Plo@am__quote@ # am--include-marker
1706@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcre_la-pcre_exec.Plo@am__quote@ # am--include-marker
1707@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcre_la-pcre_fullinfo.Plo@am__quote@ # am--include-marker
1708@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcre_la-pcre_get.Plo@am__quote@ # am--include-marker
1709@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcre_la-pcre_globals.Plo@am__quote@ # am--include-marker
1710@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcre_la-pcre_jit_compile.Plo@am__quote@ # am--include-marker
1711@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcre_la-pcre_maketables.Plo@am__quote@ # am--include-marker
1712@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcre_la-pcre_newline.Plo@am__quote@ # am--include-marker
1713@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcre_la-pcre_ord2utf8.Plo@am__quote@ # am--include-marker
1714@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcre_la-pcre_refcount.Plo@am__quote@ # am--include-marker
1715@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcre_la-pcre_string_utils.Plo@am__quote@ # am--include-marker
1716@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcre_la-pcre_study.Plo@am__quote@ # am--include-marker
1717@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcre_la-pcre_tables.Plo@am__quote@ # am--include-marker
1718@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcre_la-pcre_ucd.Plo@am__quote@ # am--include-marker
1719@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcre_la-pcre_valid_utf8.Plo@am__quote@ # am--include-marker
1720@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcre_la-pcre_version.Plo@am__quote@ # am--include-marker
1721@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcre_la-pcre_xclass.Plo@am__quote@ # am--include-marker
1722@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcrecpp_la-pcre_scanner.Plo@am__quote@ # am--include-marker
1723@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcrecpp_la-pcre_stringpiece.Plo@am__quote@ # am--include-marker
1724@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcrecpp_la-pcrecpp.Plo@am__quote@ # am--include-marker
1725@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcreposix_la-pcreposix.Plo@am__quote@ # am--include-marker
1726@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcre_jit_test-pcre_jit_test.Po@am__quote@ # am--include-marker
1727@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcre_scanner_unittest-pcre_scanner_unittest.Po@am__quote@ # am--include-marker
1728@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcre_stringpiece_unittest-pcre_stringpiece_unittest.Po@am__quote@ # am--include-marker
1729@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcrecpp_unittest-pcrecpp_unittest.Po@am__quote@ # am--include-marker
1730@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcregrep-pcregrep.Po@am__quote@ # am--include-marker
1731@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcretest-pcre16_printint.Po@am__quote@ # am--include-marker
1732@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcretest-pcre32_printint.Po@am__quote@ # am--include-marker
1733@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcretest-pcre_printint.Po@am__quote@ # am--include-marker
1734@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcretest-pcretest.Po@am__quote@ # am--include-marker
1735
1736$(am__depfiles_remade):
1737	@$(MKDIR_P) $(@D)
1738	@echo '# dummy' >$@-t && $(am__mv) $@-t $@
1739
1740am--depfiles: $(am__depfiles_remade)
1741
1742.c.o:
1743@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
1744@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1745@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1746@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1747@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
1748
1749.c.obj:
1750@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
1751@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1752@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1753@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1754@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
1755
1756.c.lo:
1757@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
1758@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
1759@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
1760@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1761@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
1762
1763libpcre_la-pcre_byte_order.lo: pcre_byte_order.c
1764@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre_la_CFLAGS) $(CFLAGS) -MT libpcre_la-pcre_byte_order.lo -MD -MP -MF $(DEPDIR)/libpcre_la-pcre_byte_order.Tpo -c -o libpcre_la-pcre_byte_order.lo `test -f 'pcre_byte_order.c' || echo '$(srcdir)/'`pcre_byte_order.c
1765@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpcre_la-pcre_byte_order.Tpo $(DEPDIR)/libpcre_la-pcre_byte_order.Plo
1766@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='pcre_byte_order.c' object='libpcre_la-pcre_byte_order.lo' libtool=yes @AMDEPBACKSLASH@
1767@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1768@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre_la_CFLAGS) $(CFLAGS) -c -o libpcre_la-pcre_byte_order.lo `test -f 'pcre_byte_order.c' || echo '$(srcdir)/'`pcre_byte_order.c
1769
1770libpcre_la-pcre_compile.lo: pcre_compile.c
1771@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre_la_CFLAGS) $(CFLAGS) -MT libpcre_la-pcre_compile.lo -MD -MP -MF $(DEPDIR)/libpcre_la-pcre_compile.Tpo -c -o libpcre_la-pcre_compile.lo `test -f 'pcre_compile.c' || echo '$(srcdir)/'`pcre_compile.c
1772@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpcre_la-pcre_compile.Tpo $(DEPDIR)/libpcre_la-pcre_compile.Plo
1773@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='pcre_compile.c' object='libpcre_la-pcre_compile.lo' libtool=yes @AMDEPBACKSLASH@
1774@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1775@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre_la_CFLAGS) $(CFLAGS) -c -o libpcre_la-pcre_compile.lo `test -f 'pcre_compile.c' || echo '$(srcdir)/'`pcre_compile.c
1776
1777libpcre_la-pcre_config.lo: pcre_config.c
1778@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre_la_CFLAGS) $(CFLAGS) -MT libpcre_la-pcre_config.lo -MD -MP -MF $(DEPDIR)/libpcre_la-pcre_config.Tpo -c -o libpcre_la-pcre_config.lo `test -f 'pcre_config.c' || echo '$(srcdir)/'`pcre_config.c
1779@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpcre_la-pcre_config.Tpo $(DEPDIR)/libpcre_la-pcre_config.Plo
1780@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='pcre_config.c' object='libpcre_la-pcre_config.lo' libtool=yes @AMDEPBACKSLASH@
1781@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1782@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre_la_CFLAGS) $(CFLAGS) -c -o libpcre_la-pcre_config.lo `test -f 'pcre_config.c' || echo '$(srcdir)/'`pcre_config.c
1783
1784libpcre_la-pcre_dfa_exec.lo: pcre_dfa_exec.c
1785@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre_la_CFLAGS) $(CFLAGS) -MT libpcre_la-pcre_dfa_exec.lo -MD -MP -MF $(DEPDIR)/libpcre_la-pcre_dfa_exec.Tpo -c -o libpcre_la-pcre_dfa_exec.lo `test -f 'pcre_dfa_exec.c' || echo '$(srcdir)/'`pcre_dfa_exec.c
1786@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpcre_la-pcre_dfa_exec.Tpo $(DEPDIR)/libpcre_la-pcre_dfa_exec.Plo
1787@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='pcre_dfa_exec.c' object='libpcre_la-pcre_dfa_exec.lo' libtool=yes @AMDEPBACKSLASH@
1788@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1789@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre_la_CFLAGS) $(CFLAGS) -c -o libpcre_la-pcre_dfa_exec.lo `test -f 'pcre_dfa_exec.c' || echo '$(srcdir)/'`pcre_dfa_exec.c
1790
1791libpcre_la-pcre_exec.lo: pcre_exec.c
1792@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre_la_CFLAGS) $(CFLAGS) -MT libpcre_la-pcre_exec.lo -MD -MP -MF $(DEPDIR)/libpcre_la-pcre_exec.Tpo -c -o libpcre_la-pcre_exec.lo `test -f 'pcre_exec.c' || echo '$(srcdir)/'`pcre_exec.c
1793@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpcre_la-pcre_exec.Tpo $(DEPDIR)/libpcre_la-pcre_exec.Plo
1794@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='pcre_exec.c' object='libpcre_la-pcre_exec.lo' libtool=yes @AMDEPBACKSLASH@
1795@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1796@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre_la_CFLAGS) $(CFLAGS) -c -o libpcre_la-pcre_exec.lo `test -f 'pcre_exec.c' || echo '$(srcdir)/'`pcre_exec.c
1797
1798libpcre_la-pcre_fullinfo.lo: pcre_fullinfo.c
1799@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre_la_CFLAGS) $(CFLAGS) -MT libpcre_la-pcre_fullinfo.lo -MD -MP -MF $(DEPDIR)/libpcre_la-pcre_fullinfo.Tpo -c -o libpcre_la-pcre_fullinfo.lo `test -f 'pcre_fullinfo.c' || echo '$(srcdir)/'`pcre_fullinfo.c
1800@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpcre_la-pcre_fullinfo.Tpo $(DEPDIR)/libpcre_la-pcre_fullinfo.Plo
1801@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='pcre_fullinfo.c' object='libpcre_la-pcre_fullinfo.lo' libtool=yes @AMDEPBACKSLASH@
1802@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1803@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre_la_CFLAGS) $(CFLAGS) -c -o libpcre_la-pcre_fullinfo.lo `test -f 'pcre_fullinfo.c' || echo '$(srcdir)/'`pcre_fullinfo.c
1804
1805libpcre_la-pcre_get.lo: pcre_get.c
1806@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre_la_CFLAGS) $(CFLAGS) -MT libpcre_la-pcre_get.lo -MD -MP -MF $(DEPDIR)/libpcre_la-pcre_get.Tpo -c -o libpcre_la-pcre_get.lo `test -f 'pcre_get.c' || echo '$(srcdir)/'`pcre_get.c
1807@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpcre_la-pcre_get.Tpo $(DEPDIR)/libpcre_la-pcre_get.Plo
1808@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='pcre_get.c' object='libpcre_la-pcre_get.lo' libtool=yes @AMDEPBACKSLASH@
1809@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1810@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre_la_CFLAGS) $(CFLAGS) -c -o libpcre_la-pcre_get.lo `test -f 'pcre_get.c' || echo '$(srcdir)/'`pcre_get.c
1811
1812libpcre_la-pcre_globals.lo: pcre_globals.c
1813@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre_la_CFLAGS) $(CFLAGS) -MT libpcre_la-pcre_globals.lo -MD -MP -MF $(DEPDIR)/libpcre_la-pcre_globals.Tpo -c -o libpcre_la-pcre_globals.lo `test -f 'pcre_globals.c' || echo '$(srcdir)/'`pcre_globals.c
1814@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpcre_la-pcre_globals.Tpo $(DEPDIR)/libpcre_la-pcre_globals.Plo
1815@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='pcre_globals.c' object='libpcre_la-pcre_globals.lo' libtool=yes @AMDEPBACKSLASH@
1816@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1817@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre_la_CFLAGS) $(CFLAGS) -c -o libpcre_la-pcre_globals.lo `test -f 'pcre_globals.c' || echo '$(srcdir)/'`pcre_globals.c
1818
1819libpcre_la-pcre_jit_compile.lo: pcre_jit_compile.c
1820@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre_la_CFLAGS) $(CFLAGS) -MT libpcre_la-pcre_jit_compile.lo -MD -MP -MF $(DEPDIR)/libpcre_la-pcre_jit_compile.Tpo -c -o libpcre_la-pcre_jit_compile.lo `test -f 'pcre_jit_compile.c' || echo '$(srcdir)/'`pcre_jit_compile.c
1821@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpcre_la-pcre_jit_compile.Tpo $(DEPDIR)/libpcre_la-pcre_jit_compile.Plo
1822@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='pcre_jit_compile.c' object='libpcre_la-pcre_jit_compile.lo' libtool=yes @AMDEPBACKSLASH@
1823@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1824@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre_la_CFLAGS) $(CFLAGS) -c -o libpcre_la-pcre_jit_compile.lo `test -f 'pcre_jit_compile.c' || echo '$(srcdir)/'`pcre_jit_compile.c
1825
1826libpcre_la-pcre_maketables.lo: pcre_maketables.c
1827@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre_la_CFLAGS) $(CFLAGS) -MT libpcre_la-pcre_maketables.lo -MD -MP -MF $(DEPDIR)/libpcre_la-pcre_maketables.Tpo -c -o libpcre_la-pcre_maketables.lo `test -f 'pcre_maketables.c' || echo '$(srcdir)/'`pcre_maketables.c
1828@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpcre_la-pcre_maketables.Tpo $(DEPDIR)/libpcre_la-pcre_maketables.Plo
1829@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='pcre_maketables.c' object='libpcre_la-pcre_maketables.lo' libtool=yes @AMDEPBACKSLASH@
1830@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1831@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre_la_CFLAGS) $(CFLAGS) -c -o libpcre_la-pcre_maketables.lo `test -f 'pcre_maketables.c' || echo '$(srcdir)/'`pcre_maketables.c
1832
1833libpcre_la-pcre_newline.lo: pcre_newline.c
1834@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre_la_CFLAGS) $(CFLAGS) -MT libpcre_la-pcre_newline.lo -MD -MP -MF $(DEPDIR)/libpcre_la-pcre_newline.Tpo -c -o libpcre_la-pcre_newline.lo `test -f 'pcre_newline.c' || echo '$(srcdir)/'`pcre_newline.c
1835@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpcre_la-pcre_newline.Tpo $(DEPDIR)/libpcre_la-pcre_newline.Plo
1836@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='pcre_newline.c' object='libpcre_la-pcre_newline.lo' libtool=yes @AMDEPBACKSLASH@
1837@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1838@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre_la_CFLAGS) $(CFLAGS) -c -o libpcre_la-pcre_newline.lo `test -f 'pcre_newline.c' || echo '$(srcdir)/'`pcre_newline.c
1839
1840libpcre_la-pcre_ord2utf8.lo: pcre_ord2utf8.c
1841@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre_la_CFLAGS) $(CFLAGS) -MT libpcre_la-pcre_ord2utf8.lo -MD -MP -MF $(DEPDIR)/libpcre_la-pcre_ord2utf8.Tpo -c -o libpcre_la-pcre_ord2utf8.lo `test -f 'pcre_ord2utf8.c' || echo '$(srcdir)/'`pcre_ord2utf8.c
1842@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpcre_la-pcre_ord2utf8.Tpo $(DEPDIR)/libpcre_la-pcre_ord2utf8.Plo
1843@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='pcre_ord2utf8.c' object='libpcre_la-pcre_ord2utf8.lo' libtool=yes @AMDEPBACKSLASH@
1844@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1845@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre_la_CFLAGS) $(CFLAGS) -c -o libpcre_la-pcre_ord2utf8.lo `test -f 'pcre_ord2utf8.c' || echo '$(srcdir)/'`pcre_ord2utf8.c
1846
1847libpcre_la-pcre_refcount.lo: pcre_refcount.c
1848@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre_la_CFLAGS) $(CFLAGS) -MT libpcre_la-pcre_refcount.lo -MD -MP -MF $(DEPDIR)/libpcre_la-pcre_refcount.Tpo -c -o libpcre_la-pcre_refcount.lo `test -f 'pcre_refcount.c' || echo '$(srcdir)/'`pcre_refcount.c
1849@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpcre_la-pcre_refcount.Tpo $(DEPDIR)/libpcre_la-pcre_refcount.Plo
1850@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='pcre_refcount.c' object='libpcre_la-pcre_refcount.lo' libtool=yes @AMDEPBACKSLASH@
1851@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1852@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre_la_CFLAGS) $(CFLAGS) -c -o libpcre_la-pcre_refcount.lo `test -f 'pcre_refcount.c' || echo '$(srcdir)/'`pcre_refcount.c
1853
1854libpcre_la-pcre_string_utils.lo: pcre_string_utils.c
1855@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre_la_CFLAGS) $(CFLAGS) -MT libpcre_la-pcre_string_utils.lo -MD -MP -MF $(DEPDIR)/libpcre_la-pcre_string_utils.Tpo -c -o libpcre_la-pcre_string_utils.lo `test -f 'pcre_string_utils.c' || echo '$(srcdir)/'`pcre_string_utils.c
1856@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpcre_la-pcre_string_utils.Tpo $(DEPDIR)/libpcre_la-pcre_string_utils.Plo
1857@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='pcre_string_utils.c' object='libpcre_la-pcre_string_utils.lo' libtool=yes @AMDEPBACKSLASH@
1858@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1859@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre_la_CFLAGS) $(CFLAGS) -c -o libpcre_la-pcre_string_utils.lo `test -f 'pcre_string_utils.c' || echo '$(srcdir)/'`pcre_string_utils.c
1860
1861libpcre_la-pcre_study.lo: pcre_study.c
1862@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre_la_CFLAGS) $(CFLAGS) -MT libpcre_la-pcre_study.lo -MD -MP -MF $(DEPDIR)/libpcre_la-pcre_study.Tpo -c -o libpcre_la-pcre_study.lo `test -f 'pcre_study.c' || echo '$(srcdir)/'`pcre_study.c
1863@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpcre_la-pcre_study.Tpo $(DEPDIR)/libpcre_la-pcre_study.Plo
1864@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='pcre_study.c' object='libpcre_la-pcre_study.lo' libtool=yes @AMDEPBACKSLASH@
1865@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1866@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre_la_CFLAGS) $(CFLAGS) -c -o libpcre_la-pcre_study.lo `test -f 'pcre_study.c' || echo '$(srcdir)/'`pcre_study.c
1867
1868libpcre_la-pcre_tables.lo: pcre_tables.c
1869@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre_la_CFLAGS) $(CFLAGS) -MT libpcre_la-pcre_tables.lo -MD -MP -MF $(DEPDIR)/libpcre_la-pcre_tables.Tpo -c -o libpcre_la-pcre_tables.lo `test -f 'pcre_tables.c' || echo '$(srcdir)/'`pcre_tables.c
1870@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpcre_la-pcre_tables.Tpo $(DEPDIR)/libpcre_la-pcre_tables.Plo
1871@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='pcre_tables.c' object='libpcre_la-pcre_tables.lo' libtool=yes @AMDEPBACKSLASH@
1872@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1873@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre_la_CFLAGS) $(CFLAGS) -c -o libpcre_la-pcre_tables.lo `test -f 'pcre_tables.c' || echo '$(srcdir)/'`pcre_tables.c
1874
1875libpcre_la-pcre_ucd.lo: pcre_ucd.c
1876@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre_la_CFLAGS) $(CFLAGS) -MT libpcre_la-pcre_ucd.lo -MD -MP -MF $(DEPDIR)/libpcre_la-pcre_ucd.Tpo -c -o libpcre_la-pcre_ucd.lo `test -f 'pcre_ucd.c' || echo '$(srcdir)/'`pcre_ucd.c
1877@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpcre_la-pcre_ucd.Tpo $(DEPDIR)/libpcre_la-pcre_ucd.Plo
1878@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='pcre_ucd.c' object='libpcre_la-pcre_ucd.lo' libtool=yes @AMDEPBACKSLASH@
1879@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1880@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre_la_CFLAGS) $(CFLAGS) -c -o libpcre_la-pcre_ucd.lo `test -f 'pcre_ucd.c' || echo '$(srcdir)/'`pcre_ucd.c
1881
1882libpcre_la-pcre_valid_utf8.lo: pcre_valid_utf8.c
1883@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre_la_CFLAGS) $(CFLAGS) -MT libpcre_la-pcre_valid_utf8.lo -MD -MP -MF $(DEPDIR)/libpcre_la-pcre_valid_utf8.Tpo -c -o libpcre_la-pcre_valid_utf8.lo `test -f 'pcre_valid_utf8.c' || echo '$(srcdir)/'`pcre_valid_utf8.c
1884@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpcre_la-pcre_valid_utf8.Tpo $(DEPDIR)/libpcre_la-pcre_valid_utf8.Plo
1885@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='pcre_valid_utf8.c' object='libpcre_la-pcre_valid_utf8.lo' libtool=yes @AMDEPBACKSLASH@
1886@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1887@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre_la_CFLAGS) $(CFLAGS) -c -o libpcre_la-pcre_valid_utf8.lo `test -f 'pcre_valid_utf8.c' || echo '$(srcdir)/'`pcre_valid_utf8.c
1888
1889libpcre_la-pcre_version.lo: pcre_version.c
1890@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre_la_CFLAGS) $(CFLAGS) -MT libpcre_la-pcre_version.lo -MD -MP -MF $(DEPDIR)/libpcre_la-pcre_version.Tpo -c -o libpcre_la-pcre_version.lo `test -f 'pcre_version.c' || echo '$(srcdir)/'`pcre_version.c
1891@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpcre_la-pcre_version.Tpo $(DEPDIR)/libpcre_la-pcre_version.Plo
1892@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='pcre_version.c' object='libpcre_la-pcre_version.lo' libtool=yes @AMDEPBACKSLASH@
1893@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1894@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre_la_CFLAGS) $(CFLAGS) -c -o libpcre_la-pcre_version.lo `test -f 'pcre_version.c' || echo '$(srcdir)/'`pcre_version.c
1895
1896libpcre_la-pcre_xclass.lo: pcre_xclass.c
1897@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre_la_CFLAGS) $(CFLAGS) -MT libpcre_la-pcre_xclass.lo -MD -MP -MF $(DEPDIR)/libpcre_la-pcre_xclass.Tpo -c -o libpcre_la-pcre_xclass.lo `test -f 'pcre_xclass.c' || echo '$(srcdir)/'`pcre_xclass.c
1898@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpcre_la-pcre_xclass.Tpo $(DEPDIR)/libpcre_la-pcre_xclass.Plo
1899@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='pcre_xclass.c' object='libpcre_la-pcre_xclass.lo' libtool=yes @AMDEPBACKSLASH@
1900@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1901@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre_la_CFLAGS) $(CFLAGS) -c -o libpcre_la-pcre_xclass.lo `test -f 'pcre_xclass.c' || echo '$(srcdir)/'`pcre_xclass.c
1902
1903libpcre_la-pcre_chartables.lo: pcre_chartables.c
1904@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre_la_CFLAGS) $(CFLAGS) -MT libpcre_la-pcre_chartables.lo -MD -MP -MF $(DEPDIR)/libpcre_la-pcre_chartables.Tpo -c -o libpcre_la-pcre_chartables.lo `test -f 'pcre_chartables.c' || echo '$(srcdir)/'`pcre_chartables.c
1905@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpcre_la-pcre_chartables.Tpo $(DEPDIR)/libpcre_la-pcre_chartables.Plo
1906@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='pcre_chartables.c' object='libpcre_la-pcre_chartables.lo' libtool=yes @AMDEPBACKSLASH@
1907@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1908@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre_la_CFLAGS) $(CFLAGS) -c -o libpcre_la-pcre_chartables.lo `test -f 'pcre_chartables.c' || echo '$(srcdir)/'`pcre_chartables.c
1909
1910libpcre16_la-pcre16_byte_order.lo: pcre16_byte_order.c
1911@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre16_la_CFLAGS) $(CFLAGS) -MT libpcre16_la-pcre16_byte_order.lo -MD -MP -MF $(DEPDIR)/libpcre16_la-pcre16_byte_order.Tpo -c -o libpcre16_la-pcre16_byte_order.lo `test -f 'pcre16_byte_order.c' || echo '$(srcdir)/'`pcre16_byte_order.c
1912@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpcre16_la-pcre16_byte_order.Tpo $(DEPDIR)/libpcre16_la-pcre16_byte_order.Plo
1913@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='pcre16_byte_order.c' object='libpcre16_la-pcre16_byte_order.lo' libtool=yes @AMDEPBACKSLASH@
1914@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1915@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre16_la_CFLAGS) $(CFLAGS) -c -o libpcre16_la-pcre16_byte_order.lo `test -f 'pcre16_byte_order.c' || echo '$(srcdir)/'`pcre16_byte_order.c
1916
1917libpcre16_la-pcre16_chartables.lo: pcre16_chartables.c
1918@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre16_la_CFLAGS) $(CFLAGS) -MT libpcre16_la-pcre16_chartables.lo -MD -MP -MF $(DEPDIR)/libpcre16_la-pcre16_chartables.Tpo -c -o libpcre16_la-pcre16_chartables.lo `test -f 'pcre16_chartables.c' || echo '$(srcdir)/'`pcre16_chartables.c
1919@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpcre16_la-pcre16_chartables.Tpo $(DEPDIR)/libpcre16_la-pcre16_chartables.Plo
1920@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='pcre16_chartables.c' object='libpcre16_la-pcre16_chartables.lo' libtool=yes @AMDEPBACKSLASH@
1921@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1922@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre16_la_CFLAGS) $(CFLAGS) -c -o libpcre16_la-pcre16_chartables.lo `test -f 'pcre16_chartables.c' || echo '$(srcdir)/'`pcre16_chartables.c
1923
1924libpcre16_la-pcre16_compile.lo: pcre16_compile.c
1925@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre16_la_CFLAGS) $(CFLAGS) -MT libpcre16_la-pcre16_compile.lo -MD -MP -MF $(DEPDIR)/libpcre16_la-pcre16_compile.Tpo -c -o libpcre16_la-pcre16_compile.lo `test -f 'pcre16_compile.c' || echo '$(srcdir)/'`pcre16_compile.c
1926@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpcre16_la-pcre16_compile.Tpo $(DEPDIR)/libpcre16_la-pcre16_compile.Plo
1927@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='pcre16_compile.c' object='libpcre16_la-pcre16_compile.lo' libtool=yes @AMDEPBACKSLASH@
1928@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1929@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre16_la_CFLAGS) $(CFLAGS) -c -o libpcre16_la-pcre16_compile.lo `test -f 'pcre16_compile.c' || echo '$(srcdir)/'`pcre16_compile.c
1930
1931libpcre16_la-pcre16_config.lo: pcre16_config.c
1932@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre16_la_CFLAGS) $(CFLAGS) -MT libpcre16_la-pcre16_config.lo -MD -MP -MF $(DEPDIR)/libpcre16_la-pcre16_config.Tpo -c -o libpcre16_la-pcre16_config.lo `test -f 'pcre16_config.c' || echo '$(srcdir)/'`pcre16_config.c
1933@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpcre16_la-pcre16_config.Tpo $(DEPDIR)/libpcre16_la-pcre16_config.Plo
1934@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='pcre16_config.c' object='libpcre16_la-pcre16_config.lo' libtool=yes @AMDEPBACKSLASH@
1935@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1936@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre16_la_CFLAGS) $(CFLAGS) -c -o libpcre16_la-pcre16_config.lo `test -f 'pcre16_config.c' || echo '$(srcdir)/'`pcre16_config.c
1937
1938libpcre16_la-pcre16_dfa_exec.lo: pcre16_dfa_exec.c
1939@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre16_la_CFLAGS) $(CFLAGS) -MT libpcre16_la-pcre16_dfa_exec.lo -MD -MP -MF $(DEPDIR)/libpcre16_la-pcre16_dfa_exec.Tpo -c -o libpcre16_la-pcre16_dfa_exec.lo `test -f 'pcre16_dfa_exec.c' || echo '$(srcdir)/'`pcre16_dfa_exec.c
1940@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpcre16_la-pcre16_dfa_exec.Tpo $(DEPDIR)/libpcre16_la-pcre16_dfa_exec.Plo
1941@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='pcre16_dfa_exec.c' object='libpcre16_la-pcre16_dfa_exec.lo' libtool=yes @AMDEPBACKSLASH@
1942@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1943@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre16_la_CFLAGS) $(CFLAGS) -c -o libpcre16_la-pcre16_dfa_exec.lo `test -f 'pcre16_dfa_exec.c' || echo '$(srcdir)/'`pcre16_dfa_exec.c
1944
1945libpcre16_la-pcre16_exec.lo: pcre16_exec.c
1946@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre16_la_CFLAGS) $(CFLAGS) -MT libpcre16_la-pcre16_exec.lo -MD -MP -MF $(DEPDIR)/libpcre16_la-pcre16_exec.Tpo -c -o libpcre16_la-pcre16_exec.lo `test -f 'pcre16_exec.c' || echo '$(srcdir)/'`pcre16_exec.c
1947@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpcre16_la-pcre16_exec.Tpo $(DEPDIR)/libpcre16_la-pcre16_exec.Plo
1948@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='pcre16_exec.c' object='libpcre16_la-pcre16_exec.lo' libtool=yes @AMDEPBACKSLASH@
1949@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1950@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre16_la_CFLAGS) $(CFLAGS) -c -o libpcre16_la-pcre16_exec.lo `test -f 'pcre16_exec.c' || echo '$(srcdir)/'`pcre16_exec.c
1951
1952libpcre16_la-pcre16_fullinfo.lo: pcre16_fullinfo.c
1953@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre16_la_CFLAGS) $(CFLAGS) -MT libpcre16_la-pcre16_fullinfo.lo -MD -MP -MF $(DEPDIR)/libpcre16_la-pcre16_fullinfo.Tpo -c -o libpcre16_la-pcre16_fullinfo.lo `test -f 'pcre16_fullinfo.c' || echo '$(srcdir)/'`pcre16_fullinfo.c
1954@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpcre16_la-pcre16_fullinfo.Tpo $(DEPDIR)/libpcre16_la-pcre16_fullinfo.Plo
1955@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='pcre16_fullinfo.c' object='libpcre16_la-pcre16_fullinfo.lo' libtool=yes @AMDEPBACKSLASH@
1956@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1957@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre16_la_CFLAGS) $(CFLAGS) -c -o libpcre16_la-pcre16_fullinfo.lo `test -f 'pcre16_fullinfo.c' || echo '$(srcdir)/'`pcre16_fullinfo.c
1958
1959libpcre16_la-pcre16_get.lo: pcre16_get.c
1960@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre16_la_CFLAGS) $(CFLAGS) -MT libpcre16_la-pcre16_get.lo -MD -MP -MF $(DEPDIR)/libpcre16_la-pcre16_get.Tpo -c -o libpcre16_la-pcre16_get.lo `test -f 'pcre16_get.c' || echo '$(srcdir)/'`pcre16_get.c
1961@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpcre16_la-pcre16_get.Tpo $(DEPDIR)/libpcre16_la-pcre16_get.Plo
1962@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='pcre16_get.c' object='libpcre16_la-pcre16_get.lo' libtool=yes @AMDEPBACKSLASH@
1963@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1964@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre16_la_CFLAGS) $(CFLAGS) -c -o libpcre16_la-pcre16_get.lo `test -f 'pcre16_get.c' || echo '$(srcdir)/'`pcre16_get.c
1965
1966libpcre16_la-pcre16_globals.lo: pcre16_globals.c
1967@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre16_la_CFLAGS) $(CFLAGS) -MT libpcre16_la-pcre16_globals.lo -MD -MP -MF $(DEPDIR)/libpcre16_la-pcre16_globals.Tpo -c -o libpcre16_la-pcre16_globals.lo `test -f 'pcre16_globals.c' || echo '$(srcdir)/'`pcre16_globals.c
1968@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpcre16_la-pcre16_globals.Tpo $(DEPDIR)/libpcre16_la-pcre16_globals.Plo
1969@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='pcre16_globals.c' object='libpcre16_la-pcre16_globals.lo' libtool=yes @AMDEPBACKSLASH@
1970@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1971@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre16_la_CFLAGS) $(CFLAGS) -c -o libpcre16_la-pcre16_globals.lo `test -f 'pcre16_globals.c' || echo '$(srcdir)/'`pcre16_globals.c
1972
1973libpcre16_la-pcre16_jit_compile.lo: pcre16_jit_compile.c
1974@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre16_la_CFLAGS) $(CFLAGS) -MT libpcre16_la-pcre16_jit_compile.lo -MD -MP -MF $(DEPDIR)/libpcre16_la-pcre16_jit_compile.Tpo -c -o libpcre16_la-pcre16_jit_compile.lo `test -f 'pcre16_jit_compile.c' || echo '$(srcdir)/'`pcre16_jit_compile.c
1975@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpcre16_la-pcre16_jit_compile.Tpo $(DEPDIR)/libpcre16_la-pcre16_jit_compile.Plo
1976@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='pcre16_jit_compile.c' object='libpcre16_la-pcre16_jit_compile.lo' libtool=yes @AMDEPBACKSLASH@
1977@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1978@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre16_la_CFLAGS) $(CFLAGS) -c -o libpcre16_la-pcre16_jit_compile.lo `test -f 'pcre16_jit_compile.c' || echo '$(srcdir)/'`pcre16_jit_compile.c
1979
1980libpcre16_la-pcre16_maketables.lo: pcre16_maketables.c
1981@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre16_la_CFLAGS) $(CFLAGS) -MT libpcre16_la-pcre16_maketables.lo -MD -MP -MF $(DEPDIR)/libpcre16_la-pcre16_maketables.Tpo -c -o libpcre16_la-pcre16_maketables.lo `test -f 'pcre16_maketables.c' || echo '$(srcdir)/'`pcre16_maketables.c
1982@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpcre16_la-pcre16_maketables.Tpo $(DEPDIR)/libpcre16_la-pcre16_maketables.Plo
1983@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='pcre16_maketables.c' object='libpcre16_la-pcre16_maketables.lo' libtool=yes @AMDEPBACKSLASH@
1984@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1985@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre16_la_CFLAGS) $(CFLAGS) -c -o libpcre16_la-pcre16_maketables.lo `test -f 'pcre16_maketables.c' || echo '$(srcdir)/'`pcre16_maketables.c
1986
1987libpcre16_la-pcre16_newline.lo: pcre16_newline.c
1988@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre16_la_CFLAGS) $(CFLAGS) -MT libpcre16_la-pcre16_newline.lo -MD -MP -MF $(DEPDIR)/libpcre16_la-pcre16_newline.Tpo -c -o libpcre16_la-pcre16_newline.lo `test -f 'pcre16_newline.c' || echo '$(srcdir)/'`pcre16_newline.c
1989@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpcre16_la-pcre16_newline.Tpo $(DEPDIR)/libpcre16_la-pcre16_newline.Plo
1990@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='pcre16_newline.c' object='libpcre16_la-pcre16_newline.lo' libtool=yes @AMDEPBACKSLASH@
1991@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1992@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre16_la_CFLAGS) $(CFLAGS) -c -o libpcre16_la-pcre16_newline.lo `test -f 'pcre16_newline.c' || echo '$(srcdir)/'`pcre16_newline.c
1993
1994libpcre16_la-pcre16_ord2utf16.lo: pcre16_ord2utf16.c
1995@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre16_la_CFLAGS) $(CFLAGS) -MT libpcre16_la-pcre16_ord2utf16.lo -MD -MP -MF $(DEPDIR)/libpcre16_la-pcre16_ord2utf16.Tpo -c -o libpcre16_la-pcre16_ord2utf16.lo `test -f 'pcre16_ord2utf16.c' || echo '$(srcdir)/'`pcre16_ord2utf16.c
1996@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpcre16_la-pcre16_ord2utf16.Tpo $(DEPDIR)/libpcre16_la-pcre16_ord2utf16.Plo
1997@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='pcre16_ord2utf16.c' object='libpcre16_la-pcre16_ord2utf16.lo' libtool=yes @AMDEPBACKSLASH@
1998@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1999@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre16_la_CFLAGS) $(CFLAGS) -c -o libpcre16_la-pcre16_ord2utf16.lo `test -f 'pcre16_ord2utf16.c' || echo '$(srcdir)/'`pcre16_ord2utf16.c
2000
2001libpcre16_la-pcre16_refcount.lo: pcre16_refcount.c
2002@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre16_la_CFLAGS) $(CFLAGS) -MT libpcre16_la-pcre16_refcount.lo -MD -MP -MF $(DEPDIR)/libpcre16_la-pcre16_refcount.Tpo -c -o libpcre16_la-pcre16_refcount.lo `test -f 'pcre16_refcount.c' || echo '$(srcdir)/'`pcre16_refcount.c
2003@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpcre16_la-pcre16_refcount.Tpo $(DEPDIR)/libpcre16_la-pcre16_refcount.Plo
2004@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='pcre16_refcount.c' object='libpcre16_la-pcre16_refcount.lo' libtool=yes @AMDEPBACKSLASH@
2005@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2006@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre16_la_CFLAGS) $(CFLAGS) -c -o libpcre16_la-pcre16_refcount.lo `test -f 'pcre16_refcount.c' || echo '$(srcdir)/'`pcre16_refcount.c
2007
2008libpcre16_la-pcre16_string_utils.lo: pcre16_string_utils.c
2009@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre16_la_CFLAGS) $(CFLAGS) -MT libpcre16_la-pcre16_string_utils.lo -MD -MP -MF $(DEPDIR)/libpcre16_la-pcre16_string_utils.Tpo -c -o libpcre16_la-pcre16_string_utils.lo `test -f 'pcre16_string_utils.c' || echo '$(srcdir)/'`pcre16_string_utils.c
2010@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpcre16_la-pcre16_string_utils.Tpo $(DEPDIR)/libpcre16_la-pcre16_string_utils.Plo
2011@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='pcre16_string_utils.c' object='libpcre16_la-pcre16_string_utils.lo' libtool=yes @AMDEPBACKSLASH@
2012@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2013@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre16_la_CFLAGS) $(CFLAGS) -c -o libpcre16_la-pcre16_string_utils.lo `test -f 'pcre16_string_utils.c' || echo '$(srcdir)/'`pcre16_string_utils.c
2014
2015libpcre16_la-pcre16_study.lo: pcre16_study.c
2016@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre16_la_CFLAGS) $(CFLAGS) -MT libpcre16_la-pcre16_study.lo -MD -MP -MF $(DEPDIR)/libpcre16_la-pcre16_study.Tpo -c -o libpcre16_la-pcre16_study.lo `test -f 'pcre16_study.c' || echo '$(srcdir)/'`pcre16_study.c
2017@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpcre16_la-pcre16_study.Tpo $(DEPDIR)/libpcre16_la-pcre16_study.Plo
2018@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='pcre16_study.c' object='libpcre16_la-pcre16_study.lo' libtool=yes @AMDEPBACKSLASH@
2019@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2020@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre16_la_CFLAGS) $(CFLAGS) -c -o libpcre16_la-pcre16_study.lo `test -f 'pcre16_study.c' || echo '$(srcdir)/'`pcre16_study.c
2021
2022libpcre16_la-pcre16_tables.lo: pcre16_tables.c
2023@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre16_la_CFLAGS) $(CFLAGS) -MT libpcre16_la-pcre16_tables.lo -MD -MP -MF $(DEPDIR)/libpcre16_la-pcre16_tables.Tpo -c -o libpcre16_la-pcre16_tables.lo `test -f 'pcre16_tables.c' || echo '$(srcdir)/'`pcre16_tables.c
2024@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpcre16_la-pcre16_tables.Tpo $(DEPDIR)/libpcre16_la-pcre16_tables.Plo
2025@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='pcre16_tables.c' object='libpcre16_la-pcre16_tables.lo' libtool=yes @AMDEPBACKSLASH@
2026@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2027@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre16_la_CFLAGS) $(CFLAGS) -c -o libpcre16_la-pcre16_tables.lo `test -f 'pcre16_tables.c' || echo '$(srcdir)/'`pcre16_tables.c
2028
2029libpcre16_la-pcre16_ucd.lo: pcre16_ucd.c
2030@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre16_la_CFLAGS) $(CFLAGS) -MT libpcre16_la-pcre16_ucd.lo -MD -MP -MF $(DEPDIR)/libpcre16_la-pcre16_ucd.Tpo -c -o libpcre16_la-pcre16_ucd.lo `test -f 'pcre16_ucd.c' || echo '$(srcdir)/'`pcre16_ucd.c
2031@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpcre16_la-pcre16_ucd.Tpo $(DEPDIR)/libpcre16_la-pcre16_ucd.Plo
2032@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='pcre16_ucd.c' object='libpcre16_la-pcre16_ucd.lo' libtool=yes @AMDEPBACKSLASH@
2033@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2034@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre16_la_CFLAGS) $(CFLAGS) -c -o libpcre16_la-pcre16_ucd.lo `test -f 'pcre16_ucd.c' || echo '$(srcdir)/'`pcre16_ucd.c
2035
2036libpcre16_la-pcre16_utf16_utils.lo: pcre16_utf16_utils.c
2037@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre16_la_CFLAGS) $(CFLAGS) -MT libpcre16_la-pcre16_utf16_utils.lo -MD -MP -MF $(DEPDIR)/libpcre16_la-pcre16_utf16_utils.Tpo -c -o libpcre16_la-pcre16_utf16_utils.lo `test -f 'pcre16_utf16_utils.c' || echo '$(srcdir)/'`pcre16_utf16_utils.c
2038@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpcre16_la-pcre16_utf16_utils.Tpo $(DEPDIR)/libpcre16_la-pcre16_utf16_utils.Plo
2039@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='pcre16_utf16_utils.c' object='libpcre16_la-pcre16_utf16_utils.lo' libtool=yes @AMDEPBACKSLASH@
2040@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2041@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre16_la_CFLAGS) $(CFLAGS) -c -o libpcre16_la-pcre16_utf16_utils.lo `test -f 'pcre16_utf16_utils.c' || echo '$(srcdir)/'`pcre16_utf16_utils.c
2042
2043libpcre16_la-pcre16_valid_utf16.lo: pcre16_valid_utf16.c
2044@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre16_la_CFLAGS) $(CFLAGS) -MT libpcre16_la-pcre16_valid_utf16.lo -MD -MP -MF $(DEPDIR)/libpcre16_la-pcre16_valid_utf16.Tpo -c -o libpcre16_la-pcre16_valid_utf16.lo `test -f 'pcre16_valid_utf16.c' || echo '$(srcdir)/'`pcre16_valid_utf16.c
2045@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpcre16_la-pcre16_valid_utf16.Tpo $(DEPDIR)/libpcre16_la-pcre16_valid_utf16.Plo
2046@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='pcre16_valid_utf16.c' object='libpcre16_la-pcre16_valid_utf16.lo' libtool=yes @AMDEPBACKSLASH@
2047@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2048@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre16_la_CFLAGS) $(CFLAGS) -c -o libpcre16_la-pcre16_valid_utf16.lo `test -f 'pcre16_valid_utf16.c' || echo '$(srcdir)/'`pcre16_valid_utf16.c
2049
2050libpcre16_la-pcre16_version.lo: pcre16_version.c
2051@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre16_la_CFLAGS) $(CFLAGS) -MT libpcre16_la-pcre16_version.lo -MD -MP -MF $(DEPDIR)/libpcre16_la-pcre16_version.Tpo -c -o libpcre16_la-pcre16_version.lo `test -f 'pcre16_version.c' || echo '$(srcdir)/'`pcre16_version.c
2052@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpcre16_la-pcre16_version.Tpo $(DEPDIR)/libpcre16_la-pcre16_version.Plo
2053@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='pcre16_version.c' object='libpcre16_la-pcre16_version.lo' libtool=yes @AMDEPBACKSLASH@
2054@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2055@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre16_la_CFLAGS) $(CFLAGS) -c -o libpcre16_la-pcre16_version.lo `test -f 'pcre16_version.c' || echo '$(srcdir)/'`pcre16_version.c
2056
2057libpcre16_la-pcre16_xclass.lo: pcre16_xclass.c
2058@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre16_la_CFLAGS) $(CFLAGS) -MT libpcre16_la-pcre16_xclass.lo -MD -MP -MF $(DEPDIR)/libpcre16_la-pcre16_xclass.Tpo -c -o libpcre16_la-pcre16_xclass.lo `test -f 'pcre16_xclass.c' || echo '$(srcdir)/'`pcre16_xclass.c
2059@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpcre16_la-pcre16_xclass.Tpo $(DEPDIR)/libpcre16_la-pcre16_xclass.Plo
2060@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='pcre16_xclass.c' object='libpcre16_la-pcre16_xclass.lo' libtool=yes @AMDEPBACKSLASH@
2061@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2062@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre16_la_CFLAGS) $(CFLAGS) -c -o libpcre16_la-pcre16_xclass.lo `test -f 'pcre16_xclass.c' || echo '$(srcdir)/'`pcre16_xclass.c
2063
2064libpcre16_la-pcre_chartables.lo: pcre_chartables.c
2065@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre16_la_CFLAGS) $(CFLAGS) -MT libpcre16_la-pcre_chartables.lo -MD -MP -MF $(DEPDIR)/libpcre16_la-pcre_chartables.Tpo -c -o libpcre16_la-pcre_chartables.lo `test -f 'pcre_chartables.c' || echo '$(srcdir)/'`pcre_chartables.c
2066@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpcre16_la-pcre_chartables.Tpo $(DEPDIR)/libpcre16_la-pcre_chartables.Plo
2067@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='pcre_chartables.c' object='libpcre16_la-pcre_chartables.lo' libtool=yes @AMDEPBACKSLASH@
2068@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2069@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre16_la_CFLAGS) $(CFLAGS) -c -o libpcre16_la-pcre_chartables.lo `test -f 'pcre_chartables.c' || echo '$(srcdir)/'`pcre_chartables.c
2070
2071libpcre32_la-pcre32_byte_order.lo: pcre32_byte_order.c
2072@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre32_la_CFLAGS) $(CFLAGS) -MT libpcre32_la-pcre32_byte_order.lo -MD -MP -MF $(DEPDIR)/libpcre32_la-pcre32_byte_order.Tpo -c -o libpcre32_la-pcre32_byte_order.lo `test -f 'pcre32_byte_order.c' || echo '$(srcdir)/'`pcre32_byte_order.c
2073@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpcre32_la-pcre32_byte_order.Tpo $(DEPDIR)/libpcre32_la-pcre32_byte_order.Plo
2074@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='pcre32_byte_order.c' object='libpcre32_la-pcre32_byte_order.lo' libtool=yes @AMDEPBACKSLASH@
2075@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2076@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre32_la_CFLAGS) $(CFLAGS) -c -o libpcre32_la-pcre32_byte_order.lo `test -f 'pcre32_byte_order.c' || echo '$(srcdir)/'`pcre32_byte_order.c
2077
2078libpcre32_la-pcre32_chartables.lo: pcre32_chartables.c
2079@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre32_la_CFLAGS) $(CFLAGS) -MT libpcre32_la-pcre32_chartables.lo -MD -MP -MF $(DEPDIR)/libpcre32_la-pcre32_chartables.Tpo -c -o libpcre32_la-pcre32_chartables.lo `test -f 'pcre32_chartables.c' || echo '$(srcdir)/'`pcre32_chartables.c
2080@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpcre32_la-pcre32_chartables.Tpo $(DEPDIR)/libpcre32_la-pcre32_chartables.Plo
2081@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='pcre32_chartables.c' object='libpcre32_la-pcre32_chartables.lo' libtool=yes @AMDEPBACKSLASH@
2082@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2083@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre32_la_CFLAGS) $(CFLAGS) -c -o libpcre32_la-pcre32_chartables.lo `test -f 'pcre32_chartables.c' || echo '$(srcdir)/'`pcre32_chartables.c
2084
2085libpcre32_la-pcre32_compile.lo: pcre32_compile.c
2086@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre32_la_CFLAGS) $(CFLAGS) -MT libpcre32_la-pcre32_compile.lo -MD -MP -MF $(DEPDIR)/libpcre32_la-pcre32_compile.Tpo -c -o libpcre32_la-pcre32_compile.lo `test -f 'pcre32_compile.c' || echo '$(srcdir)/'`pcre32_compile.c
2087@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpcre32_la-pcre32_compile.Tpo $(DEPDIR)/libpcre32_la-pcre32_compile.Plo
2088@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='pcre32_compile.c' object='libpcre32_la-pcre32_compile.lo' libtool=yes @AMDEPBACKSLASH@
2089@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2090@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre32_la_CFLAGS) $(CFLAGS) -c -o libpcre32_la-pcre32_compile.lo `test -f 'pcre32_compile.c' || echo '$(srcdir)/'`pcre32_compile.c
2091
2092libpcre32_la-pcre32_config.lo: pcre32_config.c
2093@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre32_la_CFLAGS) $(CFLAGS) -MT libpcre32_la-pcre32_config.lo -MD -MP -MF $(DEPDIR)/libpcre32_la-pcre32_config.Tpo -c -o libpcre32_la-pcre32_config.lo `test -f 'pcre32_config.c' || echo '$(srcdir)/'`pcre32_config.c
2094@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpcre32_la-pcre32_config.Tpo $(DEPDIR)/libpcre32_la-pcre32_config.Plo
2095@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='pcre32_config.c' object='libpcre32_la-pcre32_config.lo' libtool=yes @AMDEPBACKSLASH@
2096@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2097@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre32_la_CFLAGS) $(CFLAGS) -c -o libpcre32_la-pcre32_config.lo `test -f 'pcre32_config.c' || echo '$(srcdir)/'`pcre32_config.c
2098
2099libpcre32_la-pcre32_dfa_exec.lo: pcre32_dfa_exec.c
2100@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre32_la_CFLAGS) $(CFLAGS) -MT libpcre32_la-pcre32_dfa_exec.lo -MD -MP -MF $(DEPDIR)/libpcre32_la-pcre32_dfa_exec.Tpo -c -o libpcre32_la-pcre32_dfa_exec.lo `test -f 'pcre32_dfa_exec.c' || echo '$(srcdir)/'`pcre32_dfa_exec.c
2101@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpcre32_la-pcre32_dfa_exec.Tpo $(DEPDIR)/libpcre32_la-pcre32_dfa_exec.Plo
2102@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='pcre32_dfa_exec.c' object='libpcre32_la-pcre32_dfa_exec.lo' libtool=yes @AMDEPBACKSLASH@
2103@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2104@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre32_la_CFLAGS) $(CFLAGS) -c -o libpcre32_la-pcre32_dfa_exec.lo `test -f 'pcre32_dfa_exec.c' || echo '$(srcdir)/'`pcre32_dfa_exec.c
2105
2106libpcre32_la-pcre32_exec.lo: pcre32_exec.c
2107@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre32_la_CFLAGS) $(CFLAGS) -MT libpcre32_la-pcre32_exec.lo -MD -MP -MF $(DEPDIR)/libpcre32_la-pcre32_exec.Tpo -c -o libpcre32_la-pcre32_exec.lo `test -f 'pcre32_exec.c' || echo '$(srcdir)/'`pcre32_exec.c
2108@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpcre32_la-pcre32_exec.Tpo $(DEPDIR)/libpcre32_la-pcre32_exec.Plo
2109@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='pcre32_exec.c' object='libpcre32_la-pcre32_exec.lo' libtool=yes @AMDEPBACKSLASH@
2110@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2111@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre32_la_CFLAGS) $(CFLAGS) -c -o libpcre32_la-pcre32_exec.lo `test -f 'pcre32_exec.c' || echo '$(srcdir)/'`pcre32_exec.c
2112
2113libpcre32_la-pcre32_fullinfo.lo: pcre32_fullinfo.c
2114@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre32_la_CFLAGS) $(CFLAGS) -MT libpcre32_la-pcre32_fullinfo.lo -MD -MP -MF $(DEPDIR)/libpcre32_la-pcre32_fullinfo.Tpo -c -o libpcre32_la-pcre32_fullinfo.lo `test -f 'pcre32_fullinfo.c' || echo '$(srcdir)/'`pcre32_fullinfo.c
2115@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpcre32_la-pcre32_fullinfo.Tpo $(DEPDIR)/libpcre32_la-pcre32_fullinfo.Plo
2116@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='pcre32_fullinfo.c' object='libpcre32_la-pcre32_fullinfo.lo' libtool=yes @AMDEPBACKSLASH@
2117@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2118@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre32_la_CFLAGS) $(CFLAGS) -c -o libpcre32_la-pcre32_fullinfo.lo `test -f 'pcre32_fullinfo.c' || echo '$(srcdir)/'`pcre32_fullinfo.c
2119
2120libpcre32_la-pcre32_get.lo: pcre32_get.c
2121@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre32_la_CFLAGS) $(CFLAGS) -MT libpcre32_la-pcre32_get.lo -MD -MP -MF $(DEPDIR)/libpcre32_la-pcre32_get.Tpo -c -o libpcre32_la-pcre32_get.lo `test -f 'pcre32_get.c' || echo '$(srcdir)/'`pcre32_get.c
2122@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpcre32_la-pcre32_get.Tpo $(DEPDIR)/libpcre32_la-pcre32_get.Plo
2123@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='pcre32_get.c' object='libpcre32_la-pcre32_get.lo' libtool=yes @AMDEPBACKSLASH@
2124@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2125@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre32_la_CFLAGS) $(CFLAGS) -c -o libpcre32_la-pcre32_get.lo `test -f 'pcre32_get.c' || echo '$(srcdir)/'`pcre32_get.c
2126
2127libpcre32_la-pcre32_globals.lo: pcre32_globals.c
2128@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre32_la_CFLAGS) $(CFLAGS) -MT libpcre32_la-pcre32_globals.lo -MD -MP -MF $(DEPDIR)/libpcre32_la-pcre32_globals.Tpo -c -o libpcre32_la-pcre32_globals.lo `test -f 'pcre32_globals.c' || echo '$(srcdir)/'`pcre32_globals.c
2129@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpcre32_la-pcre32_globals.Tpo $(DEPDIR)/libpcre32_la-pcre32_globals.Plo
2130@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='pcre32_globals.c' object='libpcre32_la-pcre32_globals.lo' libtool=yes @AMDEPBACKSLASH@
2131@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2132@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre32_la_CFLAGS) $(CFLAGS) -c -o libpcre32_la-pcre32_globals.lo `test -f 'pcre32_globals.c' || echo '$(srcdir)/'`pcre32_globals.c
2133
2134libpcre32_la-pcre32_jit_compile.lo: pcre32_jit_compile.c
2135@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre32_la_CFLAGS) $(CFLAGS) -MT libpcre32_la-pcre32_jit_compile.lo -MD -MP -MF $(DEPDIR)/libpcre32_la-pcre32_jit_compile.Tpo -c -o libpcre32_la-pcre32_jit_compile.lo `test -f 'pcre32_jit_compile.c' || echo '$(srcdir)/'`pcre32_jit_compile.c
2136@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpcre32_la-pcre32_jit_compile.Tpo $(DEPDIR)/libpcre32_la-pcre32_jit_compile.Plo
2137@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='pcre32_jit_compile.c' object='libpcre32_la-pcre32_jit_compile.lo' libtool=yes @AMDEPBACKSLASH@
2138@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2139@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre32_la_CFLAGS) $(CFLAGS) -c -o libpcre32_la-pcre32_jit_compile.lo `test -f 'pcre32_jit_compile.c' || echo '$(srcdir)/'`pcre32_jit_compile.c
2140
2141libpcre32_la-pcre32_maketables.lo: pcre32_maketables.c
2142@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre32_la_CFLAGS) $(CFLAGS) -MT libpcre32_la-pcre32_maketables.lo -MD -MP -MF $(DEPDIR)/libpcre32_la-pcre32_maketables.Tpo -c -o libpcre32_la-pcre32_maketables.lo `test -f 'pcre32_maketables.c' || echo '$(srcdir)/'`pcre32_maketables.c
2143@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpcre32_la-pcre32_maketables.Tpo $(DEPDIR)/libpcre32_la-pcre32_maketables.Plo
2144@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='pcre32_maketables.c' object='libpcre32_la-pcre32_maketables.lo' libtool=yes @AMDEPBACKSLASH@
2145@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2146@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre32_la_CFLAGS) $(CFLAGS) -c -o libpcre32_la-pcre32_maketables.lo `test -f 'pcre32_maketables.c' || echo '$(srcdir)/'`pcre32_maketables.c
2147
2148libpcre32_la-pcre32_newline.lo: pcre32_newline.c
2149@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre32_la_CFLAGS) $(CFLAGS) -MT libpcre32_la-pcre32_newline.lo -MD -MP -MF $(DEPDIR)/libpcre32_la-pcre32_newline.Tpo -c -o libpcre32_la-pcre32_newline.lo `test -f 'pcre32_newline.c' || echo '$(srcdir)/'`pcre32_newline.c
2150@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpcre32_la-pcre32_newline.Tpo $(DEPDIR)/libpcre32_la-pcre32_newline.Plo
2151@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='pcre32_newline.c' object='libpcre32_la-pcre32_newline.lo' libtool=yes @AMDEPBACKSLASH@
2152@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2153@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre32_la_CFLAGS) $(CFLAGS) -c -o libpcre32_la-pcre32_newline.lo `test -f 'pcre32_newline.c' || echo '$(srcdir)/'`pcre32_newline.c
2154
2155libpcre32_la-pcre32_ord2utf32.lo: pcre32_ord2utf32.c
2156@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre32_la_CFLAGS) $(CFLAGS) -MT libpcre32_la-pcre32_ord2utf32.lo -MD -MP -MF $(DEPDIR)/libpcre32_la-pcre32_ord2utf32.Tpo -c -o libpcre32_la-pcre32_ord2utf32.lo `test -f 'pcre32_ord2utf32.c' || echo '$(srcdir)/'`pcre32_ord2utf32.c
2157@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpcre32_la-pcre32_ord2utf32.Tpo $(DEPDIR)/libpcre32_la-pcre32_ord2utf32.Plo
2158@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='pcre32_ord2utf32.c' object='libpcre32_la-pcre32_ord2utf32.lo' libtool=yes @AMDEPBACKSLASH@
2159@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2160@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre32_la_CFLAGS) $(CFLAGS) -c -o libpcre32_la-pcre32_ord2utf32.lo `test -f 'pcre32_ord2utf32.c' || echo '$(srcdir)/'`pcre32_ord2utf32.c
2161
2162libpcre32_la-pcre32_refcount.lo: pcre32_refcount.c
2163@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre32_la_CFLAGS) $(CFLAGS) -MT libpcre32_la-pcre32_refcount.lo -MD -MP -MF $(DEPDIR)/libpcre32_la-pcre32_refcount.Tpo -c -o libpcre32_la-pcre32_refcount.lo `test -f 'pcre32_refcount.c' || echo '$(srcdir)/'`pcre32_refcount.c
2164@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpcre32_la-pcre32_refcount.Tpo $(DEPDIR)/libpcre32_la-pcre32_refcount.Plo
2165@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='pcre32_refcount.c' object='libpcre32_la-pcre32_refcount.lo' libtool=yes @AMDEPBACKSLASH@
2166@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2167@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre32_la_CFLAGS) $(CFLAGS) -c -o libpcre32_la-pcre32_refcount.lo `test -f 'pcre32_refcount.c' || echo '$(srcdir)/'`pcre32_refcount.c
2168
2169libpcre32_la-pcre32_string_utils.lo: pcre32_string_utils.c
2170@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre32_la_CFLAGS) $(CFLAGS) -MT libpcre32_la-pcre32_string_utils.lo -MD -MP -MF $(DEPDIR)/libpcre32_la-pcre32_string_utils.Tpo -c -o libpcre32_la-pcre32_string_utils.lo `test -f 'pcre32_string_utils.c' || echo '$(srcdir)/'`pcre32_string_utils.c
2171@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpcre32_la-pcre32_string_utils.Tpo $(DEPDIR)/libpcre32_la-pcre32_string_utils.Plo
2172@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='pcre32_string_utils.c' object='libpcre32_la-pcre32_string_utils.lo' libtool=yes @AMDEPBACKSLASH@
2173@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2174@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre32_la_CFLAGS) $(CFLAGS) -c -o libpcre32_la-pcre32_string_utils.lo `test -f 'pcre32_string_utils.c' || echo '$(srcdir)/'`pcre32_string_utils.c
2175
2176libpcre32_la-pcre32_study.lo: pcre32_study.c
2177@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre32_la_CFLAGS) $(CFLAGS) -MT libpcre32_la-pcre32_study.lo -MD -MP -MF $(DEPDIR)/libpcre32_la-pcre32_study.Tpo -c -o libpcre32_la-pcre32_study.lo `test -f 'pcre32_study.c' || echo '$(srcdir)/'`pcre32_study.c
2178@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpcre32_la-pcre32_study.Tpo $(DEPDIR)/libpcre32_la-pcre32_study.Plo
2179@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='pcre32_study.c' object='libpcre32_la-pcre32_study.lo' libtool=yes @AMDEPBACKSLASH@
2180@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2181@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre32_la_CFLAGS) $(CFLAGS) -c -o libpcre32_la-pcre32_study.lo `test -f 'pcre32_study.c' || echo '$(srcdir)/'`pcre32_study.c
2182
2183libpcre32_la-pcre32_tables.lo: pcre32_tables.c
2184@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre32_la_CFLAGS) $(CFLAGS) -MT libpcre32_la-pcre32_tables.lo -MD -MP -MF $(DEPDIR)/libpcre32_la-pcre32_tables.Tpo -c -o libpcre32_la-pcre32_tables.lo `test -f 'pcre32_tables.c' || echo '$(srcdir)/'`pcre32_tables.c
2185@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpcre32_la-pcre32_tables.Tpo $(DEPDIR)/libpcre32_la-pcre32_tables.Plo
2186@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='pcre32_tables.c' object='libpcre32_la-pcre32_tables.lo' libtool=yes @AMDEPBACKSLASH@
2187@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2188@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre32_la_CFLAGS) $(CFLAGS) -c -o libpcre32_la-pcre32_tables.lo `test -f 'pcre32_tables.c' || echo '$(srcdir)/'`pcre32_tables.c
2189
2190libpcre32_la-pcre32_ucd.lo: pcre32_ucd.c
2191@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre32_la_CFLAGS) $(CFLAGS) -MT libpcre32_la-pcre32_ucd.lo -MD -MP -MF $(DEPDIR)/libpcre32_la-pcre32_ucd.Tpo -c -o libpcre32_la-pcre32_ucd.lo `test -f 'pcre32_ucd.c' || echo '$(srcdir)/'`pcre32_ucd.c
2192@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpcre32_la-pcre32_ucd.Tpo $(DEPDIR)/libpcre32_la-pcre32_ucd.Plo
2193@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='pcre32_ucd.c' object='libpcre32_la-pcre32_ucd.lo' libtool=yes @AMDEPBACKSLASH@
2194@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2195@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre32_la_CFLAGS) $(CFLAGS) -c -o libpcre32_la-pcre32_ucd.lo `test -f 'pcre32_ucd.c' || echo '$(srcdir)/'`pcre32_ucd.c
2196
2197libpcre32_la-pcre32_utf32_utils.lo: pcre32_utf32_utils.c
2198@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre32_la_CFLAGS) $(CFLAGS) -MT libpcre32_la-pcre32_utf32_utils.lo -MD -MP -MF $(DEPDIR)/libpcre32_la-pcre32_utf32_utils.Tpo -c -o libpcre32_la-pcre32_utf32_utils.lo `test -f 'pcre32_utf32_utils.c' || echo '$(srcdir)/'`pcre32_utf32_utils.c
2199@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpcre32_la-pcre32_utf32_utils.Tpo $(DEPDIR)/libpcre32_la-pcre32_utf32_utils.Plo
2200@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='pcre32_utf32_utils.c' object='libpcre32_la-pcre32_utf32_utils.lo' libtool=yes @AMDEPBACKSLASH@
2201@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2202@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre32_la_CFLAGS) $(CFLAGS) -c -o libpcre32_la-pcre32_utf32_utils.lo `test -f 'pcre32_utf32_utils.c' || echo '$(srcdir)/'`pcre32_utf32_utils.c
2203
2204libpcre32_la-pcre32_valid_utf32.lo: pcre32_valid_utf32.c
2205@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre32_la_CFLAGS) $(CFLAGS) -MT libpcre32_la-pcre32_valid_utf32.lo -MD -MP -MF $(DEPDIR)/libpcre32_la-pcre32_valid_utf32.Tpo -c -o libpcre32_la-pcre32_valid_utf32.lo `test -f 'pcre32_valid_utf32.c' || echo '$(srcdir)/'`pcre32_valid_utf32.c
2206@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpcre32_la-pcre32_valid_utf32.Tpo $(DEPDIR)/libpcre32_la-pcre32_valid_utf32.Plo
2207@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='pcre32_valid_utf32.c' object='libpcre32_la-pcre32_valid_utf32.lo' libtool=yes @AMDEPBACKSLASH@
2208@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2209@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre32_la_CFLAGS) $(CFLAGS) -c -o libpcre32_la-pcre32_valid_utf32.lo `test -f 'pcre32_valid_utf32.c' || echo '$(srcdir)/'`pcre32_valid_utf32.c
2210
2211libpcre32_la-pcre32_version.lo: pcre32_version.c
2212@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre32_la_CFLAGS) $(CFLAGS) -MT libpcre32_la-pcre32_version.lo -MD -MP -MF $(DEPDIR)/libpcre32_la-pcre32_version.Tpo -c -o libpcre32_la-pcre32_version.lo `test -f 'pcre32_version.c' || echo '$(srcdir)/'`pcre32_version.c
2213@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpcre32_la-pcre32_version.Tpo $(DEPDIR)/libpcre32_la-pcre32_version.Plo
2214@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='pcre32_version.c' object='libpcre32_la-pcre32_version.lo' libtool=yes @AMDEPBACKSLASH@
2215@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2216@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre32_la_CFLAGS) $(CFLAGS) -c -o libpcre32_la-pcre32_version.lo `test -f 'pcre32_version.c' || echo '$(srcdir)/'`pcre32_version.c
2217
2218libpcre32_la-pcre32_xclass.lo: pcre32_xclass.c
2219@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre32_la_CFLAGS) $(CFLAGS) -MT libpcre32_la-pcre32_xclass.lo -MD -MP -MF $(DEPDIR)/libpcre32_la-pcre32_xclass.Tpo -c -o libpcre32_la-pcre32_xclass.lo `test -f 'pcre32_xclass.c' || echo '$(srcdir)/'`pcre32_xclass.c
2220@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpcre32_la-pcre32_xclass.Tpo $(DEPDIR)/libpcre32_la-pcre32_xclass.Plo
2221@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='pcre32_xclass.c' object='libpcre32_la-pcre32_xclass.lo' libtool=yes @AMDEPBACKSLASH@
2222@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2223@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre32_la_CFLAGS) $(CFLAGS) -c -o libpcre32_la-pcre32_xclass.lo `test -f 'pcre32_xclass.c' || echo '$(srcdir)/'`pcre32_xclass.c
2224
2225libpcre32_la-pcre_chartables.lo: pcre_chartables.c
2226@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre32_la_CFLAGS) $(CFLAGS) -MT libpcre32_la-pcre_chartables.lo -MD -MP -MF $(DEPDIR)/libpcre32_la-pcre_chartables.Tpo -c -o libpcre32_la-pcre_chartables.lo `test -f 'pcre_chartables.c' || echo '$(srcdir)/'`pcre_chartables.c
2227@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpcre32_la-pcre_chartables.Tpo $(DEPDIR)/libpcre32_la-pcre_chartables.Plo
2228@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='pcre_chartables.c' object='libpcre32_la-pcre_chartables.lo' libtool=yes @AMDEPBACKSLASH@
2229@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2230@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre32_la_CFLAGS) $(CFLAGS) -c -o libpcre32_la-pcre_chartables.lo `test -f 'pcre_chartables.c' || echo '$(srcdir)/'`pcre_chartables.c
2231
2232libpcreposix_la-pcreposix.lo: pcreposix.c
2233@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcreposix_la_CFLAGS) $(CFLAGS) -MT libpcreposix_la-pcreposix.lo -MD -MP -MF $(DEPDIR)/libpcreposix_la-pcreposix.Tpo -c -o libpcreposix_la-pcreposix.lo `test -f 'pcreposix.c' || echo '$(srcdir)/'`pcreposix.c
2234@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpcreposix_la-pcreposix.Tpo $(DEPDIR)/libpcreposix_la-pcreposix.Plo
2235@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='pcreposix.c' object='libpcreposix_la-pcreposix.lo' libtool=yes @AMDEPBACKSLASH@
2236@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2237@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcreposix_la_CFLAGS) $(CFLAGS) -c -o libpcreposix_la-pcreposix.lo `test -f 'pcreposix.c' || echo '$(srcdir)/'`pcreposix.c
2238
2239pcre_jit_test-pcre_jit_test.o: pcre_jit_test.c
2240@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcre_jit_test_CFLAGS) $(CFLAGS) -MT pcre_jit_test-pcre_jit_test.o -MD -MP -MF $(DEPDIR)/pcre_jit_test-pcre_jit_test.Tpo -c -o pcre_jit_test-pcre_jit_test.o `test -f 'pcre_jit_test.c' || echo '$(srcdir)/'`pcre_jit_test.c
2241@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/pcre_jit_test-pcre_jit_test.Tpo $(DEPDIR)/pcre_jit_test-pcre_jit_test.Po
2242@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='pcre_jit_test.c' object='pcre_jit_test-pcre_jit_test.o' libtool=no @AMDEPBACKSLASH@
2243@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2244@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcre_jit_test_CFLAGS) $(CFLAGS) -c -o pcre_jit_test-pcre_jit_test.o `test -f 'pcre_jit_test.c' || echo '$(srcdir)/'`pcre_jit_test.c
2245
2246pcre_jit_test-pcre_jit_test.obj: pcre_jit_test.c
2247@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcre_jit_test_CFLAGS) $(CFLAGS) -MT pcre_jit_test-pcre_jit_test.obj -MD -MP -MF $(DEPDIR)/pcre_jit_test-pcre_jit_test.Tpo -c -o pcre_jit_test-pcre_jit_test.obj `if test -f 'pcre_jit_test.c'; then $(CYGPATH_W) 'pcre_jit_test.c'; else $(CYGPATH_W) '$(srcdir)/pcre_jit_test.c'; fi`
2248@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/pcre_jit_test-pcre_jit_test.Tpo $(DEPDIR)/pcre_jit_test-pcre_jit_test.Po
2249@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='pcre_jit_test.c' object='pcre_jit_test-pcre_jit_test.obj' libtool=no @AMDEPBACKSLASH@
2250@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2251@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcre_jit_test_CFLAGS) $(CFLAGS) -c -o pcre_jit_test-pcre_jit_test.obj `if test -f 'pcre_jit_test.c'; then $(CYGPATH_W) 'pcre_jit_test.c'; else $(CYGPATH_W) '$(srcdir)/pcre_jit_test.c'; fi`
2252
2253pcregrep-pcregrep.o: pcregrep.c
2254@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcregrep_CFLAGS) $(CFLAGS) -MT pcregrep-pcregrep.o -MD -MP -MF $(DEPDIR)/pcregrep-pcregrep.Tpo -c -o pcregrep-pcregrep.o `test -f 'pcregrep.c' || echo '$(srcdir)/'`pcregrep.c
2255@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/pcregrep-pcregrep.Tpo $(DEPDIR)/pcregrep-pcregrep.Po
2256@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='pcregrep.c' object='pcregrep-pcregrep.o' libtool=no @AMDEPBACKSLASH@
2257@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2258@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcregrep_CFLAGS) $(CFLAGS) -c -o pcregrep-pcregrep.o `test -f 'pcregrep.c' || echo '$(srcdir)/'`pcregrep.c
2259
2260pcregrep-pcregrep.obj: pcregrep.c
2261@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcregrep_CFLAGS) $(CFLAGS) -MT pcregrep-pcregrep.obj -MD -MP -MF $(DEPDIR)/pcregrep-pcregrep.Tpo -c -o pcregrep-pcregrep.obj `if test -f 'pcregrep.c'; then $(CYGPATH_W) 'pcregrep.c'; else $(CYGPATH_W) '$(srcdir)/pcregrep.c'; fi`
2262@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/pcregrep-pcregrep.Tpo $(DEPDIR)/pcregrep-pcregrep.Po
2263@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='pcregrep.c' object='pcregrep-pcregrep.obj' libtool=no @AMDEPBACKSLASH@
2264@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2265@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcregrep_CFLAGS) $(CFLAGS) -c -o pcregrep-pcregrep.obj `if test -f 'pcregrep.c'; then $(CYGPATH_W) 'pcregrep.c'; else $(CYGPATH_W) '$(srcdir)/pcregrep.c'; fi`
2266
2267pcretest-pcretest.o: pcretest.c
2268@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcretest_CFLAGS) $(CFLAGS) -MT pcretest-pcretest.o -MD -MP -MF $(DEPDIR)/pcretest-pcretest.Tpo -c -o pcretest-pcretest.o `test -f 'pcretest.c' || echo '$(srcdir)/'`pcretest.c
2269@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/pcretest-pcretest.Tpo $(DEPDIR)/pcretest-pcretest.Po
2270@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='pcretest.c' object='pcretest-pcretest.o' libtool=no @AMDEPBACKSLASH@
2271@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2272@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcretest_CFLAGS) $(CFLAGS) -c -o pcretest-pcretest.o `test -f 'pcretest.c' || echo '$(srcdir)/'`pcretest.c
2273
2274pcretest-pcretest.obj: pcretest.c
2275@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcretest_CFLAGS) $(CFLAGS) -MT pcretest-pcretest.obj -MD -MP -MF $(DEPDIR)/pcretest-pcretest.Tpo -c -o pcretest-pcretest.obj `if test -f 'pcretest.c'; then $(CYGPATH_W) 'pcretest.c'; else $(CYGPATH_W) '$(srcdir)/pcretest.c'; fi`
2276@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/pcretest-pcretest.Tpo $(DEPDIR)/pcretest-pcretest.Po
2277@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='pcretest.c' object='pcretest-pcretest.obj' libtool=no @AMDEPBACKSLASH@
2278@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2279@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcretest_CFLAGS) $(CFLAGS) -c -o pcretest-pcretest.obj `if test -f 'pcretest.c'; then $(CYGPATH_W) 'pcretest.c'; else $(CYGPATH_W) '$(srcdir)/pcretest.c'; fi`
2280
2281pcretest-pcre_printint.o: pcre_printint.c
2282@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcretest_CFLAGS) $(CFLAGS) -MT pcretest-pcre_printint.o -MD -MP -MF $(DEPDIR)/pcretest-pcre_printint.Tpo -c -o pcretest-pcre_printint.o `test -f 'pcre_printint.c' || echo '$(srcdir)/'`pcre_printint.c
2283@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/pcretest-pcre_printint.Tpo $(DEPDIR)/pcretest-pcre_printint.Po
2284@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='pcre_printint.c' object='pcretest-pcre_printint.o' libtool=no @AMDEPBACKSLASH@
2285@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2286@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcretest_CFLAGS) $(CFLAGS) -c -o pcretest-pcre_printint.o `test -f 'pcre_printint.c' || echo '$(srcdir)/'`pcre_printint.c
2287
2288pcretest-pcre_printint.obj: pcre_printint.c
2289@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcretest_CFLAGS) $(CFLAGS) -MT pcretest-pcre_printint.obj -MD -MP -MF $(DEPDIR)/pcretest-pcre_printint.Tpo -c -o pcretest-pcre_printint.obj `if test -f 'pcre_printint.c'; then $(CYGPATH_W) 'pcre_printint.c'; else $(CYGPATH_W) '$(srcdir)/pcre_printint.c'; fi`
2290@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/pcretest-pcre_printint.Tpo $(DEPDIR)/pcretest-pcre_printint.Po
2291@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='pcre_printint.c' object='pcretest-pcre_printint.obj' libtool=no @AMDEPBACKSLASH@
2292@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2293@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcretest_CFLAGS) $(CFLAGS) -c -o pcretest-pcre_printint.obj `if test -f 'pcre_printint.c'; then $(CYGPATH_W) 'pcre_printint.c'; else $(CYGPATH_W) '$(srcdir)/pcre_printint.c'; fi`
2294
2295pcretest-pcre16_printint.o: pcre16_printint.c
2296@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcretest_CFLAGS) $(CFLAGS) -MT pcretest-pcre16_printint.o -MD -MP -MF $(DEPDIR)/pcretest-pcre16_printint.Tpo -c -o pcretest-pcre16_printint.o `test -f 'pcre16_printint.c' || echo '$(srcdir)/'`pcre16_printint.c
2297@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/pcretest-pcre16_printint.Tpo $(DEPDIR)/pcretest-pcre16_printint.Po
2298@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='pcre16_printint.c' object='pcretest-pcre16_printint.o' libtool=no @AMDEPBACKSLASH@
2299@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2300@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcretest_CFLAGS) $(CFLAGS) -c -o pcretest-pcre16_printint.o `test -f 'pcre16_printint.c' || echo '$(srcdir)/'`pcre16_printint.c
2301
2302pcretest-pcre16_printint.obj: pcre16_printint.c
2303@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcretest_CFLAGS) $(CFLAGS) -MT pcretest-pcre16_printint.obj -MD -MP -MF $(DEPDIR)/pcretest-pcre16_printint.Tpo -c -o pcretest-pcre16_printint.obj `if test -f 'pcre16_printint.c'; then $(CYGPATH_W) 'pcre16_printint.c'; else $(CYGPATH_W) '$(srcdir)/pcre16_printint.c'; fi`
2304@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/pcretest-pcre16_printint.Tpo $(DEPDIR)/pcretest-pcre16_printint.Po
2305@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='pcre16_printint.c' object='pcretest-pcre16_printint.obj' libtool=no @AMDEPBACKSLASH@
2306@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2307@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcretest_CFLAGS) $(CFLAGS) -c -o pcretest-pcre16_printint.obj `if test -f 'pcre16_printint.c'; then $(CYGPATH_W) 'pcre16_printint.c'; else $(CYGPATH_W) '$(srcdir)/pcre16_printint.c'; fi`
2308
2309pcretest-pcre32_printint.o: pcre32_printint.c
2310@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcretest_CFLAGS) $(CFLAGS) -MT pcretest-pcre32_printint.o -MD -MP -MF $(DEPDIR)/pcretest-pcre32_printint.Tpo -c -o pcretest-pcre32_printint.o `test -f 'pcre32_printint.c' || echo '$(srcdir)/'`pcre32_printint.c
2311@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/pcretest-pcre32_printint.Tpo $(DEPDIR)/pcretest-pcre32_printint.Po
2312@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='pcre32_printint.c' object='pcretest-pcre32_printint.o' libtool=no @AMDEPBACKSLASH@
2313@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2314@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcretest_CFLAGS) $(CFLAGS) -c -o pcretest-pcre32_printint.o `test -f 'pcre32_printint.c' || echo '$(srcdir)/'`pcre32_printint.c
2315
2316pcretest-pcre32_printint.obj: pcre32_printint.c
2317@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcretest_CFLAGS) $(CFLAGS) -MT pcretest-pcre32_printint.obj -MD -MP -MF $(DEPDIR)/pcretest-pcre32_printint.Tpo -c -o pcretest-pcre32_printint.obj `if test -f 'pcre32_printint.c'; then $(CYGPATH_W) 'pcre32_printint.c'; else $(CYGPATH_W) '$(srcdir)/pcre32_printint.c'; fi`
2318@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/pcretest-pcre32_printint.Tpo $(DEPDIR)/pcretest-pcre32_printint.Po
2319@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='pcre32_printint.c' object='pcretest-pcre32_printint.obj' libtool=no @AMDEPBACKSLASH@
2320@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2321@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcretest_CFLAGS) $(CFLAGS) -c -o pcretest-pcre32_printint.obj `if test -f 'pcre32_printint.c'; then $(CYGPATH_W) 'pcre32_printint.c'; else $(CYGPATH_W) '$(srcdir)/pcre32_printint.c'; fi`
2322
2323.cc.o:
2324@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
2325@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
2326@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
2327@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2328@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $<
2329
2330.cc.obj:
2331@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
2332@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
2333@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
2334@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2335@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
2336
2337.cc.lo:
2338@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
2339@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
2340@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
2341@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2342@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $<
2343
2344libpcrecpp_la-pcrecpp.lo: pcrecpp.cc
2345@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcrecpp_la_CXXFLAGS) $(CXXFLAGS) -MT libpcrecpp_la-pcrecpp.lo -MD -MP -MF $(DEPDIR)/libpcrecpp_la-pcrecpp.Tpo -c -o libpcrecpp_la-pcrecpp.lo `test -f 'pcrecpp.cc' || echo '$(srcdir)/'`pcrecpp.cc
2346@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpcrecpp_la-pcrecpp.Tpo $(DEPDIR)/libpcrecpp_la-pcrecpp.Plo
2347@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='pcrecpp.cc' object='libpcrecpp_la-pcrecpp.lo' libtool=yes @AMDEPBACKSLASH@
2348@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2349@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcrecpp_la_CXXFLAGS) $(CXXFLAGS) -c -o libpcrecpp_la-pcrecpp.lo `test -f 'pcrecpp.cc' || echo '$(srcdir)/'`pcrecpp.cc
2350
2351libpcrecpp_la-pcre_scanner.lo: pcre_scanner.cc
2352@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcrecpp_la_CXXFLAGS) $(CXXFLAGS) -MT libpcrecpp_la-pcre_scanner.lo -MD -MP -MF $(DEPDIR)/libpcrecpp_la-pcre_scanner.Tpo -c -o libpcrecpp_la-pcre_scanner.lo `test -f 'pcre_scanner.cc' || echo '$(srcdir)/'`pcre_scanner.cc
2353@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpcrecpp_la-pcre_scanner.Tpo $(DEPDIR)/libpcrecpp_la-pcre_scanner.Plo
2354@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='pcre_scanner.cc' object='libpcrecpp_la-pcre_scanner.lo' libtool=yes @AMDEPBACKSLASH@
2355@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2356@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcrecpp_la_CXXFLAGS) $(CXXFLAGS) -c -o libpcrecpp_la-pcre_scanner.lo `test -f 'pcre_scanner.cc' || echo '$(srcdir)/'`pcre_scanner.cc
2357
2358libpcrecpp_la-pcre_stringpiece.lo: pcre_stringpiece.cc
2359@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcrecpp_la_CXXFLAGS) $(CXXFLAGS) -MT libpcrecpp_la-pcre_stringpiece.lo -MD -MP -MF $(DEPDIR)/libpcrecpp_la-pcre_stringpiece.Tpo -c -o libpcrecpp_la-pcre_stringpiece.lo `test -f 'pcre_stringpiece.cc' || echo '$(srcdir)/'`pcre_stringpiece.cc
2360@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpcrecpp_la-pcre_stringpiece.Tpo $(DEPDIR)/libpcrecpp_la-pcre_stringpiece.Plo
2361@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='pcre_stringpiece.cc' object='libpcrecpp_la-pcre_stringpiece.lo' libtool=yes @AMDEPBACKSLASH@
2362@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2363@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcrecpp_la_CXXFLAGS) $(CXXFLAGS) -c -o libpcrecpp_la-pcre_stringpiece.lo `test -f 'pcre_stringpiece.cc' || echo '$(srcdir)/'`pcre_stringpiece.cc
2364
2365pcre_scanner_unittest-pcre_scanner_unittest.o: pcre_scanner_unittest.cc
2366@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcre_scanner_unittest_CXXFLAGS) $(CXXFLAGS) -MT pcre_scanner_unittest-pcre_scanner_unittest.o -MD -MP -MF $(DEPDIR)/pcre_scanner_unittest-pcre_scanner_unittest.Tpo -c -o pcre_scanner_unittest-pcre_scanner_unittest.o `test -f 'pcre_scanner_unittest.cc' || echo '$(srcdir)/'`pcre_scanner_unittest.cc
2367@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/pcre_scanner_unittest-pcre_scanner_unittest.Tpo $(DEPDIR)/pcre_scanner_unittest-pcre_scanner_unittest.Po
2368@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='pcre_scanner_unittest.cc' object='pcre_scanner_unittest-pcre_scanner_unittest.o' libtool=no @AMDEPBACKSLASH@
2369@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2370@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcre_scanner_unittest_CXXFLAGS) $(CXXFLAGS) -c -o pcre_scanner_unittest-pcre_scanner_unittest.o `test -f 'pcre_scanner_unittest.cc' || echo '$(srcdir)/'`pcre_scanner_unittest.cc
2371
2372pcre_scanner_unittest-pcre_scanner_unittest.obj: pcre_scanner_unittest.cc
2373@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcre_scanner_unittest_CXXFLAGS) $(CXXFLAGS) -MT pcre_scanner_unittest-pcre_scanner_unittest.obj -MD -MP -MF $(DEPDIR)/pcre_scanner_unittest-pcre_scanner_unittest.Tpo -c -o pcre_scanner_unittest-pcre_scanner_unittest.obj `if test -f 'pcre_scanner_unittest.cc'; then $(CYGPATH_W) 'pcre_scanner_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/pcre_scanner_unittest.cc'; fi`
2374@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/pcre_scanner_unittest-pcre_scanner_unittest.Tpo $(DEPDIR)/pcre_scanner_unittest-pcre_scanner_unittest.Po
2375@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='pcre_scanner_unittest.cc' object='pcre_scanner_unittest-pcre_scanner_unittest.obj' libtool=no @AMDEPBACKSLASH@
2376@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2377@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcre_scanner_unittest_CXXFLAGS) $(CXXFLAGS) -c -o pcre_scanner_unittest-pcre_scanner_unittest.obj `if test -f 'pcre_scanner_unittest.cc'; then $(CYGPATH_W) 'pcre_scanner_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/pcre_scanner_unittest.cc'; fi`
2378
2379pcre_stringpiece_unittest-pcre_stringpiece_unittest.o: pcre_stringpiece_unittest.cc
2380@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcre_stringpiece_unittest_CXXFLAGS) $(CXXFLAGS) -MT pcre_stringpiece_unittest-pcre_stringpiece_unittest.o -MD -MP -MF $(DEPDIR)/pcre_stringpiece_unittest-pcre_stringpiece_unittest.Tpo -c -o pcre_stringpiece_unittest-pcre_stringpiece_unittest.o `test -f 'pcre_stringpiece_unittest.cc' || echo '$(srcdir)/'`pcre_stringpiece_unittest.cc
2381@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/pcre_stringpiece_unittest-pcre_stringpiece_unittest.Tpo $(DEPDIR)/pcre_stringpiece_unittest-pcre_stringpiece_unittest.Po
2382@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='pcre_stringpiece_unittest.cc' object='pcre_stringpiece_unittest-pcre_stringpiece_unittest.o' libtool=no @AMDEPBACKSLASH@
2383@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2384@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcre_stringpiece_unittest_CXXFLAGS) $(CXXFLAGS) -c -o pcre_stringpiece_unittest-pcre_stringpiece_unittest.o `test -f 'pcre_stringpiece_unittest.cc' || echo '$(srcdir)/'`pcre_stringpiece_unittest.cc
2385
2386pcre_stringpiece_unittest-pcre_stringpiece_unittest.obj: pcre_stringpiece_unittest.cc
2387@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcre_stringpiece_unittest_CXXFLAGS) $(CXXFLAGS) -MT pcre_stringpiece_unittest-pcre_stringpiece_unittest.obj -MD -MP -MF $(DEPDIR)/pcre_stringpiece_unittest-pcre_stringpiece_unittest.Tpo -c -o pcre_stringpiece_unittest-pcre_stringpiece_unittest.obj `if test -f 'pcre_stringpiece_unittest.cc'; then $(CYGPATH_W) 'pcre_stringpiece_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/pcre_stringpiece_unittest.cc'; fi`
2388@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/pcre_stringpiece_unittest-pcre_stringpiece_unittest.Tpo $(DEPDIR)/pcre_stringpiece_unittest-pcre_stringpiece_unittest.Po
2389@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='pcre_stringpiece_unittest.cc' object='pcre_stringpiece_unittest-pcre_stringpiece_unittest.obj' libtool=no @AMDEPBACKSLASH@
2390@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2391@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcre_stringpiece_unittest_CXXFLAGS) $(CXXFLAGS) -c -o pcre_stringpiece_unittest-pcre_stringpiece_unittest.obj `if test -f 'pcre_stringpiece_unittest.cc'; then $(CYGPATH_W) 'pcre_stringpiece_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/pcre_stringpiece_unittest.cc'; fi`
2392
2393pcrecpp_unittest-pcrecpp_unittest.o: pcrecpp_unittest.cc
2394@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcrecpp_unittest_CXXFLAGS) $(CXXFLAGS) -MT pcrecpp_unittest-pcrecpp_unittest.o -MD -MP -MF $(DEPDIR)/pcrecpp_unittest-pcrecpp_unittest.Tpo -c -o pcrecpp_unittest-pcrecpp_unittest.o `test -f 'pcrecpp_unittest.cc' || echo '$(srcdir)/'`pcrecpp_unittest.cc
2395@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/pcrecpp_unittest-pcrecpp_unittest.Tpo $(DEPDIR)/pcrecpp_unittest-pcrecpp_unittest.Po
2396@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='pcrecpp_unittest.cc' object='pcrecpp_unittest-pcrecpp_unittest.o' libtool=no @AMDEPBACKSLASH@
2397@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2398@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcrecpp_unittest_CXXFLAGS) $(CXXFLAGS) -c -o pcrecpp_unittest-pcrecpp_unittest.o `test -f 'pcrecpp_unittest.cc' || echo '$(srcdir)/'`pcrecpp_unittest.cc
2399
2400pcrecpp_unittest-pcrecpp_unittest.obj: pcrecpp_unittest.cc
2401@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcrecpp_unittest_CXXFLAGS) $(CXXFLAGS) -MT pcrecpp_unittest-pcrecpp_unittest.obj -MD -MP -MF $(DEPDIR)/pcrecpp_unittest-pcrecpp_unittest.Tpo -c -o pcrecpp_unittest-pcrecpp_unittest.obj `if test -f 'pcrecpp_unittest.cc'; then $(CYGPATH_W) 'pcrecpp_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/pcrecpp_unittest.cc'; fi`
2402@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/pcrecpp_unittest-pcrecpp_unittest.Tpo $(DEPDIR)/pcrecpp_unittest-pcrecpp_unittest.Po
2403@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='pcrecpp_unittest.cc' object='pcrecpp_unittest-pcrecpp_unittest.obj' libtool=no @AMDEPBACKSLASH@
2404@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2405@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcrecpp_unittest_CXXFLAGS) $(CXXFLAGS) -c -o pcrecpp_unittest-pcrecpp_unittest.obj `if test -f 'pcrecpp_unittest.cc'; then $(CYGPATH_W) 'pcrecpp_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/pcrecpp_unittest.cc'; fi`
2406
2407mostlyclean-libtool:
2408	-rm -f *.lo
2409
2410clean-libtool:
2411	-rm -rf .libs _libs
2412
2413distclean-libtool:
2414	-rm -f libtool config.lt
2415install-man1: $(dist_man_MANS) $(man_MANS)
2416	@$(NORMAL_INSTALL)
2417	@list1=''; \
2418	list2='$(dist_man_MANS) $(man_MANS)'; \
2419	test -n "$(man1dir)" \
2420	  && test -n "`echo $$list1$$list2`" \
2421	  || exit 0; \
2422	echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
2423	$(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \
2424	{ for i in $$list1; do echo "$$i"; done;  \
2425	if test -n "$$list2"; then \
2426	  for i in $$list2; do echo "$$i"; done \
2427	    | sed -n '/\.1[a-z]*$$/p'; \
2428	fi; \
2429	} | while read p; do \
2430	  if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
2431	  echo "$$d$$p"; echo "$$p"; \
2432	done | \
2433	sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
2434	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
2435	sed 'N;N;s,\n, ,g' | { \
2436	list=; while read file base inst; do \
2437	  if test "$$base" = "$$inst"; then list="$$list $$file"; else \
2438	    echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
2439	    $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
2440	  fi; \
2441	done; \
2442	for i in $$list; do echo "$$i"; done | $(am__base_list) | \
2443	while read files; do \
2444	  test -z "$$files" || { \
2445	    echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
2446	    $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
2447	done; }
2448
2449uninstall-man1:
2450	@$(NORMAL_UNINSTALL)
2451	@list=''; test -n "$(man1dir)" || exit 0; \
2452	files=`{ for i in $$list; do echo "$$i"; done; \
2453	l2='$(dist_man_MANS) $(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
2454	  sed -n '/\.1[a-z]*$$/p'; \
2455	} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
2456	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
2457	dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
2458install-man3: $(dist_man_MANS) $(man_MANS)
2459	@$(NORMAL_INSTALL)
2460	@list1=''; \
2461	list2='$(dist_man_MANS) $(man_MANS)'; \
2462	test -n "$(man3dir)" \
2463	  && test -n "`echo $$list1$$list2`" \
2464	  || exit 0; \
2465	echo " $(MKDIR_P) '$(DESTDIR)$(man3dir)'"; \
2466	$(MKDIR_P) "$(DESTDIR)$(man3dir)" || exit 1; \
2467	{ for i in $$list1; do echo "$$i"; done;  \
2468	if test -n "$$list2"; then \
2469	  for i in $$list2; do echo "$$i"; done \
2470	    | sed -n '/\.3[a-z]*$$/p'; \
2471	fi; \
2472	} | while read p; do \
2473	  if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
2474	  echo "$$d$$p"; echo "$$p"; \
2475	done | \
2476	sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \
2477	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
2478	sed 'N;N;s,\n, ,g' | { \
2479	list=; while read file base inst; do \
2480	  if test "$$base" = "$$inst"; then list="$$list $$file"; else \
2481	    echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man3dir)/$$inst'"; \
2482	    $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man3dir)/$$inst" || exit $$?; \
2483	  fi; \
2484	done; \
2485	for i in $$list; do echo "$$i"; done | $(am__base_list) | \
2486	while read files; do \
2487	  test -z "$$files" || { \
2488	    echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man3dir)'"; \
2489	    $(INSTALL_DATA) $$files "$(DESTDIR)$(man3dir)" || exit $$?; }; \
2490	done; }
2491
2492uninstall-man3:
2493	@$(NORMAL_UNINSTALL)
2494	@list=''; test -n "$(man3dir)" || exit 0; \
2495	files=`{ for i in $$list; do echo "$$i"; done; \
2496	l2='$(dist_man_MANS) $(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
2497	  sed -n '/\.3[a-z]*$$/p'; \
2498	} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \
2499	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
2500	dir='$(DESTDIR)$(man3dir)'; $(am__uninstall_files_from_dir)
2501install-dist_docDATA: $(dist_doc_DATA)
2502	@$(NORMAL_INSTALL)
2503	@list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \
2504	if test -n "$$list"; then \
2505	  echo " $(MKDIR_P) '$(DESTDIR)$(docdir)'"; \
2506	  $(MKDIR_P) "$(DESTDIR)$(docdir)" || exit 1; \
2507	fi; \
2508	for p in $$list; do \
2509	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2510	  echo "$$d$$p"; \
2511	done | $(am__base_list) | \
2512	while read files; do \
2513	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(docdir)'"; \
2514	  $(INSTALL_DATA) $$files "$(DESTDIR)$(docdir)" || exit $$?; \
2515	done
2516
2517uninstall-dist_docDATA:
2518	@$(NORMAL_UNINSTALL)
2519	@list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \
2520	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2521	dir='$(DESTDIR)$(docdir)'; $(am__uninstall_files_from_dir)
2522install-dist_htmlDATA: $(dist_html_DATA)
2523	@$(NORMAL_INSTALL)
2524	@list='$(dist_html_DATA)'; test -n "$(htmldir)" || list=; \
2525	if test -n "$$list"; then \
2526	  echo " $(MKDIR_P) '$(DESTDIR)$(htmldir)'"; \
2527	  $(MKDIR_P) "$(DESTDIR)$(htmldir)" || exit 1; \
2528	fi; \
2529	for p in $$list; do \
2530	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2531	  echo "$$d$$p"; \
2532	done | $(am__base_list) | \
2533	while read files; do \
2534	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(htmldir)'"; \
2535	  $(INSTALL_DATA) $$files "$(DESTDIR)$(htmldir)" || exit $$?; \
2536	done
2537
2538uninstall-dist_htmlDATA:
2539	@$(NORMAL_UNINSTALL)
2540	@list='$(dist_html_DATA)'; test -n "$(htmldir)" || list=; \
2541	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2542	dir='$(DESTDIR)$(htmldir)'; $(am__uninstall_files_from_dir)
2543install-htmlDATA: $(html_DATA)
2544	@$(NORMAL_INSTALL)
2545	@list='$(html_DATA)'; test -n "$(htmldir)" || list=; \
2546	if test -n "$$list"; then \
2547	  echo " $(MKDIR_P) '$(DESTDIR)$(htmldir)'"; \
2548	  $(MKDIR_P) "$(DESTDIR)$(htmldir)" || exit 1; \
2549	fi; \
2550	for p in $$list; do \
2551	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2552	  echo "$$d$$p"; \
2553	done | $(am__base_list) | \
2554	while read files; do \
2555	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(htmldir)'"; \
2556	  $(INSTALL_DATA) $$files "$(DESTDIR)$(htmldir)" || exit $$?; \
2557	done
2558
2559uninstall-htmlDATA:
2560	@$(NORMAL_UNINSTALL)
2561	@list='$(html_DATA)'; test -n "$(htmldir)" || list=; \
2562	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2563	dir='$(DESTDIR)$(htmldir)'; $(am__uninstall_files_from_dir)
2564install-pkgconfigDATA: $(pkgconfig_DATA)
2565	@$(NORMAL_INSTALL)
2566	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
2567	if test -n "$$list"; then \
2568	  echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \
2569	  $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \
2570	fi; \
2571	for p in $$list; do \
2572	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2573	  echo "$$d$$p"; \
2574	done | $(am__base_list) | \
2575	while read files; do \
2576	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
2577	  $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
2578	done
2579
2580uninstall-pkgconfigDATA:
2581	@$(NORMAL_UNINSTALL)
2582	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
2583	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2584	dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
2585install-includeHEADERS: $(include_HEADERS)
2586	@$(NORMAL_INSTALL)
2587	@list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
2588	if test -n "$$list"; then \
2589	  echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \
2590	  $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \
2591	fi; \
2592	for p in $$list; do \
2593	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2594	  echo "$$d$$p"; \
2595	done | $(am__base_list) | \
2596	while read files; do \
2597	  echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \
2598	  $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \
2599	done
2600
2601uninstall-includeHEADERS:
2602	@$(NORMAL_UNINSTALL)
2603	@list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
2604	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2605	dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
2606install-nodist_includeHEADERS: $(nodist_include_HEADERS)
2607	@$(NORMAL_INSTALL)
2608	@list='$(nodist_include_HEADERS)'; test -n "$(includedir)" || list=; \
2609	if test -n "$$list"; then \
2610	  echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \
2611	  $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \
2612	fi; \
2613	for p in $$list; do \
2614	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2615	  echo "$$d$$p"; \
2616	done | $(am__base_list) | \
2617	while read files; do \
2618	  echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \
2619	  $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \
2620	done
2621
2622uninstall-nodist_includeHEADERS:
2623	@$(NORMAL_UNINSTALL)
2624	@list='$(nodist_include_HEADERS)'; test -n "$(includedir)" || list=; \
2625	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2626	dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
2627
2628ID: $(am__tagged_files)
2629	$(am__define_uniq_tagged_files); mkid -fID $$unique
2630tags: tags-am
2631TAGS: tags
2632
2633tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
2634	set x; \
2635	here=`pwd`; \
2636	$(am__define_uniq_tagged_files); \
2637	shift; \
2638	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
2639	  test -n "$$unique" || unique=$$empty_fix; \
2640	  if test $$# -gt 0; then \
2641	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
2642	      "$$@" $$unique; \
2643	  else \
2644	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
2645	      $$unique; \
2646	  fi; \
2647	fi
2648ctags: ctags-am
2649
2650CTAGS: ctags
2651ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
2652	$(am__define_uniq_tagged_files); \
2653	test -z "$(CTAGS_ARGS)$$unique" \
2654	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
2655	     $$unique
2656
2657GTAGS:
2658	here=`$(am__cd) $(top_builddir) && pwd` \
2659	  && $(am__cd) $(top_srcdir) \
2660	  && gtags -i $(GTAGS_ARGS) "$$here"
2661cscope: cscope.files
2662	test ! -s cscope.files \
2663	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
2664clean-cscope:
2665	-rm -f cscope.files
2666cscope.files: clean-cscope cscopelist
2667cscopelist: cscopelist-am
2668
2669cscopelist-am: $(am__tagged_files)
2670	list='$(am__tagged_files)'; \
2671	case "$(srcdir)" in \
2672	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
2673	  *) sdir=$(subdir)/$(srcdir) ;; \
2674	esac; \
2675	for i in $$list; do \
2676	  if test -f "$$i"; then \
2677	    echo "$(subdir)/$$i"; \
2678	  else \
2679	    echo "$$sdir/$$i"; \
2680	  fi; \
2681	done >> $(top_builddir)/cscope.files
2682
2683distclean-tags:
2684	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
2685	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
2686
2687# Recover from deleted '.trs' file; this should ensure that
2688# "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create
2689# both 'foo.log' and 'foo.trs'.  Break the recipe in two subshells
2690# to avoid problems with "make -n".
2691.log.trs:
2692	rm -f $< $@
2693	$(MAKE) $(AM_MAKEFLAGS) $<
2694
2695# Leading 'am--fnord' is there to ensure the list of targets does not
2696# expand to empty, as could happen e.g. with make check TESTS=''.
2697am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck)
2698am--force-recheck:
2699	@:
2700
2701$(TEST_SUITE_LOG): $(TEST_LOGS)
2702	@$(am__set_TESTS_bases); \
2703	am__f_ok () { test -f "$$1" && test -r "$$1"; }; \
2704	redo_bases=`for i in $$bases; do \
2705	              am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \
2706	            done`; \
2707	if test -n "$$redo_bases"; then \
2708	  redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
2709	  redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
2710	  if $(am__make_dryrun); then :; else \
2711	    rm -f $$redo_logs && rm -f $$redo_results || exit 1; \
2712	  fi; \
2713	fi; \
2714	if test -n "$$am__remaking_logs"; then \
2715	  echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \
2716	       "recursion detected" >&2; \
2717	elif test -n "$$redo_logs"; then \
2718	  am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \
2719	fi; \
2720	if $(am__make_dryrun); then :; else \
2721	  st=0;  \
2722	  errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \
2723	  for i in $$redo_bases; do \
2724	    test -f $$i.trs && test -r $$i.trs \
2725	      || { echo "$$errmsg $$i.trs" >&2; st=1; }; \
2726	    test -f $$i.log && test -r $$i.log \
2727	      || { echo "$$errmsg $$i.log" >&2; st=1; }; \
2728	  done; \
2729	  test $$st -eq 0 || exit 1; \
2730	fi
2731	@$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \
2732	ws='[ 	]'; \
2733	results=`for b in $$bases; do echo $$b.trs; done`; \
2734	test -n "$$results" || results=/dev/null; \
2735	all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
2736	pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
2737	fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
2738	skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
2739	xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
2740	xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
2741	error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
2742	if test `expr $$fail + $$xpass + $$error` -eq 0; then \
2743	  success=true; \
2744	else \
2745	  success=false; \
2746	fi; \
2747	br='==================='; br=$$br$$br$$br$$br; \
2748	result_count () \
2749	{ \
2750	    if test x"$$1" = x"--maybe-color"; then \
2751	      maybe_colorize=yes; \
2752	    elif test x"$$1" = x"--no-color"; then \
2753	      maybe_colorize=no; \
2754	    else \
2755	      echo "$@: invalid 'result_count' usage" >&2; exit 4; \
2756	    fi; \
2757	    shift; \
2758	    desc=$$1 count=$$2; \
2759	    if test $$maybe_colorize = yes && test $$count -gt 0; then \
2760	      color_start=$$3 color_end=$$std; \
2761	    else \
2762	      color_start= color_end=; \
2763	    fi; \
2764	    echo "$${color_start}# $$desc $$count$${color_end}"; \
2765	}; \
2766	create_testsuite_report () \
2767	{ \
2768	  result_count $$1 "TOTAL:" $$all   "$$brg"; \
2769	  result_count $$1 "PASS: " $$pass  "$$grn"; \
2770	  result_count $$1 "SKIP: " $$skip  "$$blu"; \
2771	  result_count $$1 "XFAIL:" $$xfail "$$lgn"; \
2772	  result_count $$1 "FAIL: " $$fail  "$$red"; \
2773	  result_count $$1 "XPASS:" $$xpass "$$red"; \
2774	  result_count $$1 "ERROR:" $$error "$$mgn"; \
2775	}; \
2776	{								\
2777	  echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" |	\
2778	    $(am__rst_title);						\
2779	  create_testsuite_report --no-color;				\
2780	  echo;								\
2781	  echo ".. contents:: :depth: 2";				\
2782	  echo;								\
2783	  for b in $$bases; do echo $$b; done				\
2784	    | $(am__create_global_log);					\
2785	} >$(TEST_SUITE_LOG).tmp || exit 1;				\
2786	mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG);			\
2787	if $$success; then						\
2788	  col="$$grn";							\
2789	 else								\
2790	  col="$$red";							\
2791	  test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG);		\
2792	fi;								\
2793	echo "$${col}$$br$${std}"; 					\
2794	echo "$${col}Testsuite summary"$(AM_TESTSUITE_SUMMARY_HEADER)"$${std}";	\
2795	echo "$${col}$$br$${std}"; 					\
2796	create_testsuite_report --maybe-color;				\
2797	echo "$$col$$br$$std";						\
2798	if $$success; then :; else					\
2799	  echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}";		\
2800	  if test -n "$(PACKAGE_BUGREPORT)"; then			\
2801	    echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}";	\
2802	  fi;								\
2803	  echo "$$col$$br$$std";					\
2804	fi;								\
2805	$$success || exit 1
2806
2807check-TESTS: $(check_SCRIPTS)
2808	@list='$(RECHECK_LOGS)';           test -z "$$list" || rm -f $$list
2809	@list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list
2810	@test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
2811	@set +e; $(am__set_TESTS_bases); \
2812	log_list=`for i in $$bases; do echo $$i.log; done`; \
2813	trs_list=`for i in $$bases; do echo $$i.trs; done`; \
2814	log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
2815	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
2816	exit $$?;
2817recheck: all $(check_SCRIPTS)
2818	@test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
2819	@set +e; $(am__set_TESTS_bases); \
2820	bases=`for i in $$bases; do echo $$i; done \
2821	         | $(am__list_recheck_tests)` || exit 1; \
2822	log_list=`for i in $$bases; do echo $$i.log; done`; \
2823	log_list=`echo $$log_list`; \
2824	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
2825	        am__force_recheck=am--force-recheck \
2826	        TEST_LOGS="$$log_list"; \
2827	exit $$?
2828pcre_jit_test.log: pcre_jit_test$(EXEEXT)
2829	@p='pcre_jit_test$(EXEEXT)'; \
2830	b='pcre_jit_test'; \
2831	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2832	--log-file $$b.log --trs-file $$b.trs \
2833	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2834	"$$tst" $(AM_TESTS_FD_REDIRECT)
2835pcrecpp_unittest.log: pcrecpp_unittest$(EXEEXT)
2836	@p='pcrecpp_unittest$(EXEEXT)'; \
2837	b='pcrecpp_unittest'; \
2838	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2839	--log-file $$b.log --trs-file $$b.trs \
2840	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2841	"$$tst" $(AM_TESTS_FD_REDIRECT)
2842pcre_scanner_unittest.log: pcre_scanner_unittest$(EXEEXT)
2843	@p='pcre_scanner_unittest$(EXEEXT)'; \
2844	b='pcre_scanner_unittest'; \
2845	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2846	--log-file $$b.log --trs-file $$b.trs \
2847	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2848	"$$tst" $(AM_TESTS_FD_REDIRECT)
2849pcre_stringpiece_unittest.log: pcre_stringpiece_unittest$(EXEEXT)
2850	@p='pcre_stringpiece_unittest$(EXEEXT)'; \
2851	b='pcre_stringpiece_unittest'; \
2852	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2853	--log-file $$b.log --trs-file $$b.trs \
2854	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2855	"$$tst" $(AM_TESTS_FD_REDIRECT)
2856RunTest.log: RunTest
2857	@p='RunTest'; \
2858	b='RunTest'; \
2859	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2860	--log-file $$b.log --trs-file $$b.trs \
2861	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2862	"$$tst" $(AM_TESTS_FD_REDIRECT)
2863RunGrepTest.log: RunGrepTest
2864	@p='RunGrepTest'; \
2865	b='RunGrepTest'; \
2866	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2867	--log-file $$b.log --trs-file $$b.trs \
2868	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2869	"$$tst" $(AM_TESTS_FD_REDIRECT)
2870.test.log:
2871	@p='$<'; \
2872	$(am__set_b); \
2873	$(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
2874	--log-file $$b.log --trs-file $$b.trs \
2875	$(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
2876	"$$tst" $(AM_TESTS_FD_REDIRECT)
2877@am__EXEEXT_TRUE@.test$(EXEEXT).log:
2878@am__EXEEXT_TRUE@	@p='$<'; \
2879@am__EXEEXT_TRUE@	$(am__set_b); \
2880@am__EXEEXT_TRUE@	$(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
2881@am__EXEEXT_TRUE@	--log-file $$b.log --trs-file $$b.trs \
2882@am__EXEEXT_TRUE@	$(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
2883@am__EXEEXT_TRUE@	"$$tst" $(AM_TESTS_FD_REDIRECT)
2884
2885distdir: $(BUILT_SOURCES)
2886	$(MAKE) $(AM_MAKEFLAGS) distdir-am
2887
2888distdir-am: $(DISTFILES)
2889	$(am__remove_distdir)
2890	test -d "$(distdir)" || mkdir "$(distdir)"
2891	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
2892	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
2893	list='$(DISTFILES)'; \
2894	  dist_files=`for file in $$list; do echo $$file; done | \
2895	  sed -e "s|^$$srcdirstrip/||;t" \
2896	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
2897	case $$dist_files in \
2898	  */*) $(MKDIR_P) `echo "$$dist_files" | \
2899			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
2900			   sort -u` ;; \
2901	esac; \
2902	for file in $$dist_files; do \
2903	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
2904	  if test -d $$d/$$file; then \
2905	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
2906	    if test -d "$(distdir)/$$file"; then \
2907	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
2908	    fi; \
2909	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
2910	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
2911	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
2912	    fi; \
2913	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
2914	  else \
2915	    test -f "$(distdir)/$$file" \
2916	    || cp -p $$d/$$file "$(distdir)/$$file" \
2917	    || exit 1; \
2918	  fi; \
2919	done
2920	-test -n "$(am__skip_mode_fix)" \
2921	|| find "$(distdir)" -type d ! -perm -755 \
2922		-exec chmod u+rwx,go+rx {} \; -o \
2923	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
2924	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
2925	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
2926	|| chmod -R a+r "$(distdir)"
2927dist-gzip: distdir
2928	tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
2929	$(am__post_remove_distdir)
2930dist-bzip2: distdir
2931	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
2932	$(am__post_remove_distdir)
2933
2934dist-lzip: distdir
2935	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
2936	$(am__post_remove_distdir)
2937
2938dist-xz: distdir
2939	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
2940	$(am__post_remove_distdir)
2941
2942dist-zstd: distdir
2943	tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst
2944	$(am__post_remove_distdir)
2945
2946dist-tarZ: distdir
2947	@echo WARNING: "Support for distribution archives compressed with" \
2948		       "legacy program 'compress' is deprecated." >&2
2949	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
2950	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
2951	$(am__post_remove_distdir)
2952
2953dist-shar: distdir
2954	@echo WARNING: "Support for shar distribution archives is" \
2955	               "deprecated." >&2
2956	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
2957	shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
2958	$(am__post_remove_distdir)
2959dist-zip: distdir
2960	-rm -f $(distdir).zip
2961	zip -rq $(distdir).zip $(distdir)
2962	$(am__post_remove_distdir)
2963
2964dist dist-all:
2965	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
2966	$(am__post_remove_distdir)
2967
2968# This target untars the dist file and tries a VPATH configuration.  Then
2969# it guarantees that the distribution is self-contained by making another
2970# tarfile.
2971distcheck: dist
2972	case '$(DIST_ARCHIVES)' in \
2973	*.tar.gz*) \
2974	  eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
2975	*.tar.bz2*) \
2976	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
2977	*.tar.lz*) \
2978	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
2979	*.tar.xz*) \
2980	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
2981	*.tar.Z*) \
2982	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
2983	*.shar.gz*) \
2984	  eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
2985	*.zip*) \
2986	  unzip $(distdir).zip ;;\
2987	*.tar.zst*) \
2988	  zstd -dc $(distdir).tar.zst | $(am__untar) ;;\
2989	esac
2990	chmod -R a-w $(distdir)
2991	chmod u+w $(distdir)
2992	mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
2993	chmod a-w $(distdir)
2994	test -d $(distdir)/_build || exit 0; \
2995	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
2996	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
2997	  && am__cwd=`pwd` \
2998	  && $(am__cd) $(distdir)/_build/sub \
2999	  && ../../configure \
3000	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
3001	    $(DISTCHECK_CONFIGURE_FLAGS) \
3002	    --srcdir=../.. --prefix="$$dc_install_base" \
3003	  && $(MAKE) $(AM_MAKEFLAGS) \
3004	  && $(MAKE) $(AM_MAKEFLAGS) $(AM_DISTCHECK_DVI_TARGET) \
3005	  && $(MAKE) $(AM_MAKEFLAGS) check \
3006	  && $(MAKE) $(AM_MAKEFLAGS) install \
3007	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
3008	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
3009	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
3010	        distuninstallcheck \
3011	  && chmod -R a-w "$$dc_install_base" \
3012	  && ({ \
3013	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
3014	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
3015	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
3016	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
3017	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
3018	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
3019	  && rm -rf "$$dc_destdir" \
3020	  && $(MAKE) $(AM_MAKEFLAGS) dist \
3021	  && rm -rf $(DIST_ARCHIVES) \
3022	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
3023	  && cd "$$am__cwd" \
3024	  || exit 1
3025	$(am__post_remove_distdir)
3026	@(echo "$(distdir) archives ready for distribution: "; \
3027	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
3028	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
3029distuninstallcheck:
3030	@test -n '$(distuninstallcheck_dir)' || { \
3031	  echo 'ERROR: trying to run $@ with an empty' \
3032	       '$$(distuninstallcheck_dir)' >&2; \
3033	  exit 1; \
3034	}; \
3035	$(am__cd) '$(distuninstallcheck_dir)' || { \
3036	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
3037	  exit 1; \
3038	}; \
3039	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
3040	   || { echo "ERROR: files left after uninstall:" ; \
3041	        if test -n "$(DESTDIR)"; then \
3042	          echo "  (check DESTDIR support)"; \
3043	        fi ; \
3044	        $(distuninstallcheck_listfiles) ; \
3045	        exit 1; } >&2
3046distcleancheck: distclean
3047	@if test '$(srcdir)' = . ; then \
3048	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
3049	  exit 1 ; \
3050	fi
3051	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
3052	  || { echo "ERROR: files left in build directory after distclean:" ; \
3053	       $(distcleancheck_listfiles) ; \
3054	       exit 1; } >&2
3055check-am: all-am
3056	$(MAKE) $(AM_MAKEFLAGS) $(check_SCRIPTS)
3057	$(MAKE) $(AM_MAKEFLAGS) check-TESTS
3058check: $(BUILT_SOURCES)
3059	$(MAKE) $(AM_MAKEFLAGS) check-am
3060all-am: Makefile $(PROGRAMS) $(LTLIBRARIES) $(SCRIPTS) $(MANS) $(DATA) \
3061		$(HEADERS) config.h
3062install-binPROGRAMS: install-libLTLIBRARIES
3063
3064installdirs:
3065	for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(man3dir)" "$(DESTDIR)$(docdir)" "$(DESTDIR)$(htmldir)" "$(DESTDIR)$(htmldir)" "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(includedir)" "$(DESTDIR)$(includedir)"; do \
3066	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
3067	done
3068install: $(BUILT_SOURCES)
3069	$(MAKE) $(AM_MAKEFLAGS) install-am
3070install-exec: $(BUILT_SOURCES)
3071	$(MAKE) $(AM_MAKEFLAGS) install-exec-am
3072install-data: install-data-am
3073uninstall: uninstall-am
3074
3075install-am: all-am
3076	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
3077
3078installcheck: installcheck-am
3079install-strip:
3080	if test -z '$(STRIP)'; then \
3081	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
3082	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
3083	      install; \
3084	else \
3085	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
3086	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
3087	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
3088	fi
3089mostlyclean-generic:
3090	-test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS)
3091	-test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs)
3092	-test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
3093
3094clean-generic:
3095	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
3096
3097distclean-generic:
3098	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
3099	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
3100
3101maintainer-clean-generic:
3102	@echo "This command is intended for maintainers to use"
3103	@echo "it deletes files that may require special tools to rebuild."
3104	-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
3105	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
3106@WITH_GCOV_FALSE@distclean-local:
3107@WITH_GCOV_FALSE@clean-local:
3108clean: clean-am
3109
3110clean-am: clean-binPROGRAMS clean-generic clean-libLTLIBRARIES \
3111	clean-libtool clean-local clean-noinstPROGRAMS mostlyclean-am
3112
3113distclean: distclean-am
3114	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
3115		-rm -f ./$(DEPDIR)/dftables.Po
3116	-rm -f ./$(DEPDIR)/libpcre16_la-pcre16_byte_order.Plo
3117	-rm -f ./$(DEPDIR)/libpcre16_la-pcre16_chartables.Plo
3118	-rm -f ./$(DEPDIR)/libpcre16_la-pcre16_compile.Plo
3119	-rm -f ./$(DEPDIR)/libpcre16_la-pcre16_config.Plo
3120	-rm -f ./$(DEPDIR)/libpcre16_la-pcre16_dfa_exec.Plo
3121	-rm -f ./$(DEPDIR)/libpcre16_la-pcre16_exec.Plo
3122	-rm -f ./$(DEPDIR)/libpcre16_la-pcre16_fullinfo.Plo
3123	-rm -f ./$(DEPDIR)/libpcre16_la-pcre16_get.Plo
3124	-rm -f ./$(DEPDIR)/libpcre16_la-pcre16_globals.Plo
3125	-rm -f ./$(DEPDIR)/libpcre16_la-pcre16_jit_compile.Plo
3126	-rm -f ./$(DEPDIR)/libpcre16_la-pcre16_maketables.Plo
3127	-rm -f ./$(DEPDIR)/libpcre16_la-pcre16_newline.Plo
3128	-rm -f ./$(DEPDIR)/libpcre16_la-pcre16_ord2utf16.Plo
3129	-rm -f ./$(DEPDIR)/libpcre16_la-pcre16_refcount.Plo
3130	-rm -f ./$(DEPDIR)/libpcre16_la-pcre16_string_utils.Plo
3131	-rm -f ./$(DEPDIR)/libpcre16_la-pcre16_study.Plo
3132	-rm -f ./$(DEPDIR)/libpcre16_la-pcre16_tables.Plo
3133	-rm -f ./$(DEPDIR)/libpcre16_la-pcre16_ucd.Plo
3134	-rm -f ./$(DEPDIR)/libpcre16_la-pcre16_utf16_utils.Plo
3135	-rm -f ./$(DEPDIR)/libpcre16_la-pcre16_valid_utf16.Plo
3136	-rm -f ./$(DEPDIR)/libpcre16_la-pcre16_version.Plo
3137	-rm -f ./$(DEPDIR)/libpcre16_la-pcre16_xclass.Plo
3138	-rm -f ./$(DEPDIR)/libpcre16_la-pcre_chartables.Plo
3139	-rm -f ./$(DEPDIR)/libpcre32_la-pcre32_byte_order.Plo
3140	-rm -f ./$(DEPDIR)/libpcre32_la-pcre32_chartables.Plo
3141	-rm -f ./$(DEPDIR)/libpcre32_la-pcre32_compile.Plo
3142	-rm -f ./$(DEPDIR)/libpcre32_la-pcre32_config.Plo
3143	-rm -f ./$(DEPDIR)/libpcre32_la-pcre32_dfa_exec.Plo
3144	-rm -f ./$(DEPDIR)/libpcre32_la-pcre32_exec.Plo
3145	-rm -f ./$(DEPDIR)/libpcre32_la-pcre32_fullinfo.Plo
3146	-rm -f ./$(DEPDIR)/libpcre32_la-pcre32_get.Plo
3147	-rm -f ./$(DEPDIR)/libpcre32_la-pcre32_globals.Plo
3148	-rm -f ./$(DEPDIR)/libpcre32_la-pcre32_jit_compile.Plo
3149	-rm -f ./$(DEPDIR)/libpcre32_la-pcre32_maketables.Plo
3150	-rm -f ./$(DEPDIR)/libpcre32_la-pcre32_newline.Plo
3151	-rm -f ./$(DEPDIR)/libpcre32_la-pcre32_ord2utf32.Plo
3152	-rm -f ./$(DEPDIR)/libpcre32_la-pcre32_refcount.Plo
3153	-rm -f ./$(DEPDIR)/libpcre32_la-pcre32_string_utils.Plo
3154	-rm -f ./$(DEPDIR)/libpcre32_la-pcre32_study.Plo
3155	-rm -f ./$(DEPDIR)/libpcre32_la-pcre32_tables.Plo
3156	-rm -f ./$(DEPDIR)/libpcre32_la-pcre32_ucd.Plo
3157	-rm -f ./$(DEPDIR)/libpcre32_la-pcre32_utf32_utils.Plo
3158	-rm -f ./$(DEPDIR)/libpcre32_la-pcre32_valid_utf32.Plo
3159	-rm -f ./$(DEPDIR)/libpcre32_la-pcre32_version.Plo
3160	-rm -f ./$(DEPDIR)/libpcre32_la-pcre32_xclass.Plo
3161	-rm -f ./$(DEPDIR)/libpcre32_la-pcre_chartables.Plo
3162	-rm -f ./$(DEPDIR)/libpcre_la-pcre_byte_order.Plo
3163	-rm -f ./$(DEPDIR)/libpcre_la-pcre_chartables.Plo
3164	-rm -f ./$(DEPDIR)/libpcre_la-pcre_compile.Plo
3165	-rm -f ./$(DEPDIR)/libpcre_la-pcre_config.Plo
3166	-rm -f ./$(DEPDIR)/libpcre_la-pcre_dfa_exec.Plo
3167	-rm -f ./$(DEPDIR)/libpcre_la-pcre_exec.Plo
3168	-rm -f ./$(DEPDIR)/libpcre_la-pcre_fullinfo.Plo
3169	-rm -f ./$(DEPDIR)/libpcre_la-pcre_get.Plo
3170	-rm -f ./$(DEPDIR)/libpcre_la-pcre_globals.Plo
3171	-rm -f ./$(DEPDIR)/libpcre_la-pcre_jit_compile.Plo
3172	-rm -f ./$(DEPDIR)/libpcre_la-pcre_maketables.Plo
3173	-rm -f ./$(DEPDIR)/libpcre_la-pcre_newline.Plo
3174	-rm -f ./$(DEPDIR)/libpcre_la-pcre_ord2utf8.Plo
3175	-rm -f ./$(DEPDIR)/libpcre_la-pcre_refcount.Plo
3176	-rm -f ./$(DEPDIR)/libpcre_la-pcre_string_utils.Plo
3177	-rm -f ./$(DEPDIR)/libpcre_la-pcre_study.Plo
3178	-rm -f ./$(DEPDIR)/libpcre_la-pcre_tables.Plo
3179	-rm -f ./$(DEPDIR)/libpcre_la-pcre_ucd.Plo
3180	-rm -f ./$(DEPDIR)/libpcre_la-pcre_valid_utf8.Plo
3181	-rm -f ./$(DEPDIR)/libpcre_la-pcre_version.Plo
3182	-rm -f ./$(DEPDIR)/libpcre_la-pcre_xclass.Plo
3183	-rm -f ./$(DEPDIR)/libpcrecpp_la-pcre_scanner.Plo
3184	-rm -f ./$(DEPDIR)/libpcrecpp_la-pcre_stringpiece.Plo
3185	-rm -f ./$(DEPDIR)/libpcrecpp_la-pcrecpp.Plo
3186	-rm -f ./$(DEPDIR)/libpcreposix_la-pcreposix.Plo
3187	-rm -f ./$(DEPDIR)/pcre_jit_test-pcre_jit_test.Po
3188	-rm -f ./$(DEPDIR)/pcre_scanner_unittest-pcre_scanner_unittest.Po
3189	-rm -f ./$(DEPDIR)/pcre_stringpiece_unittest-pcre_stringpiece_unittest.Po
3190	-rm -f ./$(DEPDIR)/pcrecpp_unittest-pcrecpp_unittest.Po
3191	-rm -f ./$(DEPDIR)/pcregrep-pcregrep.Po
3192	-rm -f ./$(DEPDIR)/pcretest-pcre16_printint.Po
3193	-rm -f ./$(DEPDIR)/pcretest-pcre32_printint.Po
3194	-rm -f ./$(DEPDIR)/pcretest-pcre_printint.Po
3195	-rm -f ./$(DEPDIR)/pcretest-pcretest.Po
3196	-rm -f Makefile
3197distclean-am: clean-am distclean-compile distclean-generic \
3198	distclean-hdr distclean-libtool distclean-local distclean-tags
3199
3200dvi: dvi-am
3201
3202dvi-am:
3203
3204html: html-am
3205
3206html-am:
3207
3208info: info-am
3209
3210info-am:
3211
3212install-data-am: install-dist_docDATA install-dist_htmlDATA \
3213	install-htmlDATA install-includeHEADERS install-man \
3214	install-nodist_includeHEADERS install-pkgconfigDATA
3215	@$(NORMAL_INSTALL)
3216	$(MAKE) $(AM_MAKEFLAGS) install-data-hook
3217install-dvi: install-dvi-am
3218
3219install-dvi-am:
3220
3221install-exec-am: install-binPROGRAMS install-binSCRIPTS \
3222	install-libLTLIBRARIES
3223
3224install-html: install-html-am
3225
3226install-html-am:
3227
3228install-info: install-info-am
3229
3230install-info-am:
3231
3232install-man: install-man1 install-man3
3233
3234install-pdf: install-pdf-am
3235
3236install-pdf-am:
3237
3238install-ps: install-ps-am
3239
3240install-ps-am:
3241
3242installcheck-am:
3243
3244maintainer-clean: maintainer-clean-am
3245	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
3246	-rm -rf $(top_srcdir)/autom4te.cache
3247		-rm -f ./$(DEPDIR)/dftables.Po
3248	-rm -f ./$(DEPDIR)/libpcre16_la-pcre16_byte_order.Plo
3249	-rm -f ./$(DEPDIR)/libpcre16_la-pcre16_chartables.Plo
3250	-rm -f ./$(DEPDIR)/libpcre16_la-pcre16_compile.Plo
3251	-rm -f ./$(DEPDIR)/libpcre16_la-pcre16_config.Plo
3252	-rm -f ./$(DEPDIR)/libpcre16_la-pcre16_dfa_exec.Plo
3253	-rm -f ./$(DEPDIR)/libpcre16_la-pcre16_exec.Plo
3254	-rm -f ./$(DEPDIR)/libpcre16_la-pcre16_fullinfo.Plo
3255	-rm -f ./$(DEPDIR)/libpcre16_la-pcre16_get.Plo
3256	-rm -f ./$(DEPDIR)/libpcre16_la-pcre16_globals.Plo
3257	-rm -f ./$(DEPDIR)/libpcre16_la-pcre16_jit_compile.Plo
3258	-rm -f ./$(DEPDIR)/libpcre16_la-pcre16_maketables.Plo
3259	-rm -f ./$(DEPDIR)/libpcre16_la-pcre16_newline.Plo
3260	-rm -f ./$(DEPDIR)/libpcre16_la-pcre16_ord2utf16.Plo
3261	-rm -f ./$(DEPDIR)/libpcre16_la-pcre16_refcount.Plo
3262	-rm -f ./$(DEPDIR)/libpcre16_la-pcre16_string_utils.Plo
3263	-rm -f ./$(DEPDIR)/libpcre16_la-pcre16_study.Plo
3264	-rm -f ./$(DEPDIR)/libpcre16_la-pcre16_tables.Plo
3265	-rm -f ./$(DEPDIR)/libpcre16_la-pcre16_ucd.Plo
3266	-rm -f ./$(DEPDIR)/libpcre16_la-pcre16_utf16_utils.Plo
3267	-rm -f ./$(DEPDIR)/libpcre16_la-pcre16_valid_utf16.Plo
3268	-rm -f ./$(DEPDIR)/libpcre16_la-pcre16_version.Plo
3269	-rm -f ./$(DEPDIR)/libpcre16_la-pcre16_xclass.Plo
3270	-rm -f ./$(DEPDIR)/libpcre16_la-pcre_chartables.Plo
3271	-rm -f ./$(DEPDIR)/libpcre32_la-pcre32_byte_order.Plo
3272	-rm -f ./$(DEPDIR)/libpcre32_la-pcre32_chartables.Plo
3273	-rm -f ./$(DEPDIR)/libpcre32_la-pcre32_compile.Plo
3274	-rm -f ./$(DEPDIR)/libpcre32_la-pcre32_config.Plo
3275	-rm -f ./$(DEPDIR)/libpcre32_la-pcre32_dfa_exec.Plo
3276	-rm -f ./$(DEPDIR)/libpcre32_la-pcre32_exec.Plo
3277	-rm -f ./$(DEPDIR)/libpcre32_la-pcre32_fullinfo.Plo
3278	-rm -f ./$(DEPDIR)/libpcre32_la-pcre32_get.Plo
3279	-rm -f ./$(DEPDIR)/libpcre32_la-pcre32_globals.Plo
3280	-rm -f ./$(DEPDIR)/libpcre32_la-pcre32_jit_compile.Plo
3281	-rm -f ./$(DEPDIR)/libpcre32_la-pcre32_maketables.Plo
3282	-rm -f ./$(DEPDIR)/libpcre32_la-pcre32_newline.Plo
3283	-rm -f ./$(DEPDIR)/libpcre32_la-pcre32_ord2utf32.Plo
3284	-rm -f ./$(DEPDIR)/libpcre32_la-pcre32_refcount.Plo
3285	-rm -f ./$(DEPDIR)/libpcre32_la-pcre32_string_utils.Plo
3286	-rm -f ./$(DEPDIR)/libpcre32_la-pcre32_study.Plo
3287	-rm -f ./$(DEPDIR)/libpcre32_la-pcre32_tables.Plo
3288	-rm -f ./$(DEPDIR)/libpcre32_la-pcre32_ucd.Plo
3289	-rm -f ./$(DEPDIR)/libpcre32_la-pcre32_utf32_utils.Plo
3290	-rm -f ./$(DEPDIR)/libpcre32_la-pcre32_valid_utf32.Plo
3291	-rm -f ./$(DEPDIR)/libpcre32_la-pcre32_version.Plo
3292	-rm -f ./$(DEPDIR)/libpcre32_la-pcre32_xclass.Plo
3293	-rm -f ./$(DEPDIR)/libpcre32_la-pcre_chartables.Plo
3294	-rm -f ./$(DEPDIR)/libpcre_la-pcre_byte_order.Plo
3295	-rm -f ./$(DEPDIR)/libpcre_la-pcre_chartables.Plo
3296	-rm -f ./$(DEPDIR)/libpcre_la-pcre_compile.Plo
3297	-rm -f ./$(DEPDIR)/libpcre_la-pcre_config.Plo
3298	-rm -f ./$(DEPDIR)/libpcre_la-pcre_dfa_exec.Plo
3299	-rm -f ./$(DEPDIR)/libpcre_la-pcre_exec.Plo
3300	-rm -f ./$(DEPDIR)/libpcre_la-pcre_fullinfo.Plo
3301	-rm -f ./$(DEPDIR)/libpcre_la-pcre_get.Plo
3302	-rm -f ./$(DEPDIR)/libpcre_la-pcre_globals.Plo
3303	-rm -f ./$(DEPDIR)/libpcre_la-pcre_jit_compile.Plo
3304	-rm -f ./$(DEPDIR)/libpcre_la-pcre_maketables.Plo
3305	-rm -f ./$(DEPDIR)/libpcre_la-pcre_newline.Plo
3306	-rm -f ./$(DEPDIR)/libpcre_la-pcre_ord2utf8.Plo
3307	-rm -f ./$(DEPDIR)/libpcre_la-pcre_refcount.Plo
3308	-rm -f ./$(DEPDIR)/libpcre_la-pcre_string_utils.Plo
3309	-rm -f ./$(DEPDIR)/libpcre_la-pcre_study.Plo
3310	-rm -f ./$(DEPDIR)/libpcre_la-pcre_tables.Plo
3311	-rm -f ./$(DEPDIR)/libpcre_la-pcre_ucd.Plo
3312	-rm -f ./$(DEPDIR)/libpcre_la-pcre_valid_utf8.Plo
3313	-rm -f ./$(DEPDIR)/libpcre_la-pcre_version.Plo
3314	-rm -f ./$(DEPDIR)/libpcre_la-pcre_xclass.Plo
3315	-rm -f ./$(DEPDIR)/libpcrecpp_la-pcre_scanner.Plo
3316	-rm -f ./$(DEPDIR)/libpcrecpp_la-pcre_stringpiece.Plo
3317	-rm -f ./$(DEPDIR)/libpcrecpp_la-pcrecpp.Plo
3318	-rm -f ./$(DEPDIR)/libpcreposix_la-pcreposix.Plo
3319	-rm -f ./$(DEPDIR)/pcre_jit_test-pcre_jit_test.Po
3320	-rm -f ./$(DEPDIR)/pcre_scanner_unittest-pcre_scanner_unittest.Po
3321	-rm -f ./$(DEPDIR)/pcre_stringpiece_unittest-pcre_stringpiece_unittest.Po
3322	-rm -f ./$(DEPDIR)/pcrecpp_unittest-pcrecpp_unittest.Po
3323	-rm -f ./$(DEPDIR)/pcregrep-pcregrep.Po
3324	-rm -f ./$(DEPDIR)/pcretest-pcre16_printint.Po
3325	-rm -f ./$(DEPDIR)/pcretest-pcre32_printint.Po
3326	-rm -f ./$(DEPDIR)/pcretest-pcre_printint.Po
3327	-rm -f ./$(DEPDIR)/pcretest-pcretest.Po
3328	-rm -f Makefile
3329maintainer-clean-am: distclean-am maintainer-clean-generic
3330
3331mostlyclean: mostlyclean-am
3332
3333mostlyclean-am: mostlyclean-compile mostlyclean-generic \
3334	mostlyclean-libtool
3335
3336pdf: pdf-am
3337
3338pdf-am:
3339
3340ps: ps-am
3341
3342ps-am:
3343
3344uninstall-am: uninstall-binPROGRAMS uninstall-binSCRIPTS \
3345	uninstall-dist_docDATA uninstall-dist_htmlDATA \
3346	uninstall-htmlDATA uninstall-includeHEADERS \
3347	uninstall-libLTLIBRARIES uninstall-man \
3348	uninstall-nodist_includeHEADERS uninstall-pkgconfigDATA
3349
3350uninstall-man: uninstall-man1 uninstall-man3
3351
3352.MAKE: all check check-am install install-am install-data-am \
3353	install-exec install-strip
3354
3355.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles am--refresh check \
3356	check-TESTS check-am clean clean-binPROGRAMS clean-cscope \
3357	clean-generic clean-libLTLIBRARIES clean-libtool clean-local \
3358	clean-noinstPROGRAMS cscope cscopelist-am ctags ctags-am dist \
3359	dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
3360	dist-xz dist-zip dist-zstd distcheck distclean \
3361	distclean-compile distclean-generic distclean-hdr \
3362	distclean-libtool distclean-local distclean-tags \
3363	distcleancheck distdir distuninstallcheck dvi dvi-am html \
3364	html-am info info-am install install-am install-binPROGRAMS \
3365	install-binSCRIPTS install-data install-data-am \
3366	install-data-hook install-dist_docDATA install-dist_htmlDATA \
3367	install-dvi install-dvi-am install-exec install-exec-am \
3368	install-html install-html-am install-htmlDATA \
3369	install-includeHEADERS install-info install-info-am \
3370	install-libLTLIBRARIES install-man install-man1 install-man3 \
3371	install-nodist_includeHEADERS install-pdf install-pdf-am \
3372	install-pkgconfigDATA install-ps install-ps-am install-strip \
3373	installcheck installcheck-am installdirs maintainer-clean \
3374	maintainer-clean-generic mostlyclean mostlyclean-compile \
3375	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
3376	recheck tags tags-am uninstall uninstall-am \
3377	uninstall-binPROGRAMS uninstall-binSCRIPTS \
3378	uninstall-dist_docDATA uninstall-dist_htmlDATA \
3379	uninstall-htmlDATA uninstall-includeHEADERS \
3380	uninstall-libLTLIBRARIES uninstall-man uninstall-man1 \
3381	uninstall-man3 uninstall-nodist_includeHEADERS \
3382	uninstall-pkgconfigDATA
3383
3384.PRECIOUS: Makefile
3385
3386
3387# The only difference between pcre.h.in and pcre.h is the setting of the PCRE
3388# version number. Therefore, we can create the generic version just by copying.
3389pcre.h.generic: pcre.h.in configure.ac
3390	rm -f $@
3391	cp -p pcre.h $@
3392
3393# It is more complicated for config.h.generic. We need the version that results
3394# from a default configuration so as to get all the default values for PCRE
3395# configuration macros such as MATCH_LIMIT and NEWLINE. We can get this by
3396# doing a configure in a temporary directory. However, some trickery is needed,
3397# because the source directory may already be configured. If you just try
3398# running configure in a new directory, it complains. For this reason, we move
3399# config.status out of the way while doing the default configuration. The
3400# resulting config.h is munged by perl to put #ifdefs round any #defines for
3401# macros with values, and to #undef all boolean macros such as HAVE_xxx and
3402# SUPPORT_xxx. We also get rid of any gcc-specific visibility settings. Make
3403# sure that PCRE_EXP_DEFN is unset (in case it has visibility settings).
3404config.h.generic: configure.ac
3405	rm -rf $@ _generic
3406	mkdir _generic
3407	cs=$(srcdir)/config.status; test ! -f $$cs || mv -f $$cs $$cs.aside
3408	cd _generic && $(abs_top_srcdir)/configure || :
3409	cs=$(srcdir)/config.status; test ! -f $$cs.aside || mv -f $$cs.aside $$cs
3410	test -f _generic/config.h
3411	perl -n \
3412	  -e 'BEGIN{$$blank=0;}' \
3413	  -e 'if(/PCRE_EXP_DEFN/){print"/* #undef PCRE_EXP_DEFN */\n";$$blank=0;next;}' \
3414	  -e 'if(/to make a symbol visible/){next;}' \
3415	  -e 'if(/__attribute__ \(\(visibility/){next;}' \
3416	  -e 'if(/LT_OBJDIR/){print"/* This is ignored unless you are using libtool. */\n";}' \
3417	  -e 'if(/^#define\s((?:HAVE|SUPPORT|STDC)_\w+)/){print"/* #undef $$1 */\n";$$blank=0;next;}' \
3418	  -e 'if(/^#define\s(?!PACKAGE|VERSION)(\w+)/){print"#ifndef $$1\n$$_#endif\n";$$blank=0;next;}' \
3419	  -e 'if(/^\s*$$/){print unless $$blank; $$blank=1;} else{print;$$blank=0;}' \
3420	  _generic/config.h >$@
3421	rm -rf _generic
3422
3423@WITH_REBUILD_CHARTABLES_TRUE@pcre_chartables.c: dftables$(EXEEXT)
3424@WITH_REBUILD_CHARTABLES_TRUE@	./dftables$(EXEEXT) $@
3425
3426@WITH_REBUILD_CHARTABLES_FALSE@pcre_chartables.c: $(srcdir)/pcre_chartables.c.dist
3427@WITH_REBUILD_CHARTABLES_FALSE@	rm -f $@
3428@WITH_REBUILD_CHARTABLES_FALSE@	$(LN_S) $(srcdir)/pcre_chartables.c.dist $@
3429
3430# A compatibility line, the old build system worked with 'make test'
3431test: check ;
3432
3433# A PCRE user submitted the following addition, saying that it "will allow
3434# anyone using the 'mingw32' compiler to simply type 'make pcre.dll' and get a
3435# nice DLL for Windows use".
3436pcre.dll: $(DLL_OBJS)
3437	$(CC) -shared -o pcre.dll -Wl,"--strip-all" -Wl,"--export-all-symbols" $(DLL_OBJS)
3438
3439# Arrange for the per-function man pages to have 16- and 32-bit names as well.
3440install-data-hook:
3441	ln -sf pcre_assign_jit_stack.3		 $(DESTDIR)$(man3dir)/pcre16_assign_jit_stack.3
3442	ln -sf pcre_compile.3			 $(DESTDIR)$(man3dir)/pcre16_compile.3
3443	ln -sf pcre_compile2.3			 $(DESTDIR)$(man3dir)/pcre16_compile2.3
3444	ln -sf pcre_config.3			 $(DESTDIR)$(man3dir)/pcre16_config.3
3445	ln -sf pcre_copy_named_substring.3	 $(DESTDIR)$(man3dir)/pcre16_copy_named_substring.3
3446	ln -sf pcre_copy_substring.3		 $(DESTDIR)$(man3dir)/pcre16_copy_substring.3
3447	ln -sf pcre_dfa_exec.3			 $(DESTDIR)$(man3dir)/pcre16_dfa_exec.3
3448	ln -sf pcre_exec.3			 $(DESTDIR)$(man3dir)/pcre16_exec.3
3449	ln -sf pcre_free_study.3		 $(DESTDIR)$(man3dir)/pcre16_free_study.3
3450	ln -sf pcre_free_substring.3		 $(DESTDIR)$(man3dir)/pcre16_free_substring.3
3451	ln -sf pcre_free_substring_list.3	 $(DESTDIR)$(man3dir)/pcre16_free_substring_list.3
3452	ln -sf pcre_fullinfo.3			 $(DESTDIR)$(man3dir)/pcre16_fullinfo.3
3453	ln -sf pcre_get_named_substring.3	 $(DESTDIR)$(man3dir)/pcre16_get_named_substring.3
3454	ln -sf pcre_get_stringnumber.3		 $(DESTDIR)$(man3dir)/pcre16_get_stringnumber.3
3455	ln -sf pcre_get_stringtable_entries.3	 $(DESTDIR)$(man3dir)/pcre16_get_stringtable_entries.3
3456	ln -sf pcre_get_substring.3		 $(DESTDIR)$(man3dir)/pcre16_get_substring.3
3457	ln -sf pcre_get_substring_list.3	 $(DESTDIR)$(man3dir)/pcre16_get_substring_list.3
3458	ln -sf pcre_jit_exec.3			 $(DESTDIR)$(man3dir)/pcre16_jit_exec.3
3459	ln -sf pcre_jit_stack_alloc.3		 $(DESTDIR)$(man3dir)/pcre16_jit_stack_alloc.3
3460	ln -sf pcre_jit_stack_free.3		 $(DESTDIR)$(man3dir)/pcre16_jit_stack_free.3
3461	ln -sf pcre_maketables.3		 $(DESTDIR)$(man3dir)/pcre16_maketables.3
3462	ln -sf pcre_pattern_to_host_byte_order.3 $(DESTDIR)$(man3dir)/pcre16_pattern_to_host_byte_order.3
3463	ln -sf pcre_refcount.3			 $(DESTDIR)$(man3dir)/pcre16_refcount.3
3464	ln -sf pcre_study.3			 $(DESTDIR)$(man3dir)/pcre16_study.3
3465	ln -sf pcre_utf16_to_host_byte_order.3	 $(DESTDIR)$(man3dir)/pcre16_utf16_to_host_byte_order.3
3466	ln -sf pcre_version.3			 $(DESTDIR)$(man3dir)/pcre16_version.3
3467	ln -sf pcre_assign_jit_stack.3		 $(DESTDIR)$(man3dir)/pcre32_assign_jit_stack.3
3468	ln -sf pcre_compile.3			 $(DESTDIR)$(man3dir)/pcre32_compile.3
3469	ln -sf pcre_compile2.3			 $(DESTDIR)$(man3dir)/pcre32_compile2.3
3470	ln -sf pcre_config.3			 $(DESTDIR)$(man3dir)/pcre32_config.3
3471	ln -sf pcre_copy_named_substring.3	 $(DESTDIR)$(man3dir)/pcre32_copy_named_substring.3
3472	ln -sf pcre_copy_substring.3		 $(DESTDIR)$(man3dir)/pcre32_copy_substring.3
3473	ln -sf pcre_dfa_exec.3			 $(DESTDIR)$(man3dir)/pcre32_dfa_exec.3
3474	ln -sf pcre_exec.3			 $(DESTDIR)$(man3dir)/pcre32_exec.3
3475	ln -sf pcre_free_study.3		 $(DESTDIR)$(man3dir)/pcre32_free_study.3
3476	ln -sf pcre_free_substring.3		 $(DESTDIR)$(man3dir)/pcre32_free_substring.3
3477	ln -sf pcre_free_substring_list.3	 $(DESTDIR)$(man3dir)/pcre32_free_substring_list.3
3478	ln -sf pcre_fullinfo.3			 $(DESTDIR)$(man3dir)/pcre32_fullinfo.3
3479	ln -sf pcre_get_named_substring.3	 $(DESTDIR)$(man3dir)/pcre32_get_named_substring.3
3480	ln -sf pcre_get_stringnumber.3		 $(DESTDIR)$(man3dir)/pcre32_get_stringnumber.3
3481	ln -sf pcre_get_stringtable_entries.3	 $(DESTDIR)$(man3dir)/pcre32_get_stringtable_entries.3
3482	ln -sf pcre_get_substring.3		 $(DESTDIR)$(man3dir)/pcre32_get_substring.3
3483	ln -sf pcre_get_substring_list.3	 $(DESTDIR)$(man3dir)/pcre32_get_substring_list.3
3484	ln -sf pcre_jit_exec.3			 $(DESTDIR)$(man3dir)/pcre32_jit_exec.3
3485	ln -sf pcre_jit_stack_alloc.3		 $(DESTDIR)$(man3dir)/pcre32_jit_stack_alloc.3
3486	ln -sf pcre_jit_stack_free.3		 $(DESTDIR)$(man3dir)/pcre32_jit_stack_free.3
3487	ln -sf pcre_maketables.3		 $(DESTDIR)$(man3dir)/pcre32_maketables.3
3488	ln -sf pcre_pattern_to_host_byte_order.3 $(DESTDIR)$(man3dir)/pcre32_pattern_to_host_byte_order.3
3489	ln -sf pcre_refcount.3			 $(DESTDIR)$(man3dir)/pcre32_refcount.3
3490	ln -sf pcre_study.3			 $(DESTDIR)$(man3dir)/pcre32_study.3
3491	ln -sf pcre_utf32_to_host_byte_order.3	 $(DESTDIR)$(man3dir)/pcre32_utf32_to_host_byte_order.3
3492	ln -sf pcre_version.3			 $(DESTDIR)$(man3dir)/pcre32_version.3
3493
3494@WITH_GCOV_TRUE@coverage-check: all
3495@WITH_GCOV_TRUE@	-$(MAKE) $(AM_MAKEFLAGS) -k check
3496
3497@WITH_GCOV_TRUE@coverage-baseline:
3498@WITH_GCOV_TRUE@	$(LCOV) $(coverage_quiet) \
3499@WITH_GCOV_TRUE@		--directory $(top_builddir) \
3500@WITH_GCOV_TRUE@		--output-file "$(COVERAGE_OUTPUT_FILE)" \
3501@WITH_GCOV_TRUE@		--capture \
3502@WITH_GCOV_TRUE@		--initial
3503
3504@WITH_GCOV_TRUE@coverage-report:
3505@WITH_GCOV_TRUE@	$(LCOV) $(coverage_quiet) \
3506@WITH_GCOV_TRUE@		--directory $(top_builddir) \
3507@WITH_GCOV_TRUE@		--capture \
3508@WITH_GCOV_TRUE@		--output-file "$(COVERAGE_OUTPUT_FILE).tmp" \
3509@WITH_GCOV_TRUE@		--test-name "$(COVERAGE_TEST_NAME)" \
3510@WITH_GCOV_TRUE@		--no-checksum \
3511@WITH_GCOV_TRUE@		--compat-libtool \
3512@WITH_GCOV_TRUE@		$(COVERAGE_LCOV_EXTRA_FLAGS)
3513@WITH_GCOV_TRUE@	$(LCOV) $(coverage_quiet) \
3514@WITH_GCOV_TRUE@		--directory $(top_builddir) \
3515@WITH_GCOV_TRUE@		--output-file "$(COVERAGE_OUTPUT_FILE)" \
3516@WITH_GCOV_TRUE@		--remove "$(COVERAGE_OUTPUT_FILE).tmp" \
3517@WITH_GCOV_TRUE@		"/tmp/*" \
3518@WITH_GCOV_TRUE@		"/usr/include/*" \
3519@WITH_GCOV_TRUE@		"$(includedir)/*"
3520@WITH_GCOV_TRUE@	-@rm -f "$(COVERAGE_OUTPUT_FILE).tmp"
3521@WITH_GCOV_TRUE@	LANG=C $(GENHTML) $(coverage_quiet) \
3522@WITH_GCOV_TRUE@		--prefix $(top_builddir) \
3523@WITH_GCOV_TRUE@		--output-directory "$(COVERAGE_OUTPUT_DIR)" \
3524@WITH_GCOV_TRUE@		--title "$(PACKAGE) $(VERSION) Code Coverage Report" \
3525@WITH_GCOV_TRUE@		--show-details "$(COVERAGE_OUTPUT_FILE)" \
3526@WITH_GCOV_TRUE@		--legend \
3527@WITH_GCOV_TRUE@		$(COVERAGE_GENHTML_EXTRA_FLAGS)
3528@WITH_GCOV_TRUE@	@echo "Code coverage report written to file://$(abs_builddir)/$(COVERAGE_OUTPUT_DIR)/index.html"
3529
3530@WITH_GCOV_TRUE@coverage-reset:
3531@WITH_GCOV_TRUE@	-$(LCOV) $(coverage_quiet) --zerocounters --directory $(top_builddir)
3532
3533@WITH_GCOV_TRUE@coverage-clean-report:
3534@WITH_GCOV_TRUE@	-rm -f "$(COVERAGE_OUTPUT_FILE)" "$(COVERAGE_OUTPUT_FILE).tmp"
3535@WITH_GCOV_TRUE@	-rm -rf "$(COVERAGE_OUTPUT_DIR)"
3536
3537@WITH_GCOV_TRUE@coverage-clean-data:
3538@WITH_GCOV_TRUE@	-find $(top_builddir) -name "*.gcda" -delete
3539
3540@WITH_GCOV_TRUE@coverage-clean: coverage-reset coverage-clean-report coverage-clean-data
3541@WITH_GCOV_TRUE@	-find $(top_builddir) -name "*.gcno" -delete
3542
3543@WITH_GCOV_TRUE@coverage-distclean: coverage-clean
3544
3545@WITH_GCOV_TRUE@coverage: coverage-reset coverage-baseline coverage-check coverage-report
3546@WITH_GCOV_TRUE@clean-local: coverage-clean
3547@WITH_GCOV_TRUE@distclean-local: coverage-distclean
3548
3549@WITH_GCOV_TRUE@.PHONY: coverage coverage-baseline coverage-check coverage-report coverage-reset coverage-clean-report coverage-clean-data coverage-clean coverage-distclean
3550
3551@WITH_GCOV_FALSE@coverage:
3552@WITH_GCOV_FALSE@	@echo "Configuring with --enable-coverage required to generate code coverage report."
3553
3554# Tell versions [3.59,3.63) of GNU make to not export all variables.
3555# Otherwise a system limit (for SysV at least) may be exceeded.
3556.NOEXPORT:
3557