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