1# Makefile.in generated automatically by automake 1.5 from Makefile.am.
2
3# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
4# Free Software Foundation, Inc.
5# This Makefile.in is free software; the Free Software Foundation
6# gives unlimited permission to copy and/or distribute it,
7# with or without modifications, as long as this notice is preserved.
8
9# This program is distributed in the hope that it will be useful,
10# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
11# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12# PARTICULAR PURPOSE.
13
14@SET_MAKE@
15
16SHELL = @SHELL@
17
18srcdir = @srcdir@
19top_srcdir = @top_srcdir@
20VPATH = @srcdir@
21prefix = @prefix@
22exec_prefix = @exec_prefix@
23
24bindir = @bindir@
25sbindir = @sbindir@
26libexecdir = @libexecdir@
27datadir = @datadir@
28sysconfdir = @sysconfdir@
29sharedstatedir = @sharedstatedir@
30localstatedir = @localstatedir@
31libdir = @libdir@
32infodir = @infodir@
33mandir = @mandir@
34includedir = @includedir@
35oldincludedir = /usr/include
36pkgdatadir = $(datadir)/@PACKAGE@
37pkglibdir = $(libdir)/@PACKAGE@
38pkgincludedir = $(includedir)/@PACKAGE@
39top_builddir = ../..
40
41ACLOCAL = @ACLOCAL@
42AUTOCONF = @AUTOCONF@
43AUTOMAKE = @AUTOMAKE@
44AUTOHEADER = @AUTOHEADER@
45
46INSTALL = @INSTALL@
47INSTALL_PROGRAM = @INSTALL_PROGRAM@
48INSTALL_DATA = @INSTALL_DATA@
49INSTALL_SCRIPT = @INSTALL_SCRIPT@
50INSTALL_HEADER = $(INSTALL_DATA)
51transform = @program_transform_name@
52NORMAL_INSTALL = :
53PRE_INSTALL = :
54POST_INSTALL = :
55NORMAL_UNINSTALL = :
56PRE_UNINSTALL = :
57POST_UNINSTALL = :
58host_alias = @host_alias@
59host_triplet = @host@
60AMTAR = @AMTAR@
61AWK = @AWK@
62CC = @CC@
63CPP = @CPP@
64CXX = @CXX@
65DEPDIR = @DEPDIR@
66EXEEXT = @EXEEXT@
67INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
68NETWORK_OBJS = @NETWORK_OBJS@
69OBJEXT = @OBJEXT@
70PACKAGE = @PACKAGE@
71RANLIB = @RANLIB@
72SDL_CFLAGS = @SDL_CFLAGS@
73SDL_CONFIG = @SDL_CONFIG@
74SDL_LIBS = @SDL_LIBS@
75SOUND_OBJS = @SOUND_OBJS@
76VERSION = @VERSION@
77am__include = @am__include@
78am__quote = @am__quote@
79install_sh = @install_sh@
80
81noinst_LIBRARIES = libvideo.a
82
83libvideo_a_SOURCES = \
84	artpack.c explosion.c fonts.c fonttex.c gamegraphics.c \
85	graphics_fx.c graphics_hud.c graphics_lights.c \
86	graphics_utility.c graphics_world.c \
87	load_texture.c material.c model.c recognizer.c \
88	screenshot.c skybox.c texture.c trail.c trail_geometry.c \
89	trail_render.c video.c visuals_2d.c
90
91
92INCLUDES = \
93	-I$(top_srcdir)/lua/include \
94	-I$(top_srcdir)/nebu/include \
95	-I$(top_srcdir)/src/include
96
97subdir = src/video
98mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
99CONFIG_CLEAN_FILES =
100LIBRARIES = $(noinst_LIBRARIES)
101
102libvideo_a_AR = $(AR) cru
103libvideo_a_LIBADD =
104am_libvideo_a_OBJECTS = artpack.$(OBJEXT) explosion.$(OBJEXT) \
105	fonts.$(OBJEXT) fonttex.$(OBJEXT) gamegraphics.$(OBJEXT) \
106	graphics_fx.$(OBJEXT) graphics_hud.$(OBJEXT) \
107	graphics_lights.$(OBJEXT) graphics_utility.$(OBJEXT) \
108	graphics_world.$(OBJEXT) load_texture.$(OBJEXT) \
109	material.$(OBJEXT) model.$(OBJEXT) recognizer.$(OBJEXT) \
110	screenshot.$(OBJEXT) skybox.$(OBJEXT) texture.$(OBJEXT) \
111	trail.$(OBJEXT) trail_geometry.$(OBJEXT) trail_render.$(OBJEXT) \
112	video.$(OBJEXT) visuals_2d.$(OBJEXT)
113libvideo_a_OBJECTS = $(am_libvideo_a_OBJECTS)
114
115DEFS = @DEFS@
116DEFAULT_INCLUDES =  -I. -I$(srcdir)
117CPPFLAGS = @CPPFLAGS@
118LDFLAGS = @LDFLAGS@
119LIBS = @LIBS@
120depcomp = $(SHELL) $(top_srcdir)/depcomp
121@AMDEP_TRUE@DEP_FILES = $(DEPDIR)/artpack.Po $(DEPDIR)/explosion.Po \
122@AMDEP_TRUE@	$(DEPDIR)/fonts.Po $(DEPDIR)/fonttex.Po \
123@AMDEP_TRUE@	$(DEPDIR)/gamegraphics.Po $(DEPDIR)/graphics_fx.Po \
124@AMDEP_TRUE@	$(DEPDIR)/graphics_hud.Po \
125@AMDEP_TRUE@	$(DEPDIR)/graphics_lights.Po \
126@AMDEP_TRUE@	$(DEPDIR)/graphics_utility.Po \
127@AMDEP_TRUE@	$(DEPDIR)/graphics_world.Po \
128@AMDEP_TRUE@	$(DEPDIR)/load_texture.Po $(DEPDIR)/material.Po \
129@AMDEP_TRUE@	$(DEPDIR)/model.Po $(DEPDIR)/recognizer.Po \
130@AMDEP_TRUE@	$(DEPDIR)/screenshot.Po $(DEPDIR)/skybox.Po \
131@AMDEP_TRUE@	$(DEPDIR)/texture.Po $(DEPDIR)/trail.Po \
132@AMDEP_TRUE@	$(DEPDIR)/trail_geometry.Po \
133@AMDEP_TRUE@	$(DEPDIR)/trail_render.Po $(DEPDIR)/video.Po \
134@AMDEP_TRUE@	$(DEPDIR)/visuals_2d.Po
135COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
136	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
137CCLD = $(CC)
138LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
139CFLAGS = @CFLAGS@
140DIST_SOURCES = $(libvideo_a_SOURCES)
141DIST_COMMON = Makefile.am Makefile.in compile
142SOURCES = $(libvideo_a_SOURCES)
143
144all: all-am
145
146.SUFFIXES:
147.SUFFIXES: .c .o .obj
148$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
149	cd $(top_srcdir) && \
150	  $(AUTOMAKE) --foreign  src/video/Makefile
151Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
152	cd $(top_builddir) && \
153	  CONFIG_HEADERS= CONFIG_LINKS= \
154	  CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
155
156AR = ar
157
158clean-noinstLIBRARIES:
159	-test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
160libvideo.a: $(libvideo_a_OBJECTS) $(libvideo_a_DEPENDENCIES)
161	-rm -f libvideo.a
162	$(libvideo_a_AR) libvideo.a $(libvideo_a_OBJECTS) $(libvideo_a_LIBADD)
163	$(RANLIB) libvideo.a
164
165mostlyclean-compile:
166	-rm -f *.$(OBJEXT) core *.core
167
168distclean-compile:
169	-rm -f *.tab.c
170
171@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/artpack.Po@am__quote@
172@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/explosion.Po@am__quote@
173@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/fonts.Po@am__quote@
174@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/fonttex.Po@am__quote@
175@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/gamegraphics.Po@am__quote@
176@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/graphics_fx.Po@am__quote@
177@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/graphics_hud.Po@am__quote@
178@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/graphics_lights.Po@am__quote@
179@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/graphics_utility.Po@am__quote@
180@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/graphics_world.Po@am__quote@
181@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/load_texture.Po@am__quote@
182@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/material.Po@am__quote@
183@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/model.Po@am__quote@
184@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/recognizer.Po@am__quote@
185@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/screenshot.Po@am__quote@
186@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/skybox.Po@am__quote@
187@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/texture.Po@am__quote@
188@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/trail.Po@am__quote@
189@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/trail_geometry.Po@am__quote@
190@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/trail_render.Po@am__quote@
191@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/video.Po@am__quote@
192@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/visuals_2d.Po@am__quote@
193
194distclean-depend:
195	-rm -rf $(DEPDIR)
196
197.c.o:
198@AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
199@AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
200@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
201	$(COMPILE) -c `test -f $< || echo '$(srcdir)/'`$<
202
203.c.obj:
204@AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
205@AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
206@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
207	$(COMPILE) -c `cygpath -w $<`
208CCDEPMODE = @CCDEPMODE@
209uninstall-info-am:
210
211tags: TAGS
212
213ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
214	list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
215	unique=`for i in $$list; do \
216	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
217	  done | \
218	  $(AWK) '    { files[$$0] = 1; } \
219	       END { for (i in files) print i; }'`; \
220	mkid -fID $$unique $(LISP)
221
222TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
223		$(TAGS_FILES) $(LISP)
224	tags=; \
225	here=`pwd`; \
226	list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
227	unique=`for i in $$list; do \
228	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
229	  done | \
230	  $(AWK) '    { files[$$0] = 1; } \
231	       END { for (i in files) print i; }'`; \
232	test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
233	  || etags $(ETAGS_ARGS) $$tags  $$unique $(LISP)
234
235GTAGS:
236	here=`CDPATH=: && cd $(top_builddir) && pwd` \
237	  && cd $(top_srcdir) \
238	  && gtags -i $(GTAGS_ARGS) $$here
239
240distclean-tags:
241	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
242
243DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
244
245top_distdir = ../..
246distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
247
248distdir: $(DISTFILES)
249	@for file in $(DISTFILES); do \
250	  if test -f $$file; then d=.; else d=$(srcdir); fi; \
251	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
252	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
253	    $(mkinstalldirs) "$(distdir)/$$dir"; \
254	  fi; \
255	  if test -d $$d/$$file; then \
256	    cp -pR $$d/$$file $(distdir) \
257	    || exit 1; \
258	  else \
259	    test -f $(distdir)/$$file \
260	    || cp -p $$d/$$file $(distdir)/$$file \
261	    || exit 1; \
262	  fi; \
263	done
264check-am: all-am
265check: check-am
266all-am: Makefile $(LIBRARIES)
267
268installdirs:
269
270install: install-am
271install-exec: install-exec-am
272install-data: install-data-am
273uninstall: uninstall-am
274
275install-am: all-am
276	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
277
278installcheck: installcheck-am
279install-strip:
280	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
281	  `test -z '$(STRIP)' || \
282	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
283mostlyclean-generic:
284
285clean-generic:
286
287distclean-generic:
288	-rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
289
290maintainer-clean-generic:
291	@echo "This command is intended for maintainers to use"
292	@echo "it deletes files that may require special tools to rebuild."
293clean: clean-am
294
295clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
296
297distclean: distclean-am
298
299distclean-am: clean-am distclean-compile distclean-depend \
300	distclean-generic distclean-tags
301
302dvi: dvi-am
303
304dvi-am:
305
306info: info-am
307
308info-am:
309
310install-data-am:
311
312install-exec-am:
313
314install-info: install-info-am
315
316install-man:
317
318installcheck-am:
319
320maintainer-clean: maintainer-clean-am
321
322maintainer-clean-am: distclean-am maintainer-clean-generic
323
324mostlyclean: mostlyclean-am
325
326mostlyclean-am: mostlyclean-compile mostlyclean-generic
327
328uninstall-am: uninstall-info-am
329
330.PHONY: GTAGS all all-am check check-am clean clean-generic \
331	clean-noinstLIBRARIES distclean distclean-compile \
332	distclean-depend distclean-generic distclean-tags distdir dvi \
333	dvi-am info info-am install install-am install-data \
334	install-data-am install-exec install-exec-am install-info \
335	install-info-am install-man install-strip installcheck \
336	installcheck-am installdirs maintainer-clean \
337	maintainer-clean-generic mostlyclean mostlyclean-compile \
338	mostlyclean-generic tags uninstall uninstall-am \
339	uninstall-info-am
340
341# Tell versions [3.59,3.63) of GNU make to not export all variables.
342# Otherwise a system limit (for SysV at least) may be exceeded.
343.NOEXPORT:
344