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