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