]> icculus.org git repositories - btb/d2x.git/blob - 2d/Makefile.in
configuration fixes
[btb/d2x.git] / 2d / 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 = lib2d.a
75 INCLUDES = -I $(top_srcdir)/includes
76
77 lib2d_a_SOURCES =  2dsline.c  box.c     disc.c    ibitblt.c  pcx.c    rect.c   scalec.c bitblt.c   canvas.c  font.c    line.c     pixel.c  rle.c    tmerge.c bitmap.c   circle.c  gpixel.c  palette.c  poly.c
78
79
80 SUFFIXES = .asm
81
82 @USE_ASM_TRUE@lib2d_a_LIBADD =  linear.o tmerge_a.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 @USE_ASM_TRUE@lib2d_a_DEPENDENCIES =  linear.o tmerge_a.o
94 lib2d_a_OBJECTS =  2dsline.o box.o disc.o ibitblt.o pcx.o rect.o \
95 scalec.o bitblt.o canvas.o font.o line.o pixel.o rle.o tmerge.o \
96 bitmap.o circle.o gpixel.o palette.o poly.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/2dsline.P .deps/bitblt.P .deps/bitmap.P .deps/box.P \
109 .deps/canvas.P .deps/circle.P .deps/disc.P .deps/font.P .deps/gpixel.P \
110 .deps/ibitblt.P .deps/line.P .deps/palette.P .deps/pcx.P .deps/pixel.P \
111 .deps/poly.P .deps/rect.P .deps/rle.P .deps/scalec.P .deps/tmerge.P
112 SOURCES = $(lib2d_a_SOURCES)
113 OBJECTS = $(lib2d_a_OBJECTS)
114
115 all: all-redirect
116 .SUFFIXES:
117 .SUFFIXES: .S .asm .c .o .s
118 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
119         cd $(top_srcdir) && $(AUTOMAKE) --gnu 2d/Makefile
120
121 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
122         cd $(top_builddir) \
123           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
124
125
126 mostlyclean-noinstLIBRARIES:
127
128 clean-noinstLIBRARIES:
129         -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
130
131 distclean-noinstLIBRARIES:
132
133 maintainer-clean-noinstLIBRARIES:
134
135 .s.o:
136         $(COMPILE) -c $<
137
138 .S.o:
139         $(COMPILE) -c $<
140
141 mostlyclean-compile:
142         -rm -f *.o core *.core
143
144 clean-compile:
145
146 distclean-compile:
147         -rm -f *.tab.c
148
149 maintainer-clean-compile:
150
151 lib2d.a: $(lib2d_a_OBJECTS) $(lib2d_a_DEPENDENCIES)
152         -rm -f lib2d.a
153         $(AR) cru lib2d.a $(lib2d_a_OBJECTS) $(lib2d_a_LIBADD)
154         $(RANLIB) lib2d.a
155
156 tags: TAGS
157
158 ID: $(HEADERS) $(SOURCES) $(LISP)
159         list='$(SOURCES) $(HEADERS)'; \
160         unique=`for i in $$list; do echo $$i; done | \
161           awk '    { files[$$0] = 1; } \
162                END { for (i in files) print i; }'`; \
163         here=`pwd` && cd $(srcdir) \
164           && mkid -f$$here/ID $$unique $(LISP)
165
166 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
167         tags=; \
168         here=`pwd`; \
169         list='$(SOURCES) $(HEADERS)'; \
170         unique=`for i in $$list; do echo $$i; done | \
171           awk '    { files[$$0] = 1; } \
172                END { for (i in files) print i; }'`; \
173         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
174           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
175
176 mostlyclean-tags:
177
178 clean-tags:
179
180 distclean-tags:
181         -rm -f TAGS ID
182
183 maintainer-clean-tags:
184
185 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
186
187 subdir = 2d
188
189 distdir: $(DISTFILES)
190         here=`cd $(top_builddir) && pwd`; \
191         top_distdir=`cd $(top_distdir) && pwd`; \
192         distdir=`cd $(distdir) && pwd`; \
193         cd $(top_srcdir) \
194           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu 2d/Makefile
195         @for file in $(DISTFILES); do \
196           d=$(srcdir); \
197           if test -d $$d/$$file; then \
198             cp -pr $$d/$$file $(distdir)/$$file; \
199           else \
200             test -f $(distdir)/$$file \
201             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
202             || cp -p $$d/$$file $(distdir)/$$file || :; \
203           fi; \
204         done
205
206 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
207
208 -include $(DEP_FILES)
209
210 mostlyclean-depend:
211
212 clean-depend:
213
214 distclean-depend:
215         -rm -rf .deps
216
217 maintainer-clean-depend:
218
219 %.o: %.c
220         @echo '$(COMPILE) -c $<'; \
221         $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
222         @-cp .deps/$(*F).pp .deps/$(*F).P; \
223         tr ' ' '\012' < .deps/$(*F).pp \
224           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
225             >> .deps/$(*F).P; \
226         rm .deps/$(*F).pp
227
228 %.lo: %.c
229         @echo '$(LTCOMPILE) -c $<'; \
230         $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
231         @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
232           < .deps/$(*F).pp > .deps/$(*F).P; \
233         tr ' ' '\012' < .deps/$(*F).pp \
234           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
235             >> .deps/$(*F).P; \
236         rm -f .deps/$(*F).pp
237 info-am:
238 info: info-am
239 dvi-am:
240 dvi: dvi-am
241 check-am: all-am
242 check: check-am
243 installcheck-am:
244 installcheck: installcheck-am
245 install-exec-am:
246 install-exec: install-exec-am
247
248 install-data-am:
249 install-data: install-data-am
250
251 install-am: all-am
252         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
253 install: install-am
254 uninstall-am:
255 uninstall: uninstall-am
256 all-am: Makefile $(LIBRARIES)
257 all-redirect: all-am
258 install-strip:
259         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
260 installdirs:
261
262
263 mostlyclean-generic:
264
265 clean-generic:
266
267 distclean-generic:
268         -rm -f Makefile $(CONFIG_CLEAN_FILES)
269         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
270
271 maintainer-clean-generic:
272 mostlyclean-am:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
273                 mostlyclean-tags mostlyclean-depend mostlyclean-generic
274
275 mostlyclean: mostlyclean-am
276
277 clean-am:  clean-noinstLIBRARIES clean-compile clean-tags clean-depend \
278                 clean-generic mostlyclean-am
279
280 clean: clean-am
281
282 distclean-am:  distclean-noinstLIBRARIES distclean-compile \
283                 distclean-tags distclean-depend distclean-generic \
284                 clean-am
285
286 distclean: distclean-am
287
288 maintainer-clean-am:  maintainer-clean-noinstLIBRARIES \
289                 maintainer-clean-compile maintainer-clean-tags \
290                 maintainer-clean-depend maintainer-clean-generic \
291                 distclean-am
292         @echo "This command is intended for maintainers to use;"
293         @echo "it deletes files that may require special tools to rebuild."
294
295 maintainer-clean: maintainer-clean-am
296
297 .PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
298 clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
299 mostlyclean-compile distclean-compile clean-compile \
300 maintainer-clean-compile tags mostlyclean-tags distclean-tags \
301 clean-tags maintainer-clean-tags distdir mostlyclean-depend \
302 distclean-depend clean-depend maintainer-clean-depend info-am info \
303 dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
304 install-exec install-data-am install-data install-am install \
305 uninstall-am uninstall all-redirect all-am all installdirs \
306 mostlyclean-generic distclean-generic clean-generic \
307 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
308
309 %.o: %.asm
310         $(NASM) $(NASMFLAGS) $< -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: