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