Annotation of parser3/src/pcre/Makefile.in, revision 1.30
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.27 paf 94: CLEANFILES = auto_part.p chartables.c
1.1 paf 95: noinst_LIBRARIES = libpcre.a
1.5 parser 96: libpcre_a_SOURCES = get.c pcre.c study.c maketables.c
1.1 paf 97: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
1.28 paf 98: CONFIG_HEADER = ../../src/include/pa_config_auto.h
1.1 paf 99: CONFIG_CLEAN_FILES =
100: LIBRARIES = $(noinst_LIBRARIES)
101:
102:
1.28 paf 103: DEFS = @DEFS@ -I. -I$(srcdir) -I../../src/include
1.1 paf 104: CPPFLAGS = @CPPFLAGS@
105: LDFLAGS = @LDFLAGS@
106: LIBS = @LIBS@
107: libpcre_a_LIBADD =
1.5 parser 108: libpcre_a_OBJECTS = get.o pcre.o study.o maketables.o
1.1 paf 109: AR = ar
1.27 paf 110: PROGRAMS = $(noinst_PROGRAMS)
1.1 paf 111:
112: dftables_OBJECTS = dftables.o
113: dftables_LDADD = $(LDADD)
114: dftables_DEPENDENCIES =
115: dftables_LDFLAGS =
1.2 paf 116: pcre_parser_ctype_OBJECTS = pcre_parser_ctype.o
117: pcre_parser_ctype_LDADD = $(LDADD)
118: pcre_parser_ctype_DEPENDENCIES =
119: pcre_parser_ctype_LDFLAGS =
1.1 paf 120: CFLAGS = @CFLAGS@
121: COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
122: LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
123: CCLD = $(CC)
124: LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
125: DIST_COMMON = README Makefile.am Makefile.in
126:
127:
128: DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
129:
1.24 paf 130: TAR = tar
1.1 paf 131: GZIP_ENV = --best
1.5 parser 132: DEP_FILES = .deps/dftables.P .deps/get.P .deps/maketables.P \
133: .deps/pcre.P .deps/pcre_parser_ctype.P .deps/study.P
1.2 paf 134: SOURCES = $(libpcre_a_SOURCES) $(dftables_SOURCES) $(pcre_parser_ctype_SOURCES)
135: OBJECTS = $(libpcre_a_OBJECTS) $(dftables_OBJECTS) $(pcre_parser_ctype_OBJECTS)
1.1 paf 136:
137: all: all-redirect
138: .SUFFIXES:
139: .SUFFIXES: .S .c .lo .o .s
140: $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
1.28 paf 141: cd $(top_srcdir) && $(AUTOMAKE) --gnu src/pcre/Makefile
1.1 paf 142:
143: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
144: cd $(top_builddir) \
145: && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
146:
147:
148: mostlyclean-noinstLIBRARIES:
149:
150: clean-noinstLIBRARIES:
151: -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
152:
153: distclean-noinstLIBRARIES:
154:
155: maintainer-clean-noinstLIBRARIES:
156:
157: .s.o:
158: $(COMPILE) -c $<
159:
160: .S.o:
161: $(COMPILE) -c $<
162:
163: mostlyclean-compile:
164: -rm -f *.o core *.core
165:
166: clean-compile:
167:
168: distclean-compile:
169: -rm -f *.tab.c
170:
171: maintainer-clean-compile:
172:
173: .s.lo:
174: $(LIBTOOL) --mode=compile $(COMPILE) -c $<
175:
176: .S.lo:
177: $(LIBTOOL) --mode=compile $(COMPILE) -c $<
178:
179: mostlyclean-libtool:
180: -rm -f *.lo
181:
182: clean-libtool:
183: -rm -rf .libs _libs
184:
185: distclean-libtool:
186:
187: maintainer-clean-libtool:
188:
189: libpcre.a: $(libpcre_a_OBJECTS) $(libpcre_a_DEPENDENCIES)
190: -rm -f libpcre.a
191: $(AR) cru libpcre.a $(libpcre_a_OBJECTS) $(libpcre_a_LIBADD)
192: $(RANLIB) libpcre.a
193:
1.27 paf 194: mostlyclean-noinstPROGRAMS:
1.1 paf 195:
1.27 paf 196: clean-noinstPROGRAMS:
197: -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
1.1 paf 198:
1.27 paf 199: distclean-noinstPROGRAMS:
1.1 paf 200:
1.27 paf 201: maintainer-clean-noinstPROGRAMS:
1.1 paf 202:
203: dftables: $(dftables_OBJECTS) $(dftables_DEPENDENCIES)
204: @rm -f dftables
205: $(LINK) $(dftables_LDFLAGS) $(dftables_OBJECTS) $(dftables_LDADD) $(LIBS)
206:
1.2 paf 207: pcre_parser_ctype: $(pcre_parser_ctype_OBJECTS) $(pcre_parser_ctype_DEPENDENCIES)
208: @rm -f pcre_parser_ctype
209: $(LINK) $(pcre_parser_ctype_LDFLAGS) $(pcre_parser_ctype_OBJECTS) $(pcre_parser_ctype_LDADD) $(LIBS)
210:
1.1 paf 211: tags: TAGS
212:
213: ID: $(HEADERS) $(SOURCES) $(LISP)
214: list='$(SOURCES) $(HEADERS)'; \
215: unique=`for i in $$list; do echo $$i; done | \
216: awk ' { files[$$0] = 1; } \
217: END { for (i in files) print i; }'`; \
218: here=`pwd` && cd $(srcdir) \
219: && mkid -f$$here/ID $$unique $(LISP)
220:
221: TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
222: tags=; \
223: here=`pwd`; \
224: list='$(SOURCES) $(HEADERS)'; \
225: unique=`for i in $$list; do echo $$i; done | \
226: awk ' { files[$$0] = 1; } \
227: END { for (i in files) print i; }'`; \
228: test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
229: || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
230:
231: mostlyclean-tags:
232:
233: clean-tags:
234:
235: distclean-tags:
236: -rm -f TAGS ID
237:
238: maintainer-clean-tags:
239:
240: distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
241:
1.28 paf 242: subdir = src/pcre
1.1 paf 243:
244: distdir: $(DISTFILES)
245: here=`cd $(top_builddir) && pwd`; \
246: top_distdir=`cd $(top_distdir) && pwd`; \
247: distdir=`cd $(distdir) && pwd`; \
248: cd $(top_srcdir) \
1.28 paf 249: && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu src/pcre/Makefile
1.1 paf 250: @for file in $(DISTFILES); do \
251: d=$(srcdir); \
252: if test -d $$d/$$file; then \
1.24 paf 253: cp -pr $$/$$file $(distdir)/$$file; \
1.1 paf 254: else \
255: test -f $(distdir)/$$file \
256: || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
257: || cp -p $$d/$$file $(distdir)/$$file || :; \
258: fi; \
259: done
260:
261: DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
262:
263: -include $(DEP_FILES)
264:
265: mostlyclean-depend:
266:
267: clean-depend:
268:
269: distclean-depend:
270: -rm -rf .deps
271:
272: maintainer-clean-depend:
273:
274: %.o: %.c
275: @echo '$(COMPILE) -c $<'; \
276: $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
277: @-cp .deps/$(*F).pp .deps/$(*F).P; \
278: tr ' ' '\012' < .deps/$(*F).pp \
279: | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
280: >> .deps/$(*F).P; \
281: rm .deps/$(*F).pp
282:
283: %.lo: %.c
284: @echo '$(LTCOMPILE) -c $<'; \
285: $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
286: @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
287: < .deps/$(*F).pp > .deps/$(*F).P; \
288: tr ' ' '\012' < .deps/$(*F).pp \
289: | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
290: >> .deps/$(*F).P; \
291: rm -f .deps/$(*F).pp
292: info-am:
293: info: info-am
294: dvi-am:
295: dvi: dvi-am
296: check-am: all-am
297: check: check-am
298: installcheck-am:
299: installcheck: installcheck-am
1.27 paf 300: install-exec-am:
1.1 paf 301: install-exec: install-exec-am
302:
303: install-data-am:
304: install-data: install-data-am
305:
306: install-am: all-am
307: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
308: install: install-am
1.27 paf 309: uninstall-am:
1.1 paf 310: uninstall: uninstall-am
311: all-am: Makefile $(LIBRARIES) $(PROGRAMS)
312: all-redirect: all-am
313: install-strip:
314: $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
315: installdirs:
316:
317:
318: mostlyclean-generic:
319:
320: clean-generic:
1.4 parser 321: -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
1.1 paf 322:
323: distclean-generic:
324: -rm -f Makefile $(CONFIG_CLEAN_FILES)
325: -rm -f config.cache config.log stamp-h stamp-h[0-9]*
326:
327: maintainer-clean-generic:
328: mostlyclean-am: mostlyclean-noinstLIBRARIES mostlyclean-compile \
1.27 paf 329: mostlyclean-libtool mostlyclean-noinstPROGRAMS \
1.1 paf 330: mostlyclean-tags mostlyclean-depend mostlyclean-generic
331:
332: mostlyclean: mostlyclean-am
333:
334: clean-am: clean-noinstLIBRARIES clean-compile clean-libtool \
1.27 paf 335: clean-noinstPROGRAMS clean-tags clean-depend \
336: clean-generic mostlyclean-am
1.1 paf 337:
338: clean: clean-am
339:
340: distclean-am: distclean-noinstLIBRARIES distclean-compile \
1.27 paf 341: distclean-libtool distclean-noinstPROGRAMS \
342: distclean-tags distclean-depend distclean-generic \
343: clean-am
1.1 paf 344: -rm -f libtool
345:
346: distclean: distclean-am
347:
348: maintainer-clean-am: maintainer-clean-noinstLIBRARIES \
349: maintainer-clean-compile maintainer-clean-libtool \
1.27 paf 350: maintainer-clean-noinstPROGRAMS maintainer-clean-tags \
1.1 paf 351: maintainer-clean-depend maintainer-clean-generic \
352: distclean-am
353: @echo "This command is intended for maintainers to use;"
354: @echo "it deletes files that may require special tools to rebuild."
355:
356: maintainer-clean: maintainer-clean-am
357:
358: .PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
359: clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
360: mostlyclean-compile distclean-compile clean-compile \
361: maintainer-clean-compile mostlyclean-libtool distclean-libtool \
1.27 paf 362: clean-libtool maintainer-clean-libtool mostlyclean-noinstPROGRAMS \
363: distclean-noinstPROGRAMS clean-noinstPROGRAMS \
364: maintainer-clean-noinstPROGRAMS tags mostlyclean-tags distclean-tags \
365: clean-tags maintainer-clean-tags distdir mostlyclean-depend \
366: distclean-depend clean-depend maintainer-clean-depend info-am info \
367: dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
368: install-exec install-data-am install-data install-am install \
369: uninstall-am uninstall all-redirect all-am all installdirs \
370: mostlyclean-generic distclean-generic clean-generic \
371: maintainer-clean-generic clean mostlyclean distclean maintainer-clean
1.1 paf 372:
373:
1.2 paf 374: auto_part.p: pcre_parser_ctype
375: ./pcre_parser_ctype Russian_Russia.1251 > auto_part.p
376:
1.27 paf 377: chartables.c: dftables
378: ./dftables >chartables.c
1.5 parser 379:
1.30 ! paf 380:
1.27 paf 381: pcre.c: chartables.c
1.30 ! paf 382:
1.1 paf 383:
384: # Tell versions [3.59,3.63) of GNU make to not export all variables.
385: # Otherwise a system limit (for SysV at least) may be exceeded.
386: .NOEXPORT:
E-mail: