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