Annotation of parser3/src/classes/gd/Makefile.in, revision 1.34
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:
1.28 paf 41: top_builddir = ../../..
1.1 paf 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: AWK = @AWK@
65: CC = @CC@
66: CXX = @CXX@
67: INCLTDL = @INCLTDL@
68: LIBADD_DL = @LIBADD_DL@
69: LIBLTDL = @LIBLTDL@
70: MAKEINFO = @MAKEINFO@
1.19 parser 71: P3S = @P3S@
1.1 paf 72: PACKAGE = @PACKAGE@
73: RANLIB = @RANLIB@
74: VERSION = @VERSION@
1.13 parser 75: XML_INCLUDES = @XML_INCLUDES@
76: XML_LIBS = @XML_LIBS@
1.1 paf 77: YACC = @YACC@
1.27 paf 78: charsetsdir = @charsetsdir@
1.1 paf 79: host_os = @host_os@
1.29 paf 80: rootconfigdir = @rootconfigdir@
1.28 paf 81: sqldriversdir = @sqldriversdir@
1.3 parser 82:
1.13 parser 83: INCLUDES = -I../../types @XML_INCLUDES@
1.31 paf 84:
1.1 paf 85: noinst_LIBRARIES = libgd.a
1.32 paf 86: noinst_HEADERS = gif.h mtables.h
1.14 parser 87: libgd_a_SOURCES = gif.C gifio.C ident.C
1.31 paf 88:
1.29 paf 89: IDENT_AWK = $(top_srcdir)/src/ident.awk
1.14 parser 90: IDENT_DEPS = *.h *.C
1.1 paf 91: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
1.28 paf 92: CONFIG_HEADER = ../../../src/include/pa_config_auto.h
1.1 paf 93: CONFIG_CLEAN_FILES =
94: LIBRARIES = $(noinst_LIBRARIES)
95:
96:
1.28 paf 97: DEFS = @DEFS@ -I. -I$(srcdir) -I../../../src/include
1.1 paf 98: CPPFLAGS = @CPPFLAGS@
99: LDFLAGS = @LDFLAGS@
100: LIBS = @LIBS@
101: libgd_a_LIBADD =
1.14 parser 102: libgd_a_OBJECTS = gif.o gifio.o ident.o
1.1 paf 103: AR = ar
104: CXXFLAGS = @CXXFLAGS@
105: CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
106: CXXLD = $(CXX)
1.33 paf 107: CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
1.32 paf 108: HEADERS = $(noinst_HEADERS)
109:
1.1 paf 110: DIST_COMMON = Makefile.am Makefile.in
111:
112:
113: DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
114:
1.24 paf 115: TAR = tar
1.1 paf 116: GZIP_ENV = --best
1.14 parser 117: DEP_FILES = .deps/gif.P .deps/gifio.P .deps/ident.P
1.1 paf 118: SOURCES = $(libgd_a_SOURCES)
119: OBJECTS = $(libgd_a_OBJECTS)
120:
121: all: all-redirect
122: .SUFFIXES:
1.33 paf 123: .SUFFIXES: .C .S .c .o .s
1.1 paf 124: $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
1.28 paf 125: cd $(top_srcdir) && $(AUTOMAKE) --gnu src/classes/gd/Makefile
1.1 paf 126:
127: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
128: cd $(top_builddir) \
129: && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
130:
131:
132: mostlyclean-noinstLIBRARIES:
133:
134: clean-noinstLIBRARIES:
135: -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
136:
137: distclean-noinstLIBRARIES:
138:
139: maintainer-clean-noinstLIBRARIES:
140:
141: .s.o:
142: $(COMPILE) -c $<
143:
144: .S.o:
145: $(COMPILE) -c $<
146:
147: mostlyclean-compile:
148: -rm -f *.o core *.core
149:
150: clean-compile:
151:
152: distclean-compile:
153: -rm -f *.tab.c
154:
155: maintainer-clean-compile:
156:
157: libgd.a: $(libgd_a_OBJECTS) $(libgd_a_DEPENDENCIES)
158: -rm -f libgd.a
159: $(AR) cru libgd.a $(libgd_a_OBJECTS) $(libgd_a_LIBADD)
160: $(RANLIB) libgd.a
161: .C.o:
162: $(CXXCOMPILE) -c $<
163:
164: tags: TAGS
165:
166: ID: $(HEADERS) $(SOURCES) $(LISP)
167: list='$(SOURCES) $(HEADERS)'; \
168: unique=`for i in $$list; do echo $$i; done | \
169: awk ' { files[$$0] = 1; } \
170: END { for (i in files) print i; }'`; \
171: here=`pwd` && cd $(srcdir) \
172: && mkid -f$$here/ID $$unique $(LISP)
173:
174: TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
175: tags=; \
176: here=`pwd`; \
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:
1.28 paf 195: subdir = src/classes/gd
1.1 paf 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) \
1.28 paf 202: && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu src/classes/gd/Makefile
1.1 paf 203: @for file in $(DISTFILES); do \
204: d=$(srcdir); \
205: if test -d $$d/$$file; then \
1.24 paf 206: cp -pr $$/$$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:
214: DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
215:
216: -include $(DEP_FILES)
217:
218: mostlyclean-depend:
219:
220: clean-depend:
221:
222: distclean-depend:
223: -rm -rf .deps
224:
225: maintainer-clean-depend:
226:
227: %.o: %.c
228: @echo '$(COMPILE) -c $<'; \
229: $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
230: @-cp .deps/$(*F).pp .deps/$(*F).P; \
231: tr ' ' '\012' < .deps/$(*F).pp \
232: | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
233: >> .deps/$(*F).P; \
234: rm .deps/$(*F).pp
235:
236: %.lo: %.c
237: @echo '$(LTCOMPILE) -c $<'; \
238: $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
239: @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
240: < .deps/$(*F).pp > .deps/$(*F).P; \
241: tr ' ' '\012' < .deps/$(*F).pp \
242: | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
243: >> .deps/$(*F).P; \
244: rm -f .deps/$(*F).pp
245:
246: %.o: %.C
247: @echo '$(CXXCOMPILE) -c $<'; \
248: $(CXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
249: @-cp .deps/$(*F).pp .deps/$(*F).P; \
250: tr ' ' '\012' < .deps/$(*F).pp \
251: | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
252: >> .deps/$(*F).P; \
253: rm .deps/$(*F).pp
254:
255: %.lo: %.C
256: @echo '$(LTCXXCOMPILE) -c $<'; \
257: $(LTCXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
258: @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
259: < .deps/$(*F).pp > .deps/$(*F).P; \
260: tr ' ' '\012' < .deps/$(*F).pp \
261: | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
262: >> .deps/$(*F).P; \
263: rm -f .deps/$(*F).pp
264: info-am:
265: info: info-am
266: dvi-am:
267: dvi: dvi-am
268: check-am: all-am
269: check: check-am
270: installcheck-am:
271: installcheck: installcheck-am
272: install-exec-am:
273: install-exec: install-exec-am
274:
275: install-data-am:
276: install-data: install-data-am
277:
278: install-am: all-am
279: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
280: install: install-am
281: uninstall-am:
282: uninstall: uninstall-am
1.32 paf 283: all-am: Makefile $(LIBRARIES) $(HEADERS)
1.1 paf 284: all-redirect: all-am
285: install-strip:
286: $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
287: installdirs:
288:
289:
290: mostlyclean-generic:
291:
292: clean-generic:
293:
294: distclean-generic:
295: -rm -f Makefile $(CONFIG_CLEAN_FILES)
296: -rm -f config.cache config.log stamp-h stamp-h[0-9]*
297:
298: maintainer-clean-generic:
299: mostlyclean-am: mostlyclean-noinstLIBRARIES mostlyclean-compile \
1.33 paf 300: mostlyclean-tags mostlyclean-depend mostlyclean-generic
1.1 paf 301:
302: mostlyclean: mostlyclean-am
303:
1.33 paf 304: clean-am: clean-noinstLIBRARIES clean-compile clean-tags clean-depend \
305: clean-generic mostlyclean-am
1.1 paf 306:
307: clean: clean-am
308:
309: distclean-am: distclean-noinstLIBRARIES distclean-compile \
1.33 paf 310: distclean-tags distclean-depend distclean-generic \
311: clean-am
1.1 paf 312:
313: distclean: distclean-am
314:
315: maintainer-clean-am: maintainer-clean-noinstLIBRARIES \
1.33 paf 316: maintainer-clean-compile maintainer-clean-tags \
317: maintainer-clean-depend maintainer-clean-generic \
318: distclean-am
1.1 paf 319: @echo "This command is intended for maintainers to use;"
320: @echo "it deletes files that may require special tools to rebuild."
321:
322: maintainer-clean: maintainer-clean-am
323:
324: .PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
325: clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
326: mostlyclean-compile distclean-compile clean-compile \
1.33 paf 327: maintainer-clean-compile tags mostlyclean-tags distclean-tags \
328: clean-tags maintainer-clean-tags distdir mostlyclean-depend \
329: distclean-depend clean-depend maintainer-clean-depend info-am info \
330: dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
331: install-exec install-data-am install-data install-am install \
332: uninstall-am uninstall all-redirect all-am all installdirs \
333: mostlyclean-generic distclean-generic clean-generic \
334: maintainer-clean-generic clean mostlyclean distclean maintainer-clean
1.1 paf 335:
1.14 parser 336:
337: ident.C: $(IDENT_AWK) $(IDENT_DEPS) Makefile.am
1.15 parser 338: rm -f ident.C
1.14 parser 339: echo // do not edit. autogenerated by Makefile.am > ident.C.new
340: cat $(IDENT_DEPS) | $(AWK) -f $(IDENT_AWK) -v project=gd >> ident.C.new
1.15 parser 341: mv ident.C.new ident.C
1.1 paf 342:
343: # Tell versions [3.59,3.63) of GNU make to not export all variables.
344: # Otherwise a system limit (for SysV at least) may be exceeded.
345: .NOEXPORT:
E-mail: