Annotation of parser3/src/pcre/Makefile.in, revision 1.32
1.1 paf 1: # Makefile.in generated automatically by automake 1.4 from Makefile.am
2:
3: # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
4: # This Makefile.in is free software; the Free Software Foundation
5: # gives unlimited permission to copy and/or distribute it,
6: # with or without modifications, as long as this notice is preserved.
7:
8: # This program is distributed in the hope that it will be useful,
9: # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10: # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11: # PARTICULAR PURPOSE.
12:
13:
14: SHELL = @SHELL@
15:
16: srcdir = @srcdir@
17: top_srcdir = @top_srcdir@
18: VPATH = @srcdir@
19: prefix = @prefix@
20: exec_prefix = @exec_prefix@
21:
22: bindir = @bindir@
23: sbindir = @sbindir@
24: libexecdir = @libexecdir@
25: datadir = @datadir@
26: sysconfdir = @sysconfdir@
27: sharedstatedir = @sharedstatedir@
28: localstatedir = @localstatedir@
29: libdir = @libdir@
30: infodir = @infodir@
31: mandir = @mandir@
32: includedir = @includedir@
33: oldincludedir = /usr/include
34:
35: DESTDIR =
36:
37: pkgdatadir = $(datadir)/@PACKAGE@
38: pkglibdir = $(libdir)/@PACKAGE@
39: pkgincludedir = $(includedir)/@PACKAGE@
40:
1.28 paf 41: top_builddir = ../..
1.1 paf 42:
43: ACLOCAL = @ACLOCAL@
44: AUTOCONF = @AUTOCONF@
45: AUTOMAKE = @AUTOMAKE@
46: AUTOHEADER = @AUTOHEADER@
47:
48: INSTALL = @INSTALL@
49: INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50: INSTALL_DATA = @INSTALL_DATA@
51: INSTALL_SCRIPT = @INSTALL_SCRIPT@
52: transform = @program_transform_name@
53:
54: NORMAL_INSTALL = :
55: PRE_INSTALL = :
56: POST_INSTALL = :
57: NORMAL_UNINSTALL = :
58: PRE_UNINSTALL = :
59: POST_UNINSTALL = :
60: host_alias = @host_alias@
61: host_triplet = @host@
1.19 parser 62: APACHE13 = @APACHE13@
1.22 paf 63: APACHE_LIBS = @APACHE_LIBS@
1.1 paf 64: AS = @AS@
65: AWK = @AWK@
66: CC = @CC@
67: CXX = @CXX@
1.23 paf 68: DB2_INCLUDES = @DB2_INCLUDES@
69: DB2_LIBS = @DB2_LIBS@
1.1 paf 70: DLLTOOL = @DLLTOOL@
71: INCLTDL = @INCLTDL@
72: LIBADD_DL = @LIBADD_DL@
73: LIBLTDL = @LIBLTDL@
74: LIBTOOL = @LIBTOOL@
75: LIBTOOL_DEPS = @LIBTOOL_DEPS@
76: LN_S = @LN_S@
77: MAKEINFO = @MAKEINFO@
78: OBJDUMP = @OBJDUMP@
1.19 parser 79: P3S = @P3S@
1.1 paf 80: PACKAGE = @PACKAGE@
81: RANLIB = @RANLIB@
82: VERSION = @VERSION@
1.15 parser 83: XML_INCLUDES = @XML_INCLUDES@
84: XML_LIBS = @XML_LIBS@
1.1 paf 85: YACC = @YACC@
1.27 paf 86: charsetsdir = @charsetsdir@
1.1 paf 87: host_os = @host_os@
1.29 paf 88: rootconfigdir = @rootconfigdir@
1.28 paf 89: sqldriversdir = @sqldriversdir@
1.3 parser 90:
1.27 paf 91: noinst_PROGRAMS = dftables pcre_parser_ctype
1.2 paf 92: dftables_SOURCES = dftables.c
93: pcre_parser_ctype_SOURCES = pcre_parser_ctype.c
1.31 paf 94:
1.27 paf 95: CLEANFILES = auto_part.p chartables.c
1.31 paf 96:
1.1 paf 97: noinst_LIBRARIES = libpcre.a
1.32 ! paf 98: noinst_HEADERS = pcre.h internal.h
1.5 parser 99: libpcre_a_SOURCES = get.c pcre.c study.c maketables.c
1.32 ! paf 100:
! 101: EXTRA_DIST = pcre.3.html pcre.3.txt pcre.dsp pcre_dftables.dsp pcre_parser_ctype.dsp
1.1 paf 102: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
1.28 paf 103: CONFIG_HEADER = ../../src/include/pa_config_auto.h
1.1 paf 104: CONFIG_CLEAN_FILES =
105: LIBRARIES = $(noinst_LIBRARIES)
106:
107:
1.28 paf 108: DEFS = @DEFS@ -I. -I$(srcdir) -I../../src/include
1.1 paf 109: CPPFLAGS = @CPPFLAGS@
110: LDFLAGS = @LDFLAGS@
111: LIBS = @LIBS@
112: libpcre_a_LIBADD =
1.5 parser 113: libpcre_a_OBJECTS = get.o pcre.o study.o maketables.o
1.1 paf 114: AR = ar
1.27 paf 115: PROGRAMS = $(noinst_PROGRAMS)
1.1 paf 116:
117: dftables_OBJECTS = dftables.o
118: dftables_LDADD = $(LDADD)
119: dftables_DEPENDENCIES =
120: dftables_LDFLAGS =
1.2 paf 121: pcre_parser_ctype_OBJECTS = pcre_parser_ctype.o
122: pcre_parser_ctype_LDADD = $(LDADD)
123: pcre_parser_ctype_DEPENDENCIES =
124: pcre_parser_ctype_LDFLAGS =
1.1 paf 125: CFLAGS = @CFLAGS@
126: COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
127: LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
128: CCLD = $(CC)
129: LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
1.32 ! paf 130: HEADERS = $(noinst_HEADERS)
! 131:
1.1 paf 132: DIST_COMMON = README Makefile.am Makefile.in
133:
134:
135: DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
136:
1.24 paf 137: TAR = tar
1.1 paf 138: GZIP_ENV = --best
1.5 parser 139: DEP_FILES = .deps/dftables.P .deps/get.P .deps/maketables.P \
140: .deps/pcre.P .deps/pcre_parser_ctype.P .deps/study.P
1.2 paf 141: SOURCES = $(libpcre_a_SOURCES) $(dftables_SOURCES) $(pcre_parser_ctype_SOURCES)
142: OBJECTS = $(libpcre_a_OBJECTS) $(dftables_OBJECTS) $(pcre_parser_ctype_OBJECTS)
1.1 paf 143:
144: all: all-redirect
145: .SUFFIXES:
146: .SUFFIXES: .S .c .lo .o .s
147: $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
1.28 paf 148: cd $(top_srcdir) && $(AUTOMAKE) --gnu src/pcre/Makefile
1.1 paf 149:
150: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
151: cd $(top_builddir) \
152: && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
153:
154:
155: mostlyclean-noinstLIBRARIES:
156:
157: clean-noinstLIBRARIES:
158: -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
159:
160: distclean-noinstLIBRARIES:
161:
162: maintainer-clean-noinstLIBRARIES:
163:
164: .s.o:
165: $(COMPILE) -c $<
166:
167: .S.o:
168: $(COMPILE) -c $<
169:
170: mostlyclean-compile:
171: -rm -f *.o core *.core
172:
173: clean-compile:
174:
175: distclean-compile:
176: -rm -f *.tab.c
177:
178: maintainer-clean-compile:
179:
180: .s.lo:
181: $(LIBTOOL) --mode=compile $(COMPILE) -c $<
182:
183: .S.lo:
184: $(LIBTOOL) --mode=compile $(COMPILE) -c $<
185:
186: mostlyclean-libtool:
187: -rm -f *.lo
188:
189: clean-libtool:
190: -rm -rf .libs _libs
191:
192: distclean-libtool:
193:
194: maintainer-clean-libtool:
195:
196: libpcre.a: $(libpcre_a_OBJECTS) $(libpcre_a_DEPENDENCIES)
197: -rm -f libpcre.a
198: $(AR) cru libpcre.a $(libpcre_a_OBJECTS) $(libpcre_a_LIBADD)
199: $(RANLIB) libpcre.a
200:
1.27 paf 201: mostlyclean-noinstPROGRAMS:
1.1 paf 202:
1.27 paf 203: clean-noinstPROGRAMS:
204: -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
1.1 paf 205:
1.27 paf 206: distclean-noinstPROGRAMS:
1.1 paf 207:
1.27 paf 208: maintainer-clean-noinstPROGRAMS:
1.1 paf 209:
210: dftables: $(dftables_OBJECTS) $(dftables_DEPENDENCIES)
211: @rm -f dftables
212: $(LINK) $(dftables_LDFLAGS) $(dftables_OBJECTS) $(dftables_LDADD) $(LIBS)
213:
1.2 paf 214: pcre_parser_ctype: $(pcre_parser_ctype_OBJECTS) $(pcre_parser_ctype_DEPENDENCIES)
215: @rm -f pcre_parser_ctype
216: $(LINK) $(pcre_parser_ctype_LDFLAGS) $(pcre_parser_ctype_OBJECTS) $(pcre_parser_ctype_LDADD) $(LIBS)
217:
1.1 paf 218: tags: TAGS
219:
220: ID: $(HEADERS) $(SOURCES) $(LISP)
221: list='$(SOURCES) $(HEADERS)'; \
222: unique=`for i in $$list; do echo $$i; done | \
223: awk ' { files[$$0] = 1; } \
224: END { for (i in files) print i; }'`; \
225: here=`pwd` && cd $(srcdir) \
226: && mkid -f$$here/ID $$unique $(LISP)
227:
228: TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
229: tags=; \
230: here=`pwd`; \
231: list='$(SOURCES) $(HEADERS)'; \
232: unique=`for i in $$list; do echo $$i; done | \
233: awk ' { files[$$0] = 1; } \
234: END { for (i in files) print i; }'`; \
235: test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
236: || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
237:
238: mostlyclean-tags:
239:
240: clean-tags:
241:
242: distclean-tags:
243: -rm -f TAGS ID
244:
245: maintainer-clean-tags:
246:
247: distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
248:
1.28 paf 249: subdir = src/pcre
1.1 paf 250:
251: distdir: $(DISTFILES)
252: here=`cd $(top_builddir) && pwd`; \
253: top_distdir=`cd $(top_distdir) && pwd`; \
254: distdir=`cd $(distdir) && pwd`; \
255: cd $(top_srcdir) \
1.28 paf 256: && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu src/pcre/Makefile
1.1 paf 257: @for file in $(DISTFILES); do \
258: d=$(srcdir); \
259: if test -d $$d/$$file; then \
1.24 paf 260: cp -pr $$/$$file $(distdir)/$$file; \
1.1 paf 261: else \
262: test -f $(distdir)/$$file \
263: || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
264: || cp -p $$d/$$file $(distdir)/$$file || :; \
265: fi; \
266: done
267:
268: DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
269:
270: -include $(DEP_FILES)
271:
272: mostlyclean-depend:
273:
274: clean-depend:
275:
276: distclean-depend:
277: -rm -rf .deps
278:
279: maintainer-clean-depend:
280:
281: %.o: %.c
282: @echo '$(COMPILE) -c $<'; \
283: $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
284: @-cp .deps/$(*F).pp .deps/$(*F).P; \
285: tr ' ' '\012' < .deps/$(*F).pp \
286: | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
287: >> .deps/$(*F).P; \
288: rm .deps/$(*F).pp
289:
290: %.lo: %.c
291: @echo '$(LTCOMPILE) -c $<'; \
292: $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
293: @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
294: < .deps/$(*F).pp > .deps/$(*F).P; \
295: tr ' ' '\012' < .deps/$(*F).pp \
296: | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
297: >> .deps/$(*F).P; \
298: rm -f .deps/$(*F).pp
299: info-am:
300: info: info-am
301: dvi-am:
302: dvi: dvi-am
303: check-am: all-am
304: check: check-am
305: installcheck-am:
306: installcheck: installcheck-am
1.27 paf 307: install-exec-am:
1.1 paf 308: install-exec: install-exec-am
309:
310: install-data-am:
311: install-data: install-data-am
312:
313: install-am: all-am
314: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
315: install: install-am
1.27 paf 316: uninstall-am:
1.1 paf 317: uninstall: uninstall-am
1.32 ! paf 318: all-am: Makefile $(LIBRARIES) $(PROGRAMS) $(HEADERS)
1.1 paf 319: all-redirect: all-am
320: install-strip:
321: $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
322: installdirs:
323:
324:
325: mostlyclean-generic:
326:
327: clean-generic:
1.4 parser 328: -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
1.1 paf 329:
330: distclean-generic:
331: -rm -f Makefile $(CONFIG_CLEAN_FILES)
332: -rm -f config.cache config.log stamp-h stamp-h[0-9]*
333:
334: maintainer-clean-generic:
335: mostlyclean-am: mostlyclean-noinstLIBRARIES mostlyclean-compile \
1.27 paf 336: mostlyclean-libtool mostlyclean-noinstPROGRAMS \
1.1 paf 337: mostlyclean-tags mostlyclean-depend mostlyclean-generic
338:
339: mostlyclean: mostlyclean-am
340:
341: clean-am: clean-noinstLIBRARIES clean-compile clean-libtool \
1.27 paf 342: clean-noinstPROGRAMS clean-tags clean-depend \
343: clean-generic mostlyclean-am
1.1 paf 344:
345: clean: clean-am
346:
347: distclean-am: distclean-noinstLIBRARIES distclean-compile \
1.27 paf 348: distclean-libtool distclean-noinstPROGRAMS \
349: distclean-tags distclean-depend distclean-generic \
350: clean-am
1.1 paf 351: -rm -f libtool
352:
353: distclean: distclean-am
354:
355: maintainer-clean-am: maintainer-clean-noinstLIBRARIES \
356: maintainer-clean-compile maintainer-clean-libtool \
1.27 paf 357: maintainer-clean-noinstPROGRAMS maintainer-clean-tags \
1.1 paf 358: maintainer-clean-depend maintainer-clean-generic \
359: distclean-am
360: @echo "This command is intended for maintainers to use;"
361: @echo "it deletes files that may require special tools to rebuild."
362:
363: maintainer-clean: maintainer-clean-am
364:
365: .PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
366: clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
367: mostlyclean-compile distclean-compile clean-compile \
368: maintainer-clean-compile mostlyclean-libtool distclean-libtool \
1.27 paf 369: clean-libtool maintainer-clean-libtool mostlyclean-noinstPROGRAMS \
370: distclean-noinstPROGRAMS clean-noinstPROGRAMS \
371: maintainer-clean-noinstPROGRAMS tags mostlyclean-tags distclean-tags \
372: clean-tags maintainer-clean-tags distdir mostlyclean-depend \
373: distclean-depend clean-depend maintainer-clean-depend info-am info \
374: dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
375: install-exec install-data-am install-data install-am install \
376: uninstall-am uninstall all-redirect all-am all installdirs \
377: mostlyclean-generic distclean-generic clean-generic \
378: maintainer-clean-generic clean mostlyclean distclean maintainer-clean
1.1 paf 379:
380:
1.2 paf 381: auto_part.p: pcre_parser_ctype
382: ./pcre_parser_ctype Russian_Russia.1251 > auto_part.p
383:
1.27 paf 384: chartables.c: dftables
385: ./dftables >chartables.c
1.5 parser 386:
1.27 paf 387: pcre.c: chartables.c
1.1 paf 388:
389: # Tell versions [3.59,3.63) of GNU make to not export all variables.
390: # Otherwise a system limit (for SysV at least) may be exceeded.
391: .NOEXPORT:
E-mail: