configure added again
[supertux.git] / src / Makefile.in
1 # Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
2
3 # Copyright (C) 1994, 1995-8, 1999, 2001 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 CC = @CC@
61 MAKEINFO = @MAKEINFO@
62 PACKAGE = @PACKAGE@
63 SDL_CFLAGS = @SDL_CFLAGS@
64 SDL_CONFIG = @SDL_CONFIG@
65 SDL_LIBS = @SDL_LIBS@
66 VERSION = @VERSION@
67
68 bin_PROGRAMS = supertux
69 supertux_SOURCES =  badguy.c collision.c high_scores.c leveleditor.c player.c setup.c supertux.c timer.c world.c bitmask.c gameloop.c intro.c menu.c scene.c sound.c text.c title.c button.c globals.c level.c physic.c screen.c special.c texture.c type.c
70
71 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
72 CONFIG_CLEAN_FILES = 
73 PROGRAMS =  $(bin_PROGRAMS)
74
75
76 DEFS = @DEFS@ -I. -I$(srcdir) 
77 CPPFLAGS = @CPPFLAGS@
78 LDFLAGS = @LDFLAGS@
79 LIBS = @LIBS@
80 supertux_OBJECTS =  badguy.o collision.o high_scores.o leveleditor.o \
81 player.o setup.o supertux.o timer.o world.o bitmask.o gameloop.o \
82 intro.o menu.o scene.o sound.o text.o title.o button.o globals.o \
83 level.o physic.o screen.o special.o texture.o type.o
84 supertux_LDADD = $(LDADD)
85 supertux_DEPENDENCIES = 
86 supertux_LDFLAGS = 
87 CFLAGS = @CFLAGS@
88 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
89 CCLD = $(CC)
90 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
91 DIST_COMMON =  Makefile.am Makefile.in
92
93
94 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
95
96 TAR = gtar
97 GZIP_ENV = --best
98 DEP_FILES =  .deps/badguy.P .deps/bitmask.P .deps/button.P \
99 .deps/collision.P .deps/gameloop.P .deps/globals.P .deps/high_scores.P \
100 .deps/intro.P .deps/level.P .deps/leveleditor.P .deps/menu.P \
101 .deps/physic.P .deps/player.P .deps/scene.P .deps/screen.P \
102 .deps/setup.P .deps/sound.P .deps/special.P .deps/supertux.P \
103 .deps/text.P .deps/texture.P .deps/timer.P .deps/title.P .deps/type.P \
104 .deps/world.P
105 SOURCES = $(supertux_SOURCES)
106 OBJECTS = $(supertux_OBJECTS)
107
108 all: all-redirect
109 .SUFFIXES:
110 .SUFFIXES: .S .c .o .s
111 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
112         cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile
113
114 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
115         cd $(top_builddir) \
116           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
117
118
119 mostlyclean-binPROGRAMS:
120
121 clean-binPROGRAMS:
122         -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
123
124 distclean-binPROGRAMS:
125
126 maintainer-clean-binPROGRAMS:
127
128 install-binPROGRAMS: $(bin_PROGRAMS)
129         @$(NORMAL_INSTALL)
130         $(mkinstalldirs) $(DESTDIR)$(bindir)
131         @list='$(bin_PROGRAMS)'; for p in $$list; do \
132           if test -f $$p; then \
133             echo "  $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
134              $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
135           else :; fi; \
136         done
137
138 uninstall-binPROGRAMS:
139         @$(NORMAL_UNINSTALL)
140         list='$(bin_PROGRAMS)'; for p in $$list; do \
141           rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
142         done
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 supertux: $(supertux_OBJECTS) $(supertux_DEPENDENCIES)
161         @rm -f supertux
162         $(LINK) $(supertux_LDFLAGS) $(supertux_OBJECTS) $(supertux_LDADD) $(LIBS)
163
164 tags: TAGS
165
166 ID: $(HEADERS) $(SOURCES) $(LISP)
167         list='$(SOURCES) $(HEADERS)'; \
168         unique=`for i in $$list; do echo $$i; done | \
169           awk '    { files[$$0] = 1; } \
170                END { for (i in files) print i; }'`; \
171         here=`pwd` && cd $(srcdir) \
172           && mkid -f$$here/ID $$unique $(LISP)
173
174 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
175         tags=; \
176         here=`pwd`; \
177         list='$(SOURCES) $(HEADERS)'; \
178         unique=`for i in $$list; do echo $$i; done | \
179           awk '    { files[$$0] = 1; } \
180                END { for (i in files) print i; }'`; \
181         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
182           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
183
184 mostlyclean-tags:
185
186 clean-tags:
187
188 distclean-tags:
189         -rm -f TAGS ID
190
191 maintainer-clean-tags:
192
193 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
194
195 subdir = src
196
197 distdir: $(DISTFILES)
198         here=`cd $(top_builddir) && pwd`; \
199         top_distdir=`cd $(top_distdir) && pwd`; \
200         distdir=`cd $(distdir) && pwd`; \
201         cd $(top_srcdir) \
202           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu src/Makefile
203         @for file in $(DISTFILES); do \
204           d=$(srcdir); \
205           if test -d $$d/$$file; then \
206             cp -pr $$d/$$file $(distdir)/$$file; \
207           else \
208             test -f $(distdir)/$$file \
209             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
210             || cp -p $$d/$$file $(distdir)/$$file || :; \
211           fi; \
212         done
213
214 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
215
216 -include $(DEP_FILES)
217
218 mostlyclean-depend:
219
220 clean-depend:
221
222 distclean-depend:
223         -rm -rf .deps
224
225 maintainer-clean-depend:
226
227 %.o: %.c
228         @echo '$(COMPILE) -c $<'; \
229         $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
230         @-cp .deps/$(*F).pp .deps/$(*F).P; \
231         tr ' ' '\012' < .deps/$(*F).pp \
232           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
233             >> .deps/$(*F).P; \
234         rm .deps/$(*F).pp
235
236 %.lo: %.c
237         @echo '$(LTCOMPILE) -c $<'; \
238         $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
239         @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
240           < .deps/$(*F).pp > .deps/$(*F).P; \
241         tr ' ' '\012' < .deps/$(*F).pp \
242           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
243             >> .deps/$(*F).P; \
244         rm -f .deps/$(*F).pp
245 info-am:
246 info: info-am
247 dvi-am:
248 dvi: dvi-am
249 check-am: all-am
250 check: check-am
251 installcheck-am:
252 installcheck: installcheck-am
253 install-exec-am: install-binPROGRAMS
254 install-exec: install-exec-am
255
256 install-data-am:
257 install-data: install-data-am
258
259 install-am: all-am
260         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
261 install: install-am
262 uninstall-am: uninstall-binPROGRAMS
263 uninstall: uninstall-am
264 all-am: Makefile $(PROGRAMS)
265 all-redirect: all-am
266 install-strip:
267         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
268 installdirs:
269         $(mkinstalldirs)  $(DESTDIR)$(bindir)
270
271
272 mostlyclean-generic:
273
274 clean-generic:
275
276 distclean-generic:
277         -rm -f Makefile $(CONFIG_CLEAN_FILES)
278         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
279
280 maintainer-clean-generic:
281 mostlyclean-am:  mostlyclean-binPROGRAMS mostlyclean-compile \
282                 mostlyclean-tags mostlyclean-depend mostlyclean-generic
283
284 mostlyclean: mostlyclean-am
285
286 clean-am:  clean-binPROGRAMS clean-compile clean-tags clean-depend \
287                 clean-generic mostlyclean-am
288
289 clean: clean-am
290
291 distclean-am:  distclean-binPROGRAMS distclean-compile distclean-tags \
292                 distclean-depend distclean-generic clean-am
293
294 distclean: distclean-am
295
296 maintainer-clean-am:  maintainer-clean-binPROGRAMS \
297                 maintainer-clean-compile maintainer-clean-tags \
298                 maintainer-clean-depend maintainer-clean-generic \
299                 distclean-am
300         @echo "This command is intended for maintainers to use;"
301         @echo "it deletes files that may require special tools to rebuild."
302
303 maintainer-clean: maintainer-clean-am
304
305 .PHONY: mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
306 maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
307 mostlyclean-compile distclean-compile clean-compile \
308 maintainer-clean-compile tags mostlyclean-tags distclean-tags \
309 clean-tags maintainer-clean-tags distdir mostlyclean-depend \
310 distclean-depend clean-depend maintainer-clean-depend info-am info \
311 dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
312 install-exec install-data-am install-data install-am install \
313 uninstall-am uninstall all-redirect all-am all installdirs \
314 mostlyclean-generic distclean-generic clean-generic \
315 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
316
317
318 #INCLUDES = $(shell sdl-config --cflags)
319 #CFLAGS = $(SDL_CFLAGS) -DDATA_PREFIX=\"$(PWD)/../../data\" -DLINUX
320
321 # Tell versions [3.59,3.63) of GNU make to not export all variables.
322 # Otherwise a system limit (for SysV at least) may be exceeded.
323 .NOEXPORT: