]> icculus.org git repositories - btb/d2x.git/blob - arch/Makefile.in
Got rid of all compiler warnings, for non-OpenGL on linux, anyway...
[btb/d2x.git] / arch / 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 noinst_LIBRARIES = libarch.a
72 INCLUDES = -I $(top_srcdir)/includes -I $(top_srcdir)/main
73
74 libarch_a_SOURCES =  dos_init.c dos_vesa.c dos_findfile.c dos_dpmi.c dos_ipx.c linux_init.c linux_findfile.c linux_net.c linux_ipx_bsd.c linux_ipx_lin.c linux_ipx_udp.c sdl_init.c sdl_timer.c
75
76 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
77 CONFIG_HEADER = ../conf.h
78 CONFIG_CLEAN_FILES = 
79 LIBRARIES =  $(noinst_LIBRARIES)
80
81
82 DEFS = @DEFS@ -I. -I$(srcdir) -I..
83 CPPFLAGS = @CPPFLAGS@
84 LDFLAGS = @LDFLAGS@
85 LIBS = @LIBS@
86 libarch_a_LIBADD = 
87 libarch_a_OBJECTS =  dos_init.o dos_vesa.o dos_findfile.o dos_dpmi.o \
88 dos_ipx.o linux_init.o linux_findfile.o linux_net.o linux_ipx_bsd.o \
89 linux_ipx_lin.o linux_ipx_udp.o sdl_init.o sdl_timer.o
90 AR = ar
91 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
92 CCLD = $(CC)
93 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
94 DIST_COMMON =  Makefile.am Makefile.in
95
96
97 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
98
99 TAR = tar
100 GZIP_ENV = --best
101 DEP_FILES =  .deps/dos_dpmi.P .deps/dos_findfile.P .deps/dos_init.P \
102 .deps/dos_ipx.P .deps/dos_vesa.P .deps/linux_findfile.P \
103 .deps/linux_init.P .deps/linux_ipx_bsd.P .deps/linux_ipx_lin.P \
104 .deps/linux_ipx_udp.P .deps/linux_net.P .deps/sdl_init.P \
105 .deps/sdl_timer.P
106 SOURCES = $(libarch_a_SOURCES)
107 OBJECTS = $(libarch_a_OBJECTS)
108
109 all: all-redirect
110 .SUFFIXES:
111 .SUFFIXES: .S .c .o .s
112 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
113         cd $(top_srcdir) && $(AUTOMAKE) --gnu arch/Makefile
114
115 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
116         cd $(top_builddir) \
117           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
118
119
120 mostlyclean-noinstLIBRARIES:
121
122 clean-noinstLIBRARIES:
123         -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
124
125 distclean-noinstLIBRARIES:
126
127 maintainer-clean-noinstLIBRARIES:
128
129 .s.o:
130         $(COMPILE) -c $<
131
132 .S.o:
133         $(COMPILE) -c $<
134
135 mostlyclean-compile:
136         -rm -f *.o core *.core
137
138 clean-compile:
139
140 distclean-compile:
141         -rm -f *.tab.c
142
143 maintainer-clean-compile:
144
145 libarch.a: $(libarch_a_OBJECTS) $(libarch_a_DEPENDENCIES)
146         -rm -f libarch.a
147         $(AR) cru libarch.a $(libarch_a_OBJECTS) $(libarch_a_LIBADD)
148         $(RANLIB) libarch.a
149
150 tags: TAGS
151
152 ID: $(HEADERS) $(SOURCES) $(LISP)
153         list='$(SOURCES) $(HEADERS)'; \
154         unique=`for i in $$list; do echo $$i; done | \
155           awk '    { files[$$0] = 1; } \
156                END { for (i in files) print i; }'`; \
157         here=`pwd` && cd $(srcdir) \
158           && mkid -f$$here/ID $$unique $(LISP)
159
160 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
161         tags=; \
162         here=`pwd`; \
163         list='$(SOURCES) $(HEADERS)'; \
164         unique=`for i in $$list; do echo $$i; done | \
165           awk '    { files[$$0] = 1; } \
166                END { for (i in files) print i; }'`; \
167         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
168           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
169
170 mostlyclean-tags:
171
172 clean-tags:
173
174 distclean-tags:
175         -rm -f TAGS ID
176
177 maintainer-clean-tags:
178
179 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
180
181 subdir = arch
182
183 distdir: $(DISTFILES)
184         here=`cd $(top_builddir) && pwd`; \
185         top_distdir=`cd $(top_distdir) && pwd`; \
186         distdir=`cd $(distdir) && pwd`; \
187         cd $(top_srcdir) \
188           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu arch/Makefile
189         @for file in $(DISTFILES); do \
190           d=$(srcdir); \
191           if test -d $$d/$$file; then \
192             cp -pr $$d/$$file $(distdir)/$$file; \
193           else \
194             test -f $(distdir)/$$file \
195             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
196             || cp -p $$d/$$file $(distdir)/$$file || :; \
197           fi; \
198         done
199
200 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
201
202 -include $(DEP_FILES)
203
204 mostlyclean-depend:
205
206 clean-depend:
207
208 distclean-depend:
209         -rm -rf .deps
210
211 maintainer-clean-depend:
212
213 %.o: %.c
214         @echo '$(COMPILE) -c $<'; \
215         $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
216         @-cp .deps/$(*F).pp .deps/$(*F).P; \
217         tr ' ' '\012' < .deps/$(*F).pp \
218           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
219             >> .deps/$(*F).P; \
220         rm .deps/$(*F).pp
221
222 %.lo: %.c
223         @echo '$(LTCOMPILE) -c $<'; \
224         $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
225         @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
226           < .deps/$(*F).pp > .deps/$(*F).P; \
227         tr ' ' '\012' < .deps/$(*F).pp \
228           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
229             >> .deps/$(*F).P; \
230         rm -f .deps/$(*F).pp
231 info-am:
232 info: info-am
233 dvi-am:
234 dvi: dvi-am
235 check-am: all-am
236 check: check-am
237 installcheck-am:
238 installcheck: installcheck-am
239 install-exec-am:
240 install-exec: install-exec-am
241
242 install-data-am:
243 install-data: install-data-am
244
245 install-am: all-am
246         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
247 install: install-am
248 uninstall-am:
249 uninstall: uninstall-am
250 all-am: Makefile $(LIBRARIES)
251 all-redirect: all-am
252 install-strip:
253         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
254 installdirs:
255
256
257 mostlyclean-generic:
258
259 clean-generic:
260
261 distclean-generic:
262         -rm -f Makefile $(CONFIG_CLEAN_FILES)
263         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
264
265 maintainer-clean-generic:
266 mostlyclean-am:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
267                 mostlyclean-tags mostlyclean-depend mostlyclean-generic
268
269 mostlyclean: mostlyclean-am
270
271 clean-am:  clean-noinstLIBRARIES clean-compile clean-tags clean-depend \
272                 clean-generic mostlyclean-am
273
274 clean: clean-am
275
276 distclean-am:  distclean-noinstLIBRARIES distclean-compile \
277                 distclean-tags distclean-depend distclean-generic \
278                 clean-am
279
280 distclean: distclean-am
281
282 maintainer-clean-am:  maintainer-clean-noinstLIBRARIES \
283                 maintainer-clean-compile maintainer-clean-tags \
284                 maintainer-clean-depend maintainer-clean-generic \
285                 distclean-am
286         @echo "This command is intended for maintainers to use;"
287         @echo "it deletes files that may require special tools to rebuild."
288
289 maintainer-clean: maintainer-clean-am
290
291 .PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
292 clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
293 mostlyclean-compile distclean-compile clean-compile \
294 maintainer-clean-compile tags mostlyclean-tags distclean-tags \
295 clean-tags maintainer-clean-tags distdir mostlyclean-depend \
296 distclean-depend clean-depend maintainer-clean-depend info-am info \
297 dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
298 install-exec install-data-am install-data install-am install \
299 uninstall-am uninstall all-redirect all-am all installdirs \
300 mostlyclean-generic distclean-generic clean-generic \
301 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
302
303
304 @ENV_DJGPP_TRUE@  SUFFIXES = .asm
305 @ENV_DJGPP_TRUE@  %.o: %.asm
306 @ENV_DJGPP_TRUE@        $(NASM) $(NASMFLAGS) $< -o $@
307
308 @ENV_DJGPP_TRUE@  libarch_a_SOURCES += dos_timer.asm dos_modex.asm
309 @ENV_DJGPP_TRUE@  libarch_a_LIBADD += dos_timer.o dos_modex.o
310 @ENV_DJGPP_TRUE@  dos_init.c: dos_timer.o dos_modex.o
311
312 # Tell versions [3.59,3.63) of GNU make to not export all variables.
313 # Otherwise a system limit (for SysV at least) may be exceeded.
314 .NOEXPORT: