/[pcre]/code/trunk/Makefile.in
ViewVC logotype

Diff of /code/trunk/Makefile.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

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

Legend:
Removed from v.41  
changed lines
  Added in v.98

webmaster@exim.org
ViewVC Help
Powered by ViewVC 1.1.12