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