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