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