]> icculus.org git repositories - btb/d2x.git/blob - main/Makefile.in
Got rid of all compiler warnings, for non-OpenGL on linux, anyway...
[btb/d2x.git] / main / Makefile.in
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 CC = @CC@
61 CFLAGS = @CFLAGS@
62 MAINT = @MAINT@
63 MAKEINFO = @MAKEINFO@
64 NASM = @NASM@
65 NASMFLAGS = @NASMFLAGS@
66 PACKAGE = @PACKAGE@
67 RANLIB = @RANLIB@
68 SDL_LIBS = @SDL_LIBS@
69 VERSION = @VERSION@
70
71 INCLUDES = -I $(top_srcdir)/includes -fwritable-strings
72
73 bin_PROGRAMS = d2x
74
75 d2x_SOURCES =  ai.c         gamerend.c  lighting.c      paging.c    switch.c ai2.c          effects.c   gamesave.c  menu.c      physics.c   texmerge.c aipath.c    endlevel.c   gameseg.c   mglobal.c   piggy.c     text.c automap.c   escort.c gameseq.c   mission.c   playsave.c  titles.c bm.c           fireball.c  gauges.c    morph.c     polyobj.c   vclip.c bmread.c    fuelcen.c       hostage.c   multi.c     powerup.c   wall.c cntrlcen.c  fvi.c    hud.c       multibot.c  render.c    weapon.c collide.c   game.c inferno.c   netmisc.c   robot.c config.c    gamecntl.c  kconfig.c   network.c   scores.c controls.c  gamefont.c kludge.c    newdemo.c   slew.c credits.c   gamemine.c   kmatrix.c   newmenu.c   songs.c crypt.c     gamepal.c   laser.c     object.c    state.c console.c   cmd.c
76
77
78 d2x_LDFLAGS = -export-dynamic
79 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
80 CONFIG_HEADER = ../conf.h
81 CONFIG_CLEAN_FILES = 
82 PROGRAMS =  $(bin_PROGRAMS)
83
84
85 DEFS = @DEFS@ -I. -I$(srcdir) -I..
86 CPPFLAGS = @CPPFLAGS@
87 LDFLAGS = @LDFLAGS@
88 LIBS = @LIBS@
89 d2x_OBJECTS =  ai.o gamerend.o lighting.o paging.o switch.o ai2.o \
90 effects.o gamesave.o menu.o physics.o texmerge.o aipath.o endlevel.o \
91 gameseg.o mglobal.o piggy.o text.o automap.o escort.o gameseq.o \
92 mission.o playsave.o titles.o bm.o fireball.o gauges.o morph.o \
93 polyobj.o vclip.o bmread.o fuelcen.o hostage.o multi.o powerup.o wall.o \
94 cntrlcen.o fvi.o hud.o multibot.o render.o weapon.o collide.o game.o \
95 inferno.o netmisc.o robot.o config.o gamecntl.o kconfig.o network.o \
96 scores.o controls.o gamefont.o kludge.o newdemo.o slew.o credits.o \
97 gamemine.o kmatrix.o newmenu.o songs.o crypt.o gamepal.o laser.o \
98 object.o state.o console.o cmd.o
99 d2x_LDADD = $(LDADD)
100 d2x_DEPENDENCIES = 
101 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
102 CCLD = $(CC)
103 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(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/ai.P .deps/ai2.P .deps/aipath.P .deps/automap.P \
112 .deps/bm.P .deps/bmread.P .deps/cmd.P .deps/cntrlcen.P .deps/collide.P \
113 .deps/config.P .deps/console.P .deps/controls.P .deps/credits.P \
114 .deps/crypt.P .deps/effects.P .deps/endlevel.P .deps/escort.P \
115 .deps/fireball.P .deps/fuelcen.P .deps/fvi.P .deps/game.P \
116 .deps/gamecntl.P .deps/gamefont.P .deps/gamemine.P .deps/gamepal.P \
117 .deps/gamerend.P .deps/gamesave.P .deps/gameseg.P .deps/gameseq.P \
118 .deps/gauges.P .deps/hostage.P .deps/hud.P .deps/inferno.P \
119 .deps/kconfig.P .deps/kludge.P .deps/kmatrix.P .deps/laser.P \
120 .deps/lighting.P .deps/menu.P .deps/mglobal.P .deps/mission.P \
121 .deps/morph.P .deps/multi.P .deps/multibot.P .deps/netmisc.P \
122 .deps/network.P .deps/newdemo.P .deps/newmenu.P .deps/object.P \
123 .deps/paging.P .deps/physics.P .deps/piggy.P .deps/playsave.P \
124 .deps/polyobj.P .deps/powerup.P .deps/render.P .deps/robot.P \
125 .deps/scores.P .deps/slew.P .deps/songs.P .deps/state.P .deps/switch.P \
126 .deps/texmerge.P .deps/text.P .deps/titles.P .deps/vclip.P .deps/wall.P \
127 .deps/weapon.P
128 SOURCES = $(d2x_SOURCES)
129 OBJECTS = $(d2x_OBJECTS)
130
131 all: all-redirect
132 .SUFFIXES:
133 .SUFFIXES: .S .c .o .s
134 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
135         cd $(top_srcdir) && $(AUTOMAKE) --gnu main/Makefile
136
137 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
138         cd $(top_builddir) \
139           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
140
141
142 mostlyclean-binPROGRAMS:
143
144 clean-binPROGRAMS:
145         -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
146
147 distclean-binPROGRAMS:
148
149 maintainer-clean-binPROGRAMS:
150
151 install-binPROGRAMS: $(bin_PROGRAMS)
152         @$(NORMAL_INSTALL)
153         $(mkinstalldirs) $(DESTDIR)$(bindir)
154         @list='$(bin_PROGRAMS)'; for p in $$list; do \
155           if test -f $$p; then \
156             echo "  $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
157              $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
158           else :; fi; \
159         done
160
161 uninstall-binPROGRAMS:
162         @$(NORMAL_UNINSTALL)
163         list='$(bin_PROGRAMS)'; for p in $$list; do \
164           rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
165         done
166
167 .s.o:
168         $(COMPILE) -c $<
169
170 .S.o:
171         $(COMPILE) -c $<
172
173 mostlyclean-compile:
174         -rm -f *.o core *.core
175
176 clean-compile:
177
178 distclean-compile:
179         -rm -f *.tab.c
180
181 maintainer-clean-compile:
182
183 d2x: $(d2x_OBJECTS) $(d2x_DEPENDENCIES)
184         @rm -f d2x
185         $(LINK) $(d2x_LDFLAGS) $(d2x_OBJECTS) $(d2x_LDADD) $(LIBS)
186
187 tags: TAGS
188
189 ID: $(HEADERS) $(SOURCES) $(LISP)
190         list='$(SOURCES) $(HEADERS)'; \
191         unique=`for i in $$list; do echo $$i; done | \
192           awk '    { files[$$0] = 1; } \
193                END { for (i in files) print i; }'`; \
194         here=`pwd` && cd $(srcdir) \
195           && mkid -f$$here/ID $$unique $(LISP)
196
197 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
198         tags=; \
199         here=`pwd`; \
200         list='$(SOURCES) $(HEADERS)'; \
201         unique=`for i in $$list; do echo $$i; done | \
202           awk '    { files[$$0] = 1; } \
203                END { for (i in files) print i; }'`; \
204         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
205           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
206
207 mostlyclean-tags:
208
209 clean-tags:
210
211 distclean-tags:
212         -rm -f TAGS ID
213
214 maintainer-clean-tags:
215
216 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
217
218 subdir = main
219
220 distdir: $(DISTFILES)
221         here=`cd $(top_builddir) && pwd`; \
222         top_distdir=`cd $(top_distdir) && pwd`; \
223         distdir=`cd $(distdir) && pwd`; \
224         cd $(top_srcdir) \
225           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu main/Makefile
226         @for file in $(DISTFILES); do \
227           d=$(srcdir); \
228           if test -d $$d/$$file; then \
229             cp -pr $$d/$$file $(distdir)/$$file; \
230           else \
231             test -f $(distdir)/$$file \
232             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
233             || cp -p $$d/$$file $(distdir)/$$file || :; \
234           fi; \
235         done
236
237 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
238
239 -include $(DEP_FILES)
240
241 mostlyclean-depend:
242
243 clean-depend:
244
245 distclean-depend:
246         -rm -rf .deps
247
248 maintainer-clean-depend:
249
250 %.o: %.c
251         @echo '$(COMPILE) -c $<'; \
252         $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
253         @-cp .deps/$(*F).pp .deps/$(*F).P; \
254         tr ' ' '\012' < .deps/$(*F).pp \
255           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
256             >> .deps/$(*F).P; \
257         rm .deps/$(*F).pp
258
259 %.lo: %.c
260         @echo '$(LTCOMPILE) -c $<'; \
261         $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
262         @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
263           < .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 -f .deps/$(*F).pp
268 info-am:
269 info: info-am
270 dvi-am:
271 dvi: dvi-am
272 check-am: all-am
273 check: check-am
274 installcheck-am:
275 installcheck: installcheck-am
276 install-exec-am: install-binPROGRAMS
277 install-exec: install-exec-am
278
279 install-data-am:
280 install-data: install-data-am
281
282 install-am: all-am
283         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
284 install: install-am
285 uninstall-am: uninstall-binPROGRAMS
286 uninstall: uninstall-am
287 all-am: Makefile $(PROGRAMS)
288 all-redirect: all-am
289 install-strip:
290         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
291 installdirs:
292         $(mkinstalldirs)  $(DESTDIR)$(bindir)
293
294
295 mostlyclean-generic:
296
297 clean-generic:
298
299 distclean-generic:
300         -rm -f Makefile $(CONFIG_CLEAN_FILES)
301         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
302
303 maintainer-clean-generic:
304 mostlyclean-am:  mostlyclean-binPROGRAMS mostlyclean-compile \
305                 mostlyclean-tags mostlyclean-depend mostlyclean-generic
306
307 mostlyclean: mostlyclean-am
308
309 clean-am:  clean-binPROGRAMS clean-compile clean-tags clean-depend \
310                 clean-generic mostlyclean-am
311
312 clean: clean-am
313
314 distclean-am:  distclean-binPROGRAMS distclean-compile distclean-tags \
315                 distclean-depend distclean-generic clean-am
316
317 distclean: distclean-am
318
319 maintainer-clean-am:  maintainer-clean-binPROGRAMS \
320                 maintainer-clean-compile maintainer-clean-tags \
321                 maintainer-clean-depend maintainer-clean-generic \
322                 distclean-am
323         @echo "This command is intended for maintainers to use;"
324         @echo "it deletes files that may require special tools to rebuild."
325
326 maintainer-clean: maintainer-clean-am
327
328 .PHONY: mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
329 maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
330 mostlyclean-compile distclean-compile clean-compile \
331 maintainer-clean-compile tags mostlyclean-tags distclean-tags \
332 clean-tags maintainer-clean-tags distdir mostlyclean-depend \
333 distclean-depend clean-depend maintainer-clean-depend info-am info \
334 dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
335 install-exec install-data-am install-data install-am install \
336 uninstall-am uninstall all-redirect all-am all installdirs \
337 mostlyclean-generic distclean-generic clean-generic \
338 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
339
340
341 @ENV_DJGPP_TRUE@ d2x_LDADD = ../3d/lib3d.a ../2d/lib2d.a ../mem/libmem.a ../cfile/libcfile.a ../iff/libiff.a ../texmap/libtexmap.a ../misc/libmisc.a ../maths/libmaths.a  ../video/libvideo.a ../arch/libarch.a ../sound/libsound.a ../input/libinput.a
342
343 @ENV_DJGPP_FALSE@@USE_OPENGL_TRUE@  d2x_LDADD = ../3d/lib3d.a ../2d/lib2d.a ../mem/libmem.a ../cfile/libcfile.a ../iff/libiff.a ../texmap/libtexmap.a ../misc/libmisc.a ../maths/libmaths.a ../arch/libarch.a ../video/libvideo.a ../sound/libsound.a ../input/libinput.a -lm -lSDL -ldl -lpthread -lGL -lGLU -lgii -L/usr/X11R6/lib -lXext
344 @ENV_DJGPP_FALSE@@USE_OPENGL_FALSE@  d2x_LDADD = ../3d/lib3d.a ../2d/lib2d.a ../mem/libmem.a ../cfile/libcfile.a ../iff/libiff.a ../texmap/libtexmap.a ../misc/libmisc.a ../maths/libmaths.a ../arch/libarch.a ../video/libvideo.a ../sound/libsound.a ../input/libinput.a -lm -lSDL -ldl -lpthread
345
346 # Tell versions [3.59,3.63) of GNU make to not export all variables.
347 # Otherwise a system limit (for SysV at least) may be exceeded.
348 .NOEXPORT: