]> icculus.org git repositories - btb/d2x.git/blob - arch/Makefile.in
This commit was generated by cvs2svn to compensate for changes in r2,
[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 SUBDIRS = linux sdl
72 noinst_LIBRARIES = libarch.a
73
74 libarch_a_SOURCES = 
75 libarch_a_LIBADD = sdl/init.o sdl/timer.o linux/ipx_bsd.o linux/ipx_lin.o linux/ipx_udp.o linux/linuxnet.o linux/init.o linux/findfile.o
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_DEPENDENCIES =  sdl/init.o sdl/timer.o linux/ipx_bsd.o \
87 linux/ipx_lin.o linux/ipx_udp.o linux/linuxnet.o linux/init.o \
88 linux/findfile.o
89 libarch_a_OBJECTS = 
90 AR = ar
91 DIST_COMMON =  Makefile.am Makefile.in
92
93
94 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
95
96 TAR = tar
97 GZIP_ENV = --best
98 SOURCES = $(libarch_a_SOURCES)
99 OBJECTS = $(libarch_a_OBJECTS)
100
101 all: all-redirect
102 .SUFFIXES:
103 .SUFFIXES: .S .c .o .s
104 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
105         cd $(top_srcdir) && $(AUTOMAKE) --gnu arch/Makefile
106
107 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
108         cd $(top_builddir) \
109           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
110
111
112 mostlyclean-noinstLIBRARIES:
113
114 clean-noinstLIBRARIES:
115         -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
116
117 distclean-noinstLIBRARIES:
118
119 maintainer-clean-noinstLIBRARIES:
120
121 .s.o:
122         $(COMPILE) -c $<
123
124 .S.o:
125         $(COMPILE) -c $<
126
127 mostlyclean-compile:
128         -rm -f *.o core *.core
129
130 clean-compile:
131
132 distclean-compile:
133         -rm -f *.tab.c
134
135 maintainer-clean-compile:
136
137 libarch.a: $(libarch_a_OBJECTS) $(libarch_a_DEPENDENCIES)
138         -rm -f libarch.a
139         $(AR) cru libarch.a $(libarch_a_OBJECTS) $(libarch_a_LIBADD)
140         $(RANLIB) libarch.a
141
142 # This directory's subdirectories are mostly independent; you can cd
143 # into them and run `make' without going through this Makefile.
144 # To change the values of `make' variables: instead of editing Makefiles,
145 # (1) if the variable is set in `config.status', edit `config.status'
146 #     (which will cause the Makefiles to be regenerated when you run `make');
147 # (2) otherwise, pass the desired values on the `make' command line.
148
149 @SET_MAKE@
150
151 all-recursive install-data-recursive install-exec-recursive \
152 installdirs-recursive install-recursive uninstall-recursive  \
153 check-recursive installcheck-recursive info-recursive dvi-recursive:
154         @set fnord $(MAKEFLAGS); amf=$$2; \
155         dot_seen=no; \
156         target=`echo $@ | sed s/-recursive//`; \
157         list='$(SUBDIRS)'; for subdir in $$list; do \
158           echo "Making $$target in $$subdir"; \
159           if test "$$subdir" = "."; then \
160             dot_seen=yes; \
161             local_target="$$target-am"; \
162           else \
163             local_target="$$target"; \
164           fi; \
165           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
166            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
167         done; \
168         if test "$$dot_seen" = "no"; then \
169           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
170         fi; test -z "$$fail"
171
172 mostlyclean-recursive clean-recursive distclean-recursive \
173 maintainer-clean-recursive:
174         @set fnord $(MAKEFLAGS); amf=$$2; \
175         dot_seen=no; \
176         rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
177           rev="$$subdir $$rev"; \
178           test "$$subdir" = "." && dot_seen=yes; \
179         done; \
180         test "$$dot_seen" = "no" && rev=". $$rev"; \
181         target=`echo $@ | sed s/-recursive//`; \
182         for subdir in $$rev; do \
183           echo "Making $$target in $$subdir"; \
184           if test "$$subdir" = "."; then \
185             local_target="$$target-am"; \
186           else \
187             local_target="$$target"; \
188           fi; \
189           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
190            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
191         done && test -z "$$fail"
192 tags-recursive:
193         list='$(SUBDIRS)'; for subdir in $$list; do \
194           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
195         done
196
197 tags: TAGS
198
199 ID: $(HEADERS) $(SOURCES) $(LISP)
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         here=`pwd` && cd $(srcdir) \
205           && mkid -f$$here/ID $$unique $(LISP)
206
207 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
208         tags=; \
209         here=`pwd`; \
210         list='$(SUBDIRS)'; for subdir in $$list; do \
211    if test "$$subdir" = .; then :; else \
212             test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
213    fi; \
214         done; \
215         list='$(SOURCES) $(HEADERS)'; \
216         unique=`for i in $$list; do echo $$i; done | \
217           awk '    { files[$$0] = 1; } \
218                END { for (i in files) print i; }'`; \
219         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
220           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
221
222 mostlyclean-tags:
223
224 clean-tags:
225
226 distclean-tags:
227         -rm -f TAGS ID
228
229 maintainer-clean-tags:
230
231 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
232
233 subdir = arch
234
235 distdir: $(DISTFILES)
236         here=`cd $(top_builddir) && pwd`; \
237         top_distdir=`cd $(top_distdir) && pwd`; \
238         distdir=`cd $(distdir) && pwd`; \
239         cd $(top_srcdir) \
240           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu arch/Makefile
241         @for file in $(DISTFILES); do \
242           d=$(srcdir); \
243           if test -d $$d/$$file; then \
244             cp -pr $$d/$$file $(distdir)/$$file; \
245           else \
246             test -f $(distdir)/$$file \
247             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
248             || cp -p $$d/$$file $(distdir)/$$file || :; \
249           fi; \
250         done
251         for subdir in $(SUBDIRS); do \
252           if test "$$subdir" = .; then :; else \
253             test -d $(distdir)/$$subdir \
254             || mkdir $(distdir)/$$subdir \
255             || exit 1; \
256             chmod 777 $(distdir)/$$subdir; \
257             (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
258               || exit 1; \
259           fi; \
260         done
261 info-am:
262 info: info-recursive
263 dvi-am:
264 dvi: dvi-recursive
265 check-am: all-am
266 check: check-recursive
267 installcheck-am:
268 installcheck: installcheck-recursive
269 install-exec-am:
270 install-exec: install-exec-recursive
271
272 install-data-am:
273 install-data: install-data-recursive
274
275 install-am: all-am
276         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
277 install: install-recursive
278 uninstall-am:
279 uninstall: uninstall-recursive
280 all-am: Makefile $(LIBRARIES)
281 all-redirect: all-recursive
282 install-strip:
283         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
284 installdirs: installdirs-recursive
285 installdirs-am:
286
287
288 mostlyclean-generic:
289
290 clean-generic:
291
292 distclean-generic:
293         -rm -f Makefile $(CONFIG_CLEAN_FILES)
294         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
295
296 maintainer-clean-generic:
297 mostlyclean-am:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
298                 mostlyclean-tags mostlyclean-generic
299
300 mostlyclean: mostlyclean-recursive
301
302 clean-am:  clean-noinstLIBRARIES clean-compile clean-tags clean-generic \
303                 mostlyclean-am
304
305 clean: clean-recursive
306
307 distclean-am:  distclean-noinstLIBRARIES distclean-compile \
308                 distclean-tags distclean-generic clean-am
309
310 distclean: distclean-recursive
311
312 maintainer-clean-am:  maintainer-clean-noinstLIBRARIES \
313                 maintainer-clean-compile maintainer-clean-tags \
314                 maintainer-clean-generic distclean-am
315         @echo "This command is intended for maintainers to use;"
316         @echo "it deletes files that may require special tools to rebuild."
317
318 maintainer-clean: maintainer-clean-recursive
319
320 .PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
321 clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
322 mostlyclean-compile distclean-compile clean-compile \
323 maintainer-clean-compile install-data-recursive \
324 uninstall-data-recursive install-exec-recursive \
325 uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
326 all-recursive check-recursive installcheck-recursive info-recursive \
327 dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
328 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
329 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
330 dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
331 install-exec install-data-am install-data install-am install \
332 uninstall-am uninstall all-redirect all-am all installdirs-am \
333 installdirs mostlyclean-generic distclean-generic clean-generic \
334 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
335
336
337 # Tell versions [3.59,3.63) of GNU make to not export all variables.
338 # Otherwise a system limit (for SysV at least) may be exceeded.
339 .NOEXPORT: