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