Annotation of parser3/src/pcre/Makefile.in, revision 1.33
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: AWK = @AWK@
65: CC = @CC@
66: CXX = @CXX@
1.23 paf 67: DB2_INCLUDES = @DB2_INCLUDES@
68: DB2_LIBS = @DB2_LIBS@
1.1 paf 69: INCLTDL = @INCLTDL@
70: LIBADD_DL = @LIBADD_DL@
71: LIBLTDL = @LIBLTDL@
72: MAKEINFO = @MAKEINFO@
1.19 parser 73: P3S = @P3S@
1.1 paf 74: PACKAGE = @PACKAGE@
75: RANLIB = @RANLIB@
76: VERSION = @VERSION@
1.15 parser 77: XML_INCLUDES = @XML_INCLUDES@
78: XML_LIBS = @XML_LIBS@
1.1 paf 79: YACC = @YACC@
1.27 paf 80: charsetsdir = @charsetsdir@
1.1 paf 81: host_os = @host_os@
1.29 paf 82: rootconfigdir = @rootconfigdir@
1.28 paf 83: sqldriversdir = @sqldriversdir@
1.3 parser 84:
1.27 paf 85: noinst_PROGRAMS = dftables pcre_parser_ctype
1.2 paf 86: dftables_SOURCES = dftables.c
87: pcre_parser_ctype_SOURCES = pcre_parser_ctype.c
1.31 paf 88:
1.27 paf 89: CLEANFILES = auto_part.p chartables.c
1.31 paf 90:
1.1 paf 91: noinst_LIBRARIES = libpcre.a
1.32 paf 92: noinst_HEADERS = pcre.h internal.h
1.5 parser 93: libpcre_a_SOURCES = get.c pcre.c study.c maketables.c
1.32 paf 94:
95: EXTRA_DIST = pcre.3.html pcre.3.txt pcre.dsp pcre_dftables.dsp pcre_parser_ctype.dsp
1.1 paf 96: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
1.28 paf 97: CONFIG_HEADER = ../../src/include/pa_config_auto.h
1.1 paf 98: CONFIG_CLEAN_FILES =
99: LIBRARIES = $(noinst_LIBRARIES)
100:
101:
1.28 paf 102: DEFS = @DEFS@ -I. -I$(srcdir) -I../../src/include
1.1 paf 103: CPPFLAGS = @CPPFLAGS@
104: LDFLAGS = @LDFLAGS@
105: LIBS = @LIBS@
106: libpcre_a_LIBADD =
1.5 parser 107: libpcre_a_OBJECTS = get.o pcre.o study.o maketables.o
1.1 paf 108: AR = ar
1.27 paf 109: PROGRAMS = $(noinst_PROGRAMS)
1.1 paf 110:
111: dftables_OBJECTS = dftables.o
112: dftables_LDADD = $(LDADD)
113: dftables_DEPENDENCIES =
114: dftables_LDFLAGS =
1.2 paf 115: pcre_parser_ctype_OBJECTS = pcre_parser_ctype.o
116: pcre_parser_ctype_LDADD = $(LDADD)
117: pcre_parser_ctype_DEPENDENCIES =
118: pcre_parser_ctype_LDFLAGS =
1.1 paf 119: CFLAGS = @CFLAGS@
120: COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
121: CCLD = $(CC)
1.33 ! paf 122: LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
1.32 paf 123: HEADERS = $(noinst_HEADERS)
124:
1.1 paf 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:
1.33 ! paf 139: .SUFFIXES: .S .c .o .s
1.1 paf 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: libpcre.a: $(libpcre_a_OBJECTS) $(libpcre_a_DEPENDENCIES)
174: -rm -f libpcre.a
175: $(AR) cru libpcre.a $(libpcre_a_OBJECTS) $(libpcre_a_LIBADD)
176: $(RANLIB) libpcre.a
177:
1.27 paf 178: mostlyclean-noinstPROGRAMS:
1.1 paf 179:
1.27 paf 180: clean-noinstPROGRAMS:
181: -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
1.1 paf 182:
1.27 paf 183: distclean-noinstPROGRAMS:
1.1 paf 184:
1.27 paf 185: maintainer-clean-noinstPROGRAMS:
1.1 paf 186:
187: dftables: $(dftables_OBJECTS) $(dftables_DEPENDENCIES)
188: @rm -f dftables
189: $(LINK) $(dftables_LDFLAGS) $(dftables_OBJECTS) $(dftables_LDADD) $(LIBS)
190:
1.2 paf 191: pcre_parser_ctype: $(pcre_parser_ctype_OBJECTS) $(pcre_parser_ctype_DEPENDENCIES)
192: @rm -f pcre_parser_ctype
193: $(LINK) $(pcre_parser_ctype_LDFLAGS) $(pcre_parser_ctype_OBJECTS) $(pcre_parser_ctype_LDADD) $(LIBS)
194:
1.1 paf 195: tags: TAGS
196:
197: ID: $(HEADERS) $(SOURCES) $(LISP)
198: list='$(SOURCES) $(HEADERS)'; \
199: unique=`for i in $$list; do echo $$i; done | \
200: awk ' { files[$$0] = 1; } \
201: END { for (i in files) print i; }'`; \
202: here=`pwd` && cd $(srcdir) \
203: && mkid -f$$here/ID $$unique $(LISP)
204:
205: TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
206: tags=; \
207: here=`pwd`; \
208: list='$(SOURCES) $(HEADERS)'; \
209: unique=`for i in $$list; do echo $$i; done | \
210: awk ' { files[$$0] = 1; } \
211: END { for (i in files) print i; }'`; \
212: test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
213: || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
214:
215: mostlyclean-tags:
216:
217: clean-tags:
218:
219: distclean-tags:
220: -rm -f TAGS ID
221:
222: maintainer-clean-tags:
223:
224: distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
225:
1.28 paf 226: subdir = src/pcre
1.1 paf 227:
228: distdir: $(DISTFILES)
229: here=`cd $(top_builddir) && pwd`; \
230: top_distdir=`cd $(top_distdir) && pwd`; \
231: distdir=`cd $(distdir) && pwd`; \
232: cd $(top_srcdir) \
1.28 paf 233: && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu src/pcre/Makefile
1.1 paf 234: @for file in $(DISTFILES); do \
235: d=$(srcdir); \
236: if test -d $$d/$$file; then \
1.24 paf 237: cp -pr $$/$$file $(distdir)/$$file; \
1.1 paf 238: else \
239: test -f $(distdir)/$$file \
240: || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
241: || cp -p $$d/$$file $(distdir)/$$file || :; \
242: fi; \
243: done
244:
245: DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
246:
247: -include $(DEP_FILES)
248:
249: mostlyclean-depend:
250:
251: clean-depend:
252:
253: distclean-depend:
254: -rm -rf .deps
255:
256: maintainer-clean-depend:
257:
258: %.o: %.c
259: @echo '$(COMPILE) -c $<'; \
260: $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
261: @-cp .deps/$(*F).pp .deps/$(*F).P; \
262: tr ' ' '\012' < .deps/$(*F).pp \
263: | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
264: >> .deps/$(*F).P; \
265: rm .deps/$(*F).pp
266:
267: %.lo: %.c
268: @echo '$(LTCOMPILE) -c $<'; \
269: $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
270: @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
271: < .deps/$(*F).pp > .deps/$(*F).P; \
272: tr ' ' '\012' < .deps/$(*F).pp \
273: | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
274: >> .deps/$(*F).P; \
275: rm -f .deps/$(*F).pp
276: info-am:
277: info: info-am
278: dvi-am:
279: dvi: dvi-am
280: check-am: all-am
281: check: check-am
282: installcheck-am:
283: installcheck: installcheck-am
1.27 paf 284: install-exec-am:
1.1 paf 285: install-exec: install-exec-am
286:
287: install-data-am:
288: install-data: install-data-am
289:
290: install-am: all-am
291: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
292: install: install-am
1.27 paf 293: uninstall-am:
1.1 paf 294: uninstall: uninstall-am
1.32 paf 295: all-am: Makefile $(LIBRARIES) $(PROGRAMS) $(HEADERS)
1.1 paf 296: all-redirect: all-am
297: install-strip:
298: $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
299: installdirs:
300:
301:
302: mostlyclean-generic:
303:
304: clean-generic:
1.4 parser 305: -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
1.1 paf 306:
307: distclean-generic:
308: -rm -f Makefile $(CONFIG_CLEAN_FILES)
309: -rm -f config.cache config.log stamp-h stamp-h[0-9]*
310:
311: maintainer-clean-generic:
312: mostlyclean-am: mostlyclean-noinstLIBRARIES mostlyclean-compile \
1.33 ! paf 313: mostlyclean-noinstPROGRAMS mostlyclean-tags \
! 314: mostlyclean-depend mostlyclean-generic
1.1 paf 315:
316: mostlyclean: mostlyclean-am
317:
1.33 ! paf 318: clean-am: clean-noinstLIBRARIES clean-compile clean-noinstPROGRAMS \
! 319: clean-tags clean-depend clean-generic mostlyclean-am
1.1 paf 320:
321: clean: clean-am
322:
323: distclean-am: distclean-noinstLIBRARIES distclean-compile \
1.33 ! paf 324: distclean-noinstPROGRAMS distclean-tags \
! 325: distclean-depend distclean-generic clean-am
1.1 paf 326:
327: distclean: distclean-am
328:
329: maintainer-clean-am: maintainer-clean-noinstLIBRARIES \
1.33 ! paf 330: maintainer-clean-compile \
1.27 paf 331: maintainer-clean-noinstPROGRAMS maintainer-clean-tags \
1.1 paf 332: maintainer-clean-depend maintainer-clean-generic \
333: distclean-am
334: @echo "This command is intended for maintainers to use;"
335: @echo "it deletes files that may require special tools to rebuild."
336:
337: maintainer-clean: maintainer-clean-am
338:
339: .PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
340: clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
341: mostlyclean-compile distclean-compile clean-compile \
1.33 ! paf 342: maintainer-clean-compile mostlyclean-noinstPROGRAMS \
1.27 paf 343: distclean-noinstPROGRAMS clean-noinstPROGRAMS \
344: maintainer-clean-noinstPROGRAMS tags mostlyclean-tags distclean-tags \
345: clean-tags maintainer-clean-tags distdir mostlyclean-depend \
346: distclean-depend clean-depend maintainer-clean-depend info-am info \
347: dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
348: install-exec install-data-am install-data install-am install \
349: uninstall-am uninstall all-redirect all-am all installdirs \
350: mostlyclean-generic distclean-generic clean-generic \
351: maintainer-clean-generic clean mostlyclean distclean maintainer-clean
1.1 paf 352:
353:
1.2 paf 354: auto_part.p: pcre_parser_ctype
355: ./pcre_parser_ctype Russian_Russia.1251 > auto_part.p
356:
1.27 paf 357: chartables.c: dftables
358: ./dftables >chartables.c
1.5 parser 359:
1.27 paf 360: pcre.c: chartables.c
1.1 paf 361:
362: # Tell versions [3.59,3.63) of GNU make to not export all variables.
363: # Otherwise a system limit (for SysV at least) may be exceeded.
364: .NOEXPORT:
E-mail: