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