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