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