source: abuse/trunk/src/imlib/Makefile.in @ 2

Last change on this file since 2 was 2, checked in by Sam Hocevar, 17 years ago
  • imported original 0.7.0 tarball
File size: 10.3 KB
Line 
1# Makefile.in generated automatically by automake 1.4-p4 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
14SHELL = @SHELL@
15
16srcdir = @srcdir@
17top_srcdir = @top_srcdir@
18VPATH = @srcdir@
19prefix = @prefix@
20exec_prefix = @exec_prefix@
21
22bindir = @bindir@
23sbindir = @sbindir@
24libexecdir = @libexecdir@
25datadir = @datadir@
26sysconfdir = @sysconfdir@
27sharedstatedir = @sharedstatedir@
28localstatedir = @localstatedir@
29libdir = @libdir@
30infodir = @infodir@
31mandir = @mandir@
32includedir = @includedir@
33oldincludedir = /usr/include
34
35DESTDIR =
36
37pkgdatadir = $(datadir)/@PACKAGE@
38pkglibdir = $(libdir)/@PACKAGE@
39pkgincludedir = $(includedir)/@PACKAGE@
40
41top_builddir = ../..
42
43ACLOCAL = @ACLOCAL@
44AUTOCONF = @AUTOCONF@
45AUTOMAKE = @AUTOMAKE@
46AUTOHEADER = @AUTOHEADER@
47
48INSTALL = @INSTALL@
49INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50INSTALL_DATA = @INSTALL_DATA@
51INSTALL_SCRIPT = @INSTALL_SCRIPT@
52transform = @program_transform_name@
53
54NORMAL_INSTALL = :
55PRE_INSTALL = :
56POST_INSTALL = :
57NORMAL_UNINSTALL = :
58PRE_UNINSTALL = :
59POST_UNINSTALL = :
60host_alias = @host_alias@
61host_triplet = @host@
62AS = @AS@
63CC = @CC@
64CPP = @CPP@
65CXX = @CXX@
66DLLTOOL = @DLLTOOL@
67ECHO = @ECHO@
68EXEEXT = @EXEEXT@
69EXPDATADIR = @EXPDATADIR@
70LIBTOOL = @LIBTOOL@
71LN_S = @LN_S@
72MAKEINFO = @MAKEINFO@
73OBJDUMP = @OBJDUMP@
74OBJEXT = @OBJEXT@
75PACKAGE = @PACKAGE@
76RANLIB = @RANLIB@
77SDL_CFLAGS = @SDL_CFLAGS@
78SDL_CONFIG = @SDL_CONFIG@
79SDL_LIBS = @SDL_LIBS@
80STRIP = @STRIP@
81VERSION = @VERSION@
82
83noinst_LIBRARIES = libimlib.a
84
85libimlib_a_SOURCES = filter.cpp gifread.cpp globals.cpp image.cpp       linked.cpp input.cpp mdlread.cpp palette.cpp ppmread.cpp        include.cpp xwdread.cpp fonts.cpp decoder.cpp loader.cpp        glread.cpp texture.cpp specs.cpp supmorph.cpp image24.cpp       pcxread.cpp timage.cpp jmalloc.cpp jrand.cpp lbmread.cpp        targa.cpp keys.cpp dprint.cpp status.cpp visobj.cpp     packet.cpp readwav.cpp pmenu.cpp scroller.cpp filesel.cpp       tools.cpp guistat.cpp sprite.cpp jwindow.cpp
86
87
88INCLUDES = -I$(srcdir)/include
89
90CPPFLAGS = @CPPFLAGS@ -DMANAGE_MEM -DNO_CHECK
91mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
92CONFIG_CLEAN_FILES =
93LIBRARIES =  $(noinst_LIBRARIES)
94
95
96DEFS = @DEFS@ -I. -I$(srcdir)
97LDFLAGS = @LDFLAGS@
98LIBS = @LIBS@
99libimlib_a_LIBADD =
100libimlib_a_OBJECTS =  filter.$(OBJEXT) gifread.$(OBJEXT) \
101globals.$(OBJEXT) image.$(OBJEXT) linked.$(OBJEXT) input.$(OBJEXT) \
102mdlread.$(OBJEXT) palette.$(OBJEXT) ppmread.$(OBJEXT) include.$(OBJEXT) \
103xwdread.$(OBJEXT) fonts.$(OBJEXT) decoder.$(OBJEXT) loader.$(OBJEXT) \
104glread.$(OBJEXT) texture.$(OBJEXT) specs.$(OBJEXT) supmorph.$(OBJEXT) \
105image24.$(OBJEXT) pcxread.$(OBJEXT) timage.$(OBJEXT) jmalloc.$(OBJEXT) \
106jrand.$(OBJEXT) lbmread.$(OBJEXT) targa.$(OBJEXT) keys.$(OBJEXT) \
107dprint.$(OBJEXT) status.$(OBJEXT) visobj.$(OBJEXT) packet.$(OBJEXT) \
108readwav.$(OBJEXT) pmenu.$(OBJEXT) scroller.$(OBJEXT) filesel.$(OBJEXT) \
109tools.$(OBJEXT) guistat.$(OBJEXT) sprite.$(OBJEXT) jwindow.$(OBJEXT)
110AR = ar
111CXXFLAGS = @CXXFLAGS@
112CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
113CXXLD = $(CXX)
114CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
115DIST_COMMON =  Makefile.am Makefile.in
116
117
118DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
119
120TAR = tar
121GZIP_ENV = --best
122DEP_FILES =  .deps/decoder.P .deps/dprint.P .deps/filesel.P \
123.deps/filter.P .deps/fonts.P .deps/gifread.P .deps/globals.P \
124.deps/glread.P .deps/guistat.P .deps/image.P .deps/image24.P \
125.deps/include.P .deps/input.P .deps/jmalloc.P .deps/jrand.P \
126.deps/jwindow.P .deps/keys.P .deps/lbmread.P .deps/linked.P \
127.deps/loader.P .deps/mdlread.P .deps/packet.P .deps/palette.P \
128.deps/pcxread.P .deps/pmenu.P .deps/ppmread.P .deps/readwav.P \
129.deps/scroller.P .deps/specs.P .deps/sprite.P .deps/status.P \
130.deps/supmorph.P .deps/targa.P .deps/texture.P .deps/timage.P \
131.deps/tools.P .deps/visobj.P .deps/xwdread.P
132SOURCES = $(libimlib_a_SOURCES)
133OBJECTS = $(libimlib_a_OBJECTS)
134
135all: all-redirect
136.SUFFIXES:
137.SUFFIXES: .S .c .cpp .o .obj .s
138$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
139        cd $(top_srcdir) && $(AUTOMAKE) --gnu src/imlib/Makefile
140
141Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
142        cd $(top_builddir) \
143          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
144
145
146mostlyclean-noinstLIBRARIES:
147
148clean-noinstLIBRARIES:
149        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
150
151distclean-noinstLIBRARIES:
152
153maintainer-clean-noinstLIBRARIES:
154
155# FIXME: We should only use cygpath when building on Windows,
156# and only if it is available.
157.c.obj:
158        $(COMPILE) -c `cygpath -w $<`
159
160.s.o:
161        $(COMPILE) -c $<
162
163.S.o:
164        $(COMPILE) -c $<
165
166mostlyclean-compile:
167        -rm -f *.o core *.core
168        -rm -f *.$(OBJEXT)
169
170clean-compile:
171
172distclean-compile:
173        -rm -f *.tab.c
174
175maintainer-clean-compile:
176
177libimlib.a: $(libimlib_a_OBJECTS) $(libimlib_a_DEPENDENCIES)
178        -rm -f libimlib.a
179        $(AR) cru libimlib.a $(libimlib_a_OBJECTS) $(libimlib_a_LIBADD)
180        $(RANLIB) libimlib.a
181.cpp.o:
182        $(CXXCOMPILE) -c $<
183.cpp.obj:
184        $(CXXCOMPILE) -c `cygpath -w $<`
185
186tags: TAGS
187
188ID: $(HEADERS) $(SOURCES) $(LISP)
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        here=`pwd` && cd $(srcdir) \
194          && mkid -f$$here/ID $$unique $(LISP)
195
196TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
197        tags=; \
198        here=`pwd`; \
199        list='$(SOURCES) $(HEADERS)'; \
200        unique=`for i in $$list; do echo $$i; done | \
201          awk '    { files[$$0] = 1; } \
202               END { for (i in files) print i; }'`; \
203        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
204          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
205
206mostlyclean-tags:
207
208clean-tags:
209
210distclean-tags:
211        -rm -f TAGS ID
212
213maintainer-clean-tags:
214
215distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
216
217subdir = src/imlib
218
219distdir: $(DISTFILES)
220        here=`cd $(top_builddir) && pwd`; \
221        top_distdir=`cd $(top_distdir) && pwd`; \
222        distdir=`cd $(distdir) && pwd`; \
223        cd $(top_srcdir) \
224          && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu src/imlib/Makefile
225        @for file in $(DISTFILES); do \
226          d=$(srcdir); \
227          if test -d $$d/$$file; then \
228            cp -pr $$d/$$file $(distdir)/$$file; \
229          else \
230            test -f $(distdir)/$$file \
231            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
232            || cp -p $$d/$$file $(distdir)/$$file || :; \
233          fi; \
234        done
235
236DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
237
238-include $(DEP_FILES)
239
240mostlyclean-depend:
241
242clean-depend:
243
244distclean-depend:
245        -rm -rf .deps
246
247maintainer-clean-depend:
248
249%.o: %.c
250        @echo '$(COMPILE) -c $<'; \
251        $(COMPILE) -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 '$(LTCOMPILE) -c $<'; \
260        $(LTCOMPILE) -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
268%.o: %.cpp
269        @echo '$(CXXCOMPILE) -c $<'; \
270        $(CXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
271        @-cp .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 .deps/$(*F).pp
276
277%.lo: %.cpp
278        @echo '$(LTCXXCOMPILE) -c $<'; \
279        $(LTCXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
280        @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
281          < .deps/$(*F).pp > .deps/$(*F).P; \
282        tr ' ' '\012' < .deps/$(*F).pp \
283          | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
284            >> .deps/$(*F).P; \
285        rm -f .deps/$(*F).pp
286info-am:
287info: info-am
288dvi-am:
289dvi: dvi-am
290check-am: all-am
291check: check-am
292installcheck-am:
293installcheck: installcheck-am
294install-exec-am:
295install-exec: install-exec-am
296
297install-data-am:
298install-data: install-data-am
299
300install-am: all-am
301        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
302install: install-am
303uninstall-am:
304uninstall: uninstall-am
305all-am: Makefile $(LIBRARIES)
306all-redirect: all-am
307install-strip:
308        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
309installdirs:
310
311
312mostlyclean-generic:
313
314clean-generic:
315
316distclean-generic:
317        -rm -f Makefile $(CONFIG_CLEAN_FILES)
318        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
319
320maintainer-clean-generic:
321mostlyclean-am:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
322                mostlyclean-tags mostlyclean-depend mostlyclean-generic
323
324mostlyclean: mostlyclean-am
325
326clean-am:  clean-noinstLIBRARIES clean-compile clean-tags clean-depend \
327                clean-generic mostlyclean-am
328
329clean: clean-am
330
331distclean-am:  distclean-noinstLIBRARIES distclean-compile \
332                distclean-tags distclean-depend distclean-generic \
333                clean-am
334
335distclean: distclean-am
336
337maintainer-clean-am:  maintainer-clean-noinstLIBRARIES \
338                maintainer-clean-compile maintainer-clean-tags \
339                maintainer-clean-depend maintainer-clean-generic \
340                distclean-am
341        @echo "This command is intended for maintainers to use;"
342        @echo "it deletes files that may require special tools to rebuild."
343
344maintainer-clean: maintainer-clean-am
345
346.PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
347clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
348mostlyclean-compile distclean-compile clean-compile \
349maintainer-clean-compile tags mostlyclean-tags distclean-tags \
350clean-tags maintainer-clean-tags distdir mostlyclean-depend \
351distclean-depend clean-depend maintainer-clean-depend info-am info \
352dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
353install-exec install-data-am install-data install-am install \
354uninstall-am uninstall all-redirect all-am all installdirs \
355mostlyclean-generic distclean-generic clean-generic \
356maintainer-clean-generic clean mostlyclean distclean maintainer-clean
357
358
359# Tell versions [3.59,3.63) of GNU make to not export all variables.
360# Otherwise a system limit (for SysV at least) may be exceeded.
361.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.