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