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