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