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