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####### kdevelop will overwrite this part!!! (begin)##########
14
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
36
37DESTDIR =
38
39pkgdatadir = $(datadir)/@PACKAGE@
40pkglibdir = $(libdir)/@PACKAGE@
41pkgincludedir = $(includedir)/@PACKAGE@
42
43top_builddir = .
44
45ACLOCAL = @ACLOCAL@
46AUTOCONF = @AUTOCONF@
47AUTOMAKE = @AUTOMAKE@
48AUTOHEADER = @AUTOHEADER@
49
50INSTALL = @INSTALL@
51INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
52INSTALL_DATA = @INSTALL_DATA@
53INSTALL_SCRIPT = @INSTALL_SCRIPT@
54transform = @program_transform_name@
55
56NORMAL_INSTALL = :
57PRE_INSTALL = :
58POST_INSTALL = :
59NORMAL_UNINSTALL = :
60PRE_UNINSTALL = :
61POST_UNINSTALL = :
62CC = @CC@
63MAKEINFO = @MAKEINFO@
64PACKAGE = @PACKAGE@
65SOCKS_INCDIR = @SOCKS_INCDIR@
66SOCKS_LIBDIR = @SOCKS_LIBDIR@
67SOCKS_LIBS = @SOCKS_LIBS@
68VERSION = @VERSION@
69
70####### kdevelop will overwrite this part!!! (end)############
71bin_PROGRAMS = xrally
72@SOUND_TRUE@xrally_SOURCES = main.c graphics.c map.c car.c ai.c menu.c level.c score.c sound.c sound_oss.c sound_dummy.c effects.c game.c
73@SOUND_FALSE@xrally_SOURCES = main.c graphics.c map.c car.c ai.c menu.c level.c score.c
74
75EXTRA_DIST =
76ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
77mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
78CONFIG_HEADER = config.h
79CONFIG_CLEAN_FILES =
80PROGRAMS =  $(bin_PROGRAMS)
81
82
83DEFS = @DEFS@ -I. -I$(srcdir) -I.
84CPPFLAGS = @CPPFLAGS@
85LDFLAGS = @LDFLAGS@
86LIBS = @LIBS@
87@SOUND_TRUE@xrally_OBJECTS =  main.o graphics.o map.o car.o ai.o menu.o \
88@SOUND_TRUE@level.o score.o sound.o sound_oss.o sound_dummy.o effects.o \
89@SOUND_TRUE@game.o
90@SOUND_FALSE@xrally_OBJECTS =  main.o graphics.o map.o car.o ai.o menu.o \
91@SOUND_FALSE@level.o score.o
92xrally_LDADD = $(LDADD)
93xrally_DEPENDENCIES =
94xrally_LDFLAGS =
95CFLAGS = @CFLAGS@
96COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
97CCLD = $(CC)
98LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
99DIST_COMMON =  README ./stamp-h.in AUTHORS COPYING ChangeLog INSTALL \
100Makefile.am Makefile.in NEWS TODO acconfig.h acinclude.m4 aclocal.m4 \
101config.h.in configure configure.in install-sh missing mkinstalldirs
102
103
104DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
105
106TAR = gtar
107GZIP_ENV = --best
108DEP_FILES =  .deps/ai.P .deps/car.P .deps/effects.P .deps/game.P \
109.deps/graphics.P .deps/level.P .deps/main.P .deps/map.P .deps/menu.P \
110.deps/score.P .deps/sound.P .deps/sound_dummy.P .deps/sound_oss.P
111SOURCES = $(xrally_SOURCES)
112OBJECTS = $(xrally_OBJECTS)
113
114all: all-redirect
115.SUFFIXES:
116.SUFFIXES: .S .c .o .s
117$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
118	cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile
119
120Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
121	cd $(top_builddir) \
122	  && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
123
124$(ACLOCAL_M4):  configure.in  acinclude.m4
125	cd $(srcdir) && $(ACLOCAL)
126
127config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
128	$(SHELL) ./config.status --recheck
129$(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
130	cd $(srcdir) && $(AUTOCONF)
131
132config.h: stamp-h
133	@if test ! -f $@; then \
134		rm -f stamp-h; \
135		$(MAKE) stamp-h; \
136	else :; fi
137stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
138	cd $(top_builddir) \
139	  && CONFIG_FILES= CONFIG_HEADERS=config.h \
140	     $(SHELL) ./config.status
141	@echo timestamp > stamp-h 2> /dev/null
142$(srcdir)/config.h.in: $(srcdir)/stamp-h.in
143	@if test ! -f $@; then \
144		rm -f $(srcdir)/stamp-h.in; \
145		$(MAKE) $(srcdir)/stamp-h.in; \
146	else :; fi
147$(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h
148	cd $(top_srcdir) && $(AUTOHEADER)
149	@echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
150
151mostlyclean-hdr:
152
153clean-hdr:
154
155distclean-hdr:
156	-rm -f config.h
157
158maintainer-clean-hdr:
159
160mostlyclean-binPROGRAMS:
161
162clean-binPROGRAMS:
163	-test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
164
165distclean-binPROGRAMS:
166
167maintainer-clean-binPROGRAMS:
168
169install-binPROGRAMS: $(bin_PROGRAMS)
170	@$(NORMAL_INSTALL)
171	$(mkinstalldirs) $(DESTDIR)$(bindir)
172	@list='$(bin_PROGRAMS)'; for p in $$list; do \
173	  if test -f $$p; then \
174	    echo "  $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
175	     $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
176	  else :; fi; \
177	done
178
179uninstall-binPROGRAMS:
180	@$(NORMAL_UNINSTALL)
181	list='$(bin_PROGRAMS)'; for p in $$list; do \
182	  rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
183	done
184
185.s.o:
186	$(COMPILE) -c $<
187
188.S.o:
189	$(COMPILE) -c $<
190
191mostlyclean-compile:
192	-rm -f *.o core *.core
193
194clean-compile:
195
196distclean-compile:
197	-rm -f *.tab.c
198
199maintainer-clean-compile:
200
201xrally: $(xrally_OBJECTS) $(xrally_DEPENDENCIES)
202	@rm -f xrally
203	$(LINK) $(xrally_LDFLAGS) $(xrally_OBJECTS) $(xrally_LDADD) $(LIBS)
204
205tags: TAGS
206
207ID: $(HEADERS) $(SOURCES) $(LISP)
208	list='$(SOURCES) $(HEADERS)'; \
209	unique=`for i in $$list; do echo $$i; done | \
210	  awk '    { files[$$0] = 1; } \
211	       END { for (i in files) print i; }'`; \
212	here=`pwd` && cd $(srcdir) \
213	  && mkid -f$$here/ID $$unique $(LISP)
214
215TAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
216	tags=; \
217	here=`pwd`; \
218	list='$(SOURCES) $(HEADERS)'; \
219	unique=`for i in $$list; do echo $$i; done | \
220	  awk '    { files[$$0] = 1; } \
221	       END { for (i in files) print i; }'`; \
222	test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
223	  || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS)
224
225mostlyclean-tags:
226
227clean-tags:
228
229distclean-tags:
230	-rm -f TAGS ID
231
232maintainer-clean-tags:
233
234distdir = $(PACKAGE)-$(VERSION)
235top_distdir = $(distdir)
236
237# This target untars the dist file and tries a VPATH configuration.  Then
238# it guarantees that the distribution is self-contained by making another
239# tarfile.
240distcheck: dist
241	-rm -rf $(distdir)
242	GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
243	mkdir $(distdir)/=build
244	mkdir $(distdir)/=inst
245	dc_install_base=`cd $(distdir)/=inst && pwd`; \
246	cd $(distdir)/=build \
247	  && ../configure --srcdir=.. --prefix=$$dc_install_base \
248	  && $(MAKE) $(AM_MAKEFLAGS) \
249	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
250	  && $(MAKE) $(AM_MAKEFLAGS) check \
251	  && $(MAKE) $(AM_MAKEFLAGS) install \
252	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
253	  && $(MAKE) $(AM_MAKEFLAGS) dist
254	-rm -rf $(distdir)
255	@banner="$(distdir).tar.gz is ready for distribution"; \
256	dashes=`echo "$$banner" | sed s/./=/g`; \
257	echo "$$dashes"; \
258	echo "$$banner"; \
259	echo "$$dashes"
260dist: distdir
261	-chmod -R a+r $(distdir)
262	GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
263	-rm -rf $(distdir)
264dist-all: distdir
265	-chmod -R a+r $(distdir)
266	GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
267	-rm -rf $(distdir)
268distdir: $(DISTFILES)
269	-rm -rf $(distdir)
270	mkdir $(distdir)
271	-chmod 777 $(distdir)
272	here=`cd $(top_builddir) && pwd`; \
273	top_distdir=`cd $(distdir) && pwd`; \
274	distdir=`cd $(distdir) && pwd`; \
275	cd $(top_srcdir) \
276	  && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu Makefile
277	@for file in $(DISTFILES); do \
278	  d=$(srcdir); \
279	  if test -d $$d/$$file; then \
280	    cp -pr $$/$$file $(distdir)/$$file; \
281	  else \
282	    test -f $(distdir)/$$file \
283	    || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
284	    || cp -p $$d/$$file $(distdir)/$$file || :; \
285	  fi; \
286	done
287
288DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
289
290-include $(DEP_FILES)
291
292mostlyclean-depend:
293
294clean-depend:
295
296distclean-depend:
297	-rm -rf .deps
298
299maintainer-clean-depend:
300
301%.o: %.c
302	@echo '$(COMPILE) -c $<'; \
303	$(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
304	@-cp .deps/$(*F).pp .deps/$(*F).P; \
305	tr ' ' '\012' < .deps/$(*F).pp \
306	  | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
307	    >> .deps/$(*F).P; \
308	rm .deps/$(*F).pp
309
310%.lo: %.c
311	@echo '$(LTCOMPILE) -c $<'; \
312	$(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
313	@-sed -e 's/^\([^:]*\)\.o[ 	]*:/\1.lo \1.o :/' \
314	  < .deps/$(*F).pp > .deps/$(*F).P; \
315	tr ' ' '\012' < .deps/$(*F).pp \
316	  | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
317	    >> .deps/$(*F).P; \
318	rm -f .deps/$(*F).pp
319info-am:
320info: info-am
321dvi-am:
322dvi: dvi-am
323check-am: all-am
324check: check-am
325installcheck-am:
326installcheck: installcheck-am
327all-recursive-am: config.h
328	$(MAKE) $(AM_MAKEFLAGS) all-recursive
329
330install-exec-am: install-binPROGRAMS
331install-exec: install-exec-am
332
333install-data-am: install-data-local
334install-data: install-data-am
335
336install-am: all-am
337	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
338install: install-am
339uninstall-am: uninstall-binPROGRAMS uninstall-local
340uninstall: uninstall-am
341all-am: Makefile $(PROGRAMS) config.h
342all-redirect: all-am
343install-strip:
344	$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
345installdirs:
346	$(mkinstalldirs)  $(DESTDIR)$(bindir)
347
348
349mostlyclean-generic:
350
351clean-generic:
352
353distclean-generic:
354	-rm -f Makefile $(CONFIG_CLEAN_FILES)
355	-rm -f config.cache config.log stamp-h stamp-h[0-9]*
356
357maintainer-clean-generic:
358mostlyclean-am:  mostlyclean-hdr mostlyclean-binPROGRAMS \
359		mostlyclean-compile mostlyclean-tags mostlyclean-depend \
360		mostlyclean-generic
361
362mostlyclean: mostlyclean-am
363
364clean-am:  clean-hdr clean-binPROGRAMS clean-compile clean-tags \
365		clean-depend clean-generic mostlyclean-am
366
367clean: clean-am
368
369distclean-am:  distclean-hdr distclean-binPROGRAMS distclean-compile \
370		distclean-tags distclean-depend distclean-generic \
371		clean-am
372
373distclean: distclean-am
374	-rm -f config.status
375
376maintainer-clean-am:  maintainer-clean-hdr maintainer-clean-binPROGRAMS \
377		maintainer-clean-compile maintainer-clean-tags \
378		maintainer-clean-depend maintainer-clean-generic \
379		distclean-am
380	@echo "This command is intended for maintainers to use;"
381	@echo "it deletes files that may require special tools to rebuild."
382
383maintainer-clean: maintainer-clean-am
384	-rm -f config.status
385
386.PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
387mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
388maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
389mostlyclean-compile distclean-compile clean-compile \
390maintainer-clean-compile tags mostlyclean-tags distclean-tags \
391clean-tags maintainer-clean-tags distdir mostlyclean-depend \
392distclean-depend clean-depend maintainer-clean-depend info-am info \
393dvi-am dvi check check-am installcheck-am installcheck all-recursive-am \
394install-exec-am install-exec install-data-local install-data-am \
395install-data install-am install uninstall-local uninstall-am uninstall \
396all-redirect all-am all installdirs mostlyclean-generic \
397distclean-generic clean-generic maintainer-clean-generic clean \
398mostlyclean distclean maintainer-clean
399
400@SOUND_FALSE@effects.c game.c
401
402install-data-local:
403	$(mkinstalldirs) $(DESTDIR)$(prefix)/share/$(bin_PROGRAMS)/maps
404	$(mkinstalldirs) $(DESTDIR)$(prefix)/share/$(bin_PROGRAMS)/sounds
405	$(INSTALL_DATA) maps/* $(DESTDIR)$(prefix)/share/$(bin_PROGRAMS)/maps
406	$(INSTALL_DATA) sounds/* $(DESTDIR)$(prefix)/share/$(bin_PROGRAMS)/sounds
407	test -e "$(DESTDIR)$(prefix)/share/$(bin_PROGRAMS)/hiscore" || >"$(DESTDIR)$(prefix)/share/$(bin_PROGRAMS)/hiscore"
408	chmod 666 $(DESTDIR)$(prefix)/share/$(bin_PROGRAMS)/hiscore
409	cp -r images $(DESTDIR)$(prefix)/share/$(bin_PROGRAMS)
410	@echo '--------------------------------------------------------------------- \nThe levels files were installed to $(prefix)/share/$(bin_PROGRAMS)/maps, \n the tilesets were installed to $(prefix)/share/$(bin_PROGRAMS)/images \n and the sound files were installed to $(prefix)/share/$(bin_PROGRAMS)/sounds \n----------------------------------------------------------------------'
411
412uninstall-local:
413	-rm -rf $(prefix)/share/$(bin_PROGRAMS)
414
415# Tell versions [3.59,3.63) of GNU make to not export all variables.
416# Otherwise a system limit (for SysV at least) may be exceeded.
417.NOEXPORT:
418