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