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