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