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