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

Contents of /code/trunk/Makefile.in

Parent Directory Parent Directory | Revision Log Revision Log


Revision 123 - (hide annotations) (download)
Mon Mar 12 15:19:06 2007 UTC (6 years, 2 months ago) by ph10
File size: 51078 byte(s)
Removal of trailing spaces.

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

Properties

Name Value
svn:eol-style native
svn:keywords "Author Date Id Revision Url"

webmaster@exim.org
ViewVC Help
Powered by ViewVC 1.1.12