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