Annotation of parser3/src/targets/Makefile.in, revision 1.13
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.10 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.13 ! parser 79: XML_SRC = @XML_SRC@
1.1 paf 80: YACC = @YACC@
81: host_os = @host_os@
1.2 paf 82:
83: SUBDIRS = cgi apache13
1.1 paf 84: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
85: CONFIG_HEADER = ../include/pa_config_auto.h
86: CONFIG_CLEAN_FILES =
87: DIST_COMMON = Makefile.am Makefile.in
88:
89:
90: DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
91:
1.12 parser 92: TAR = gtar
1.1 paf 93: GZIP_ENV = --best
94: all: all-redirect
95: .SUFFIXES:
96: $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
97: cd $(top_srcdir) && $(AUTOMAKE) --gnu targets/Makefile
98:
99: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
100: cd $(top_builddir) \
101: && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
102:
103:
104: # This directory's subdirectories are mostly independent; you can cd
105: # into them and run `make' without going through this Makefile.
106: # To change the values of `make' variables: instead of editing Makefiles,
107: # (1) if the variable is set in `config.status', edit `config.status'
108: # (which will cause the Makefiles to be regenerated when you run `make');
109: # (2) otherwise, pass the desired values on the `make' command line.
110:
111: @SET_MAKE@
112:
113: all-recursive install-data-recursive install-exec-recursive \
114: installdirs-recursive install-recursive uninstall-recursive \
115: check-recursive installcheck-recursive info-recursive dvi-recursive:
116: @set fnord $(MAKEFLAGS); amf=$$2; \
117: dot_seen=no; \
118: target=`echo $@ | sed s/-recursive//`; \
119: list='$(SUBDIRS)'; for subdir in $$list; do \
120: echo "Making $$target in $$subdir"; \
121: if test "$$subdir" = "."; then \
122: dot_seen=yes; \
123: local_target="$$target-am"; \
124: else \
125: local_target="$$target"; \
126: fi; \
127: (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
128: || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
129: done; \
130: if test "$$dot_seen" = "no"; then \
131: $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
132: fi; test -z "$$fail"
133:
134: mostlyclean-recursive clean-recursive distclean-recursive \
135: maintainer-clean-recursive:
136: @set fnord $(MAKEFLAGS); amf=$$2; \
137: dot_seen=no; \
138: rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
139: rev="$$subdir $$rev"; \
140: test "$$subdir" = "." && dot_seen=yes; \
141: done; \
142: test "$$dot_seen" = "no" && rev=". $$rev"; \
143: target=`echo $@ | sed s/-recursive//`; \
144: for subdir in $$rev; do \
145: echo "Making $$target in $$subdir"; \
146: if test "$$subdir" = "."; then \
147: local_target="$$target-am"; \
148: else \
149: local_target="$$target"; \
150: fi; \
151: (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
152: || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
153: done && test -z "$$fail"
154: tags-recursive:
155: list='$(SUBDIRS)'; for subdir in $$list; do \
156: test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
157: done
158:
159: tags: TAGS
160:
161: ID: $(HEADERS) $(SOURCES) $(LISP)
162: list='$(SOURCES) $(HEADERS)'; \
163: unique=`for i in $$list; do echo $$i; done | \
164: awk ' { files[$$0] = 1; } \
165: END { for (i in files) print i; }'`; \
166: here=`pwd` && cd $(srcdir) \
167: && mkid -f$$here/ID $$unique $(LISP)
168:
169: TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
170: tags=; \
171: here=`pwd`; \
172: list='$(SUBDIRS)'; for subdir in $$list; do \
173: if test "$$subdir" = .; then :; else \
174: test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
175: fi; \
176: done; \
177: list='$(SOURCES) $(HEADERS)'; \
178: unique=`for i in $$list; do echo $$i; done | \
179: awk ' { files[$$0] = 1; } \
180: END { for (i in files) print i; }'`; \
181: test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
182: || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
183:
184: mostlyclean-tags:
185:
186: clean-tags:
187:
188: distclean-tags:
189: -rm -f TAGS ID
190:
191: maintainer-clean-tags:
192:
193: distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
194:
195: subdir = targets
196:
197: distdir: $(DISTFILES)
198: here=`cd $(top_builddir) && pwd`; \
199: top_distdir=`cd $(top_distdir) && pwd`; \
200: distdir=`cd $(distdir) && pwd`; \
201: cd $(top_srcdir) \
202: && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu targets/Makefile
203: @for file in $(DISTFILES); do \
204: d=$(srcdir); \
205: if test -d $$d/$$file; then \
1.12 parser 206: cp -pr $$d/$$file $(distdir)/$$file; \
1.1 paf 207: else \
208: test -f $(distdir)/$$file \
209: || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
210: || cp -p $$d/$$file $(distdir)/$$file || :; \
211: fi; \
212: done
213: for subdir in $(SUBDIRS); do \
214: if test "$$subdir" = .; then :; else \
215: test -d $(distdir)/$$subdir \
216: || mkdir $(distdir)/$$subdir \
217: || exit 1; \
218: chmod 777 $(distdir)/$$subdir; \
219: (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
220: || exit 1; \
221: fi; \
222: done
223: info-am:
224: info: info-recursive
225: dvi-am:
226: dvi: dvi-recursive
227: check-am: all-am
228: check: check-recursive
229: installcheck-am:
230: installcheck: installcheck-recursive
231: install-exec-am:
232: install-exec: install-exec-recursive
233:
234: install-data-am:
235: install-data: install-data-recursive
236:
237: install-am: all-am
238: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
239: install: install-recursive
240: uninstall-am:
241: uninstall: uninstall-recursive
242: all-am: Makefile
243: all-redirect: all-recursive
244: install-strip:
245: $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
246: installdirs: installdirs-recursive
247: installdirs-am:
248:
249:
250: mostlyclean-generic:
251:
252: clean-generic:
253:
254: distclean-generic:
255: -rm -f Makefile $(CONFIG_CLEAN_FILES)
256: -rm -f config.cache config.log stamp-h stamp-h[0-9]*
257:
258: maintainer-clean-generic:
259: mostlyclean-am: mostlyclean-tags mostlyclean-generic
260:
261: mostlyclean: mostlyclean-recursive
262:
263: clean-am: clean-tags clean-generic mostlyclean-am
264:
265: clean: clean-recursive
266:
267: distclean-am: distclean-tags distclean-generic clean-am
268: -rm -f libtool
269:
270: distclean: distclean-recursive
271:
272: maintainer-clean-am: maintainer-clean-tags maintainer-clean-generic \
273: distclean-am
274: @echo "This command is intended for maintainers to use;"
275: @echo "it deletes files that may require special tools to rebuild."
276:
277: maintainer-clean: maintainer-clean-recursive
278:
279: .PHONY: install-data-recursive uninstall-data-recursive \
280: install-exec-recursive uninstall-exec-recursive installdirs-recursive \
281: uninstalldirs-recursive all-recursive check-recursive \
282: installcheck-recursive info-recursive dvi-recursive \
283: mostlyclean-recursive distclean-recursive clean-recursive \
284: maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
285: distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
286: dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
287: install-exec install-data-am install-data install-am install \
288: uninstall-am uninstall all-redirect all-am all installdirs-am \
289: installdirs mostlyclean-generic distclean-generic clean-generic \
290: maintainer-clean-generic clean mostlyclean distclean maintainer-clean
291:
292:
293: # Tell versions [3.59,3.63) of GNU make to not export all variables.
294: # Otherwise a system limit (for SysV at least) may be exceeded.
295: .NOEXPORT:
E-mail: