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# src/
14
15
16SHELL = @SHELL@
17
18srcdir = @srcdir@
19top_srcdir = @top_srcdir@
20VPATH = @srcdir@
21prefix = @prefix@
22exec_prefix = @exec_prefix@
23sbindir = @sbindir@
24libexecdir = @libexecdir@
25datadir = @datadir@
26sysconfdir = @sysconfdir@
27sharedstatedir = @sharedstatedir@
28localstatedir = @localstatedir@
29libdir = @libdir@
30infodir = @infodir@
31mandir = @mandir@
32includedir = @includedir@
33oldincludedir = /usr/include
34
35DESTDIR =
36
37pkgdatadir = $(datadir)/@PACKAGE@
38pkglibdir = $(libdir)/@PACKAGE@
39pkgincludedir = $(includedir)/@PACKAGE@
40
41top_builddir = ..
42
43ACLOCAL = @ACLOCAL@
44AUTOCONF = @AUTOCONF@
45AUTOMAKE = @AUTOMAKE@
46AUTOHEADER = @AUTOHEADER@
47
48INSTALL = @INSTALL@
49INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50INSTALL_DATA = @INSTALL_DATA@
51INSTALL_SCRIPT = @INSTALL_SCRIPT@
52transform = @program_transform_name@
53
54NORMAL_INSTALL = :
55PRE_INSTALL = :
56POST_INSTALL = :
57NORMAL_UNINSTALL = :
58PRE_UNINSTALL = :
59POST_UNINSTALL = :
60CC = @CC@
61CPP = @CPP@
62CXX = @CXX@
63CXXCPP = @CXXCPP@
64MAKEINFO = @MAKEINFO@
65PACKAGE = @PACKAGE@
66RANLIB = @RANLIB@
67VERSION = @VERSION@
68
69bindir = @bindir@
70
71bin_PROGRAMS = tux_aqfh
72
73tux_aqfh_SOURCES =         camera.cxx components.cxx fade_out.cxx feature.cxx        gfx.cxx globalstate.cxx gui.cxx hooks.cxx score.cxx        isect.cxx level.cxx material.cxx ocean.cxx        orca.cxx penguin.cxx rocket.cxx        sound.cxx starwing.cxx status.cxx        surf_rev.cxx tux.cxx tuxstate.cxx whale.cxx        slamRun.cxx slamCodeGen.cxx slamExpression.cxx slam.cxx        slamStatement.cxx slamSymbols.cxx slamToken.cxx        camera.h components.h fade_out.h feature.h        gfx.h globalstate.h gui.h hooks.h        isect.h joystick.h level.h material.h        ocean.h orca.h penguin.h rocket.h        sound.h starwing.h status.h        tux.h tuxstate.h whale.h slam.h
74
75mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
76CONFIG_CLEAN_FILES =
77PROGRAMS =  $(bin_PROGRAMS)
78
79
80DEFS = @DEFS@ -I. -I$(srcdir)
81CPPFLAGS = @CPPFLAGS@
82LDFLAGS = @LDFLAGS@
83LIBS = @LIBS@
84X_CFLAGS = @X_CFLAGS@
85X_LIBS = @X_LIBS@
86X_EXTRA_LIBS = @X_EXTRA_LIBS@
87X_PRE_LIBS = @X_PRE_LIBS@
88tux_aqfh_OBJECTS =  camera.o components.o fade_out.o feature.o gfx.o \
89globalstate.o gui.o hooks.o score.o isect.o level.o material.o ocean.o \
90orca.o penguin.o rocket.o sound.o starwing.o status.o surf_rev.o tux.o \
91tuxstate.o whale.o slamRun.o slamCodeGen.o slamExpression.o slam.o \
92slamStatement.o slamSymbols.o slamToken.o
93tux_aqfh_LDADD = $(LDADD)
94tux_aqfh_DEPENDENCIES =
95tux_aqfh_LDFLAGS =
96CXXFLAGS = @CXXFLAGS@
97CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
98CXXLD = $(CXX)
99CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
100CFLAGS = @CFLAGS@
101COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
102CCLD = $(CC)
103LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
104DIST_COMMON =  Makefile.am Makefile.in
105
106
107DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
108
109TAR = tar
110GZIP_ENV = --best
111SOURCES = $(tux_aqfh_SOURCES)
112OBJECTS = $(tux_aqfh_OBJECTS)
113
114all: all-redirect
115.SUFFIXES:
116.SUFFIXES: .S .c .cxx .o .s
117$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
118	cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps src/Makefile
119
120Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
121	cd $(top_builddir) \
122	  && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
123
124
125mostlyclean-binPROGRAMS:
126
127clean-binPROGRAMS:
128	-test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
129
130distclean-binPROGRAMS:
131
132maintainer-clean-binPROGRAMS:
133
134install-binPROGRAMS: $(bin_PROGRAMS)
135	@$(NORMAL_INSTALL)
136	$(mkinstalldirs) $(DESTDIR)$(bindir)
137	@list='$(bin_PROGRAMS)'; for p in $$list; do \
138	  if test -f $$p; then \
139	    echo "  $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
140	     $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
141	  else :; fi; \
142	done
143
144uninstall-binPROGRAMS:
145	@$(NORMAL_UNINSTALL)
146	list='$(bin_PROGRAMS)'; for p in $$list; do \
147	  rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
148	done
149
150.c.o:
151	$(COMPILE) -c $<
152
153.s.o:
154	$(COMPILE) -c $<
155
156.S.o:
157	$(COMPILE) -c $<
158
159mostlyclean-compile:
160	-rm -f *.o core *.core
161
162clean-compile:
163
164distclean-compile:
165	-rm -f *.tab.c
166
167maintainer-clean-compile:
168
169tux_aqfh: $(tux_aqfh_OBJECTS) $(tux_aqfh_DEPENDENCIES)
170	@rm -f tux_aqfh
171	$(CXXLINK) $(tux_aqfh_LDFLAGS) $(tux_aqfh_OBJECTS) $(tux_aqfh_LDADD) $(LIBS)
172.cxx.o:
173	$(CXXCOMPILE) -c $<
174
175tags: TAGS
176
177ID: $(HEADERS) $(SOURCES) $(LISP)
178	list='$(SOURCES) $(HEADERS)'; \
179	unique=`for i in $$list; do echo $$i; done | \
180	  awk '    { files[$$0] = 1; } \
181	       END { for (i in files) print i; }'`; \
182	here=`pwd` && cd $(srcdir) \
183	  && mkid -f$$here/ID $$unique $(LISP)
184
185TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
186	tags=; \
187	here=`pwd`; \
188	list='$(SOURCES) $(HEADERS)'; \
189	unique=`for i in $$list; do echo $$i; done | \
190	  awk '    { files[$$0] = 1; } \
191	       END { for (i in files) print i; }'`; \
192	test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
193	  || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
194
195mostlyclean-tags:
196
197clean-tags:
198
199distclean-tags:
200	-rm -f TAGS ID
201
202maintainer-clean-tags:
203
204distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
205
206subdir = src
207
208distdir: $(DISTFILES)
209	@for file in $(DISTFILES); do \
210	  d=$(srcdir); \
211	  if test -d $$d/$$file; then \
212	    cp -pr $$/$$file $(distdir)/$$file; \
213	  else \
214	    test -f $(distdir)/$$file \
215	    || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
216	    || cp -p $$d/$$file $(distdir)/$$file || :; \
217	  fi; \
218	done
219camera.o: camera.cxx tux.h slam.h joystick.h material.h ocean.h isect.h \
220	feature.h penguin.h components.h rocket.h orca.h sound.h \
221	status.h camera.h level.h globalstate.h tuxstate.h whale.h \
222	gui.h gfx.h fade_out.h starwing.h hooks.h
223components.o: components.cxx penguin.h components.h
224fade_out.o: fade_out.cxx tux.h slam.h joystick.h material.h ocean.h \
225	isect.h feature.h penguin.h components.h rocket.h orca.h \
226	sound.h status.h camera.h level.h globalstate.h tuxstate.h \
227	whale.h gui.h gfx.h fade_out.h starwing.h hooks.h
228feature.o: feature.cxx tux.h slam.h joystick.h material.h ocean.h \
229	isect.h feature.h penguin.h components.h rocket.h orca.h \
230	sound.h status.h camera.h level.h globalstate.h tuxstate.h \
231	whale.h gui.h gfx.h fade_out.h starwing.h hooks.h
232gfx.o: gfx.cxx tux.h slam.h joystick.h material.h ocean.h isect.h \
233	feature.h penguin.h components.h rocket.h orca.h sound.h \
234	status.h camera.h level.h globalstate.h tuxstate.h whale.h \
235	gui.h gfx.h fade_out.h starwing.h hooks.h
236globalstate.o: globalstate.cxx tux.h slam.h joystick.h material.h \
237	ocean.h isect.h feature.h penguin.h components.h rocket.h \
238	orca.h sound.h status.h camera.h level.h globalstate.h \
239	tuxstate.h whale.h gui.h gfx.h fade_out.h starwing.h hooks.h
240gui.o: gui.cxx tux.h slam.h joystick.h material.h ocean.h isect.h \
241	feature.h penguin.h components.h rocket.h orca.h sound.h \
242	status.h camera.h level.h globalstate.h tuxstate.h whale.h \
243	gui.h gfx.h fade_out.h starwing.h hooks.h
244hooks.o: hooks.cxx tux.h slam.h joystick.h material.h ocean.h isect.h \
245	feature.h penguin.h components.h rocket.h orca.h sound.h \
246	status.h camera.h level.h globalstate.h tuxstate.h whale.h \
247	gui.h gfx.h fade_out.h starwing.h hooks.h
248isect.o: isect.cxx tux.h slam.h joystick.h material.h ocean.h isect.h \
249	feature.h penguin.h components.h rocket.h orca.h sound.h \
250	status.h camera.h level.h globalstate.h tuxstate.h whale.h \
251	gui.h gfx.h fade_out.h starwing.h hooks.h
252level.o: level.cxx tux.h slam.h joystick.h material.h ocean.h isect.h \
253	feature.h penguin.h components.h rocket.h orca.h sound.h \
254	status.h camera.h level.h globalstate.h tuxstate.h whale.h \
255	gui.h gfx.h fade_out.h starwing.h hooks.h
256material.o: material.cxx tux.h slam.h joystick.h material.h ocean.h \
257	isect.h feature.h penguin.h components.h rocket.h orca.h \
258	sound.h status.h camera.h level.h globalstate.h tuxstate.h \
259	whale.h gui.h gfx.h fade_out.h starwing.h hooks.h
260ocean.o: ocean.cxx tux.h slam.h joystick.h material.h ocean.h isect.h \
261	feature.h penguin.h components.h rocket.h orca.h sound.h \
262	status.h camera.h level.h globalstate.h tuxstate.h whale.h \
263	gui.h gfx.h fade_out.h starwing.h hooks.h
264orca.o: orca.cxx tux.h slam.h joystick.h material.h ocean.h isect.h \
265	feature.h penguin.h components.h rocket.h orca.h sound.h \
266	status.h camera.h level.h globalstate.h tuxstate.h whale.h \
267	gui.h gfx.h fade_out.h starwing.h hooks.h
268penguin.o: penguin.cxx tux.h slam.h joystick.h material.h ocean.h \
269	isect.h feature.h penguin.h components.h rocket.h orca.h \
270	sound.h status.h camera.h level.h globalstate.h tuxstate.h \
271	whale.h gui.h gfx.h fade_out.h starwing.h hooks.h
272rocket.o: rocket.cxx tux.h slam.h joystick.h material.h ocean.h isect.h \
273	feature.h penguin.h components.h rocket.h orca.h sound.h \
274	status.h camera.h level.h globalstate.h tuxstate.h whale.h \
275	gui.h gfx.h fade_out.h starwing.h hooks.h
276score.o: score.cxx tux.h slam.h joystick.h material.h ocean.h isect.h \
277	feature.h penguin.h components.h rocket.h orca.h sound.h \
278	status.h camera.h level.h globalstate.h tuxstate.h whale.h \
279	gui.h gfx.h fade_out.h starwing.h hooks.h
280slam.o: slam.cxx slam.h
281slamCodeGen.o: slamCodeGen.cxx slam.h
282slamExpression.o: slamExpression.cxx slam.h
283slamRun.o: slamRun.cxx slam.h
284slamStatement.o: slamStatement.cxx slam.h
285slamSymbols.o: slamSymbols.cxx slam.h
286slamToken.o: slamToken.cxx slam.h
287slide.o: slide.cxx tux.h slam.h joystick.h material.h ocean.h isect.h \
288	feature.h penguin.h components.h rocket.h orca.h sound.h \
289	status.h camera.h level.h globalstate.h tuxstate.h whale.h \
290	gui.h gfx.h slide.h fade_out.h starwing.h hooks.h
291slide_data.o: slide_data.cxx tux.h slam.h joystick.h material.h ocean.h \
292	isect.h feature.h penguin.h components.h rocket.h orca.h \
293	sound.h status.h camera.h level.h globalstate.h tuxstate.h \
294	whale.h gui.h gfx.h slide.h fade_out.h starwing.h hooks.h
295sound.o: sound.cxx tux.h slam.h joystick.h material.h ocean.h isect.h \
296	feature.h penguin.h components.h rocket.h orca.h sound.h \
297	status.h camera.h level.h globalstate.h tuxstate.h whale.h \
298	gui.h gfx.h fade_out.h starwing.h hooks.h
299starwing.o: starwing.cxx tux.h slam.h joystick.h material.h ocean.h \
300	isect.h feature.h penguin.h components.h rocket.h orca.h \
301	sound.h status.h camera.h level.h globalstate.h tuxstate.h \
302	whale.h gui.h gfx.h fade_out.h starwing.h hooks.h
303status.o: status.cxx tux.h slam.h joystick.h material.h ocean.h isect.h \
304	feature.h penguin.h components.h rocket.h orca.h sound.h \
305	status.h camera.h level.h globalstate.h tuxstate.h whale.h \
306	gui.h gfx.h fade_out.h starwing.h hooks.h
307surf_rev.o: surf_rev.cxx tux.h slam.h joystick.h material.h ocean.h \
308	isect.h feature.h penguin.h components.h rocket.h orca.h \
309	sound.h status.h camera.h level.h globalstate.h tuxstate.h \
310	whale.h gui.h gfx.h fade_out.h starwing.h hooks.h
311tux.o: tux.cxx tux.h slam.h joystick.h material.h ocean.h isect.h \
312	feature.h penguin.h components.h rocket.h orca.h sound.h \
313	status.h camera.h level.h globalstate.h tuxstate.h whale.h \
314	gui.h gfx.h fade_out.h starwing.h hooks.h
315tuxstate.o: tuxstate.cxx tux.h slam.h joystick.h material.h ocean.h \
316	isect.h feature.h penguin.h components.h rocket.h orca.h \
317	sound.h status.h camera.h level.h globalstate.h tuxstate.h \
318	whale.h gui.h gfx.h fade_out.h starwing.h hooks.h
319whale.o: whale.cxx tux.h slam.h joystick.h material.h ocean.h isect.h \
320	feature.h penguin.h components.h rocket.h orca.h sound.h \
321	status.h camera.h level.h globalstate.h tuxstate.h whale.h \
322	gui.h gfx.h fade_out.h starwing.h hooks.h
323
324info-am:
325info: info-am
326dvi-am:
327dvi: dvi-am
328check-am: all-am
329check: check-am
330installcheck-am:
331installcheck: installcheck-am
332install-exec-am: install-binPROGRAMS
333install-exec: install-exec-am
334
335install-data-am:
336install-data: install-data-am
337
338install-am: all-am
339	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
340install: install-am
341uninstall-am: uninstall-binPROGRAMS
342uninstall: uninstall-am
343all-am: Makefile $(PROGRAMS)
344all-redirect: all-am
345install-strip:
346	$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
347installdirs:
348	$(mkinstalldirs)  $(DESTDIR)$(bindir)
349
350
351mostlyclean-generic:
352
353clean-generic:
354
355distclean-generic:
356	-rm -f Makefile $(CONFIG_CLEAN_FILES)
357	-rm -f config.cache config.log stamp-h stamp-h[0-9]*
358
359maintainer-clean-generic:
360mostlyclean-am:  mostlyclean-binPROGRAMS mostlyclean-compile \
361		mostlyclean-tags mostlyclean-generic
362
363mostlyclean: mostlyclean-am
364
365clean-am:  clean-binPROGRAMS clean-compile clean-tags clean-generic \
366		mostlyclean-am
367
368clean: clean-am
369
370distclean-am:  distclean-binPROGRAMS distclean-compile distclean-tags \
371		distclean-generic clean-am
372
373distclean: distclean-am
374
375maintainer-clean-am:  maintainer-clean-binPROGRAMS \
376		maintainer-clean-compile maintainer-clean-tags \
377		maintainer-clean-generic distclean-am
378	@echo "This command is intended for maintainers to use;"
379	@echo "it deletes files that may require special tools to rebuild."
380
381maintainer-clean: maintainer-clean-am
382
383.PHONY: mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
384maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
385mostlyclean-compile distclean-compile clean-compile \
386maintainer-clean-compile tags mostlyclean-tags distclean-tags \
387clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \
388check-am installcheck-am installcheck install-exec-am install-exec \
389install-data-am install-data install-am install uninstall-am uninstall \
390all-redirect all-am all installdirs mostlyclean-generic \
391distclean-generic clean-generic maintainer-clean-generic clean \
392mostlyclean distclean maintainer-clean
393
394
395# Tell versions [3.59,3.63) of GNU make to not export all variables.
396# Otherwise a system limit (for SysV at least) may be exceeded.
397.NOEXPORT:
398