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
14SHELL = @SHELL@
15
16srcdir = @srcdir@
17top_srcdir = @top_srcdir@
18VPATH = @srcdir@
19prefix = @prefix@
20exec_prefix = @exec_prefix@
21
22bindir = @bindir@
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 = :
60CATALOGS = @CATALOGS@
61CATOBJEXT = @CATOBJEXT@
62CC = @CC@
63CPP = @CPP@
64DATADIRNAME = @DATADIRNAME@
65GENCAT = @GENCAT@
66GMOFILES = @GMOFILES@
67GMSGFMT = @GMSGFMT@
68GT_NO = @GT_NO@
69GT_YES = @GT_YES@
70INCLUDE_LOCALE_H = @INCLUDE_LOCALE_H@
71INSTOBJEXT = @INSTOBJEXT@
72INTLDEPS = @INTLDEPS@
73INTLLIBS = @INTLLIBS@
74INTLOBJS = @INTLOBJS@
75LN_S = @LN_S@
76MAKEINFO = @MAKEINFO@
77MKINSTALLDIRS = @MKINSTALLDIRS@
78MSGFMT = @MSGFMT@
79PACKAGE = @PACKAGE@
80POFILES = @POFILES@
81POSUB = @POSUB@
82RANLIB = @RANLIB@
83SCOREFILE = @SCOREFILE@
84USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
85USE_NLS = @USE_NLS@
86VERSION = @VERSION@
87l = @l@
88
89AUTOMAKE_OPTIONS = foreign
90
91SUBDIRS = intl po
92EXTRA_DIST = debian Vaders xinvaders.6 icon.xpm xinvaders.lsm
93
94execgamesdir = $(prefix)/bin
95execgames_PROGRAMS = xinvaders
96
97xinvaders_SOURCES = base.c main.c score.c shot.c spacers.c vaders.c widget.c me.h patchlevel.h vaders.h base1.bit base2.bit explode1.bit explode2.bit spacer1.bit spacer2.bit sperma1.bit sperma2.bit spermb1.bit spermb2.bit vader1a1.bit vader1a2.bit vader1b1.bit vader1b2.bit vader2a1.bit vader2a2.bit vader2b1.bit vader2b2.bit vader3a1.bit vader3a2.bit vader3b1.bit vader3b2.bit vexplod1.bit vexplod2.bit
98
99
100man_MANS = xinvaders.6
101ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
102mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
103CONFIG_HEADER = config.h
104CONFIG_CLEAN_FILES =
105PROGRAMS =  $(execgames_PROGRAMS)
106
107
108DEFS = @DEFS@ -I. -I$(srcdir) -I.
109CPPFLAGS = @CPPFLAGS@
110LDFLAGS = @LDFLAGS@
111LIBS = @LIBS@
112X_CFLAGS = @X_CFLAGS@
113X_LIBS = @X_LIBS@
114X_EXTRA_LIBS = @X_EXTRA_LIBS@
115X_PRE_LIBS = @X_PRE_LIBS@
116xinvaders_OBJECTS =  base.o main.o score.o shot.o spacers.o vaders.o \
117widget.o
118xinvaders_LDADD = $(LDADD)
119xinvaders_DEPENDENCIES =
120xinvaders_LDFLAGS =
121CFLAGS = @CFLAGS@
122COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
123CCLD = $(CC)
124LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
125man6dir = $(mandir)/man6
126MANS = $(man_MANS)
127
128NROFF = nroff
129DIST_COMMON =  README ./stamp-h.in ABOUT-NLS INSTALL Makefile.am \
130Makefile.in acconfig.h aclocal.m4 config.h.in configure configure.in \
131install-sh missing mkinstalldirs
132
133
134DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
135
136TAR = tar
137GZIP_ENV = --best
138SOURCES = $(xinvaders_SOURCES)
139OBJECTS = $(xinvaders_OBJECTS)
140
141all: all-redirect
142.SUFFIXES:
143.SUFFIXES: .S .c .o .s
144$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
145	cd $(top_srcdir) && $(AUTOMAKE) --foreign --include-deps Makefile
146
147Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
148	cd $(top_builddir) \
149	  && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
150
151$(ACLOCAL_M4):  configure.in
152	cd $(srcdir) && $(ACLOCAL)
153
154config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
155	$(SHELL) ./config.status --recheck
156$(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
157	cd $(srcdir) && $(AUTOCONF)
158
159config.h: stamp-h
160	@if test ! -f $@; then \
161		rm -f stamp-h; \
162		$(MAKE) stamp-h; \
163	else :; fi
164stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
165	cd $(top_builddir) \
166	  && CONFIG_FILES= CONFIG_HEADERS=config.h \
167	     $(SHELL) ./config.status
168	@echo timestamp > stamp-h 2> /dev/null
169$(srcdir)/config.h.in: $(srcdir)/stamp-h.in
170	@if test ! -f $@; then \
171		rm -f $(srcdir)/stamp-h.in; \
172		$(MAKE) $(srcdir)/stamp-h.in; \
173	else :; fi
174$(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h
175	cd $(top_srcdir) && $(AUTOHEADER)
176	@echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
177
178mostlyclean-hdr:
179
180clean-hdr:
181
182distclean-hdr:
183	-rm -f config.h
184
185maintainer-clean-hdr:
186
187mostlyclean-execgamesPROGRAMS:
188
189clean-execgamesPROGRAMS:
190	-test -z "$(execgames_PROGRAMS)" || rm -f $(execgames_PROGRAMS)
191
192distclean-execgamesPROGRAMS:
193
194maintainer-clean-execgamesPROGRAMS:
195
196install-execgamesPROGRAMS: $(execgames_PROGRAMS)
197	@$(NORMAL_INSTALL)
198	$(mkinstalldirs) $(DESTDIR)$(execgamesdir)
199	@list='$(execgames_PROGRAMS)'; for p in $$list; do \
200	  if test -f $$p; then \
201	    echo "  $(INSTALL_PROGRAM) $$p $(DESTDIR)$(execgamesdir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
202	     $(INSTALL_PROGRAM) $$p $(DESTDIR)$(execgamesdir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
203	  else :; fi; \
204	done
205
206uninstall-execgamesPROGRAMS:
207	@$(NORMAL_UNINSTALL)
208	list='$(execgames_PROGRAMS)'; for p in $$list; do \
209	  rm -f $(DESTDIR)$(execgamesdir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
210	done
211
212.c.o:
213	$(COMPILE) -c $<
214
215.s.o:
216	$(COMPILE) -c $<
217
218.S.o:
219	$(COMPILE) -c $<
220
221mostlyclean-compile:
222	-rm -f *.o core *.core
223
224clean-compile:
225
226distclean-compile:
227	-rm -f *.tab.c
228
229maintainer-clean-compile:
230
231xinvaders: $(xinvaders_OBJECTS) $(xinvaders_DEPENDENCIES)
232	@rm -f xinvaders
233	$(LINK) $(xinvaders_LDFLAGS) $(xinvaders_OBJECTS) $(xinvaders_LDADD) $(LIBS)
234
235install-man6:
236	$(mkinstalldirs) $(DESTDIR)$(man6dir)
237	@list='$(man6_MANS)'; \
238	l2='$(man_MANS)'; for i in $$l2; do \
239	  case "$$i" in \
240	    *.6*) list="$$list $$i" ;; \
241	  esac; \
242	done; \
243	for i in $$list; do \
244	  if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
245	  else file=$$i; fi; \
246	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
247	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
248	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
249	  echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man6dir)/$$inst"; \
250	  $(INSTALL_DATA) $$file $(DESTDIR)$(man6dir)/$$inst; \
251	done
252
253uninstall-man6:
254	@list='$(man6_MANS)'; \
255	l2='$(man_MANS)'; for i in $$l2; do \
256	  case "$$i" in \
257	    *.6*) list="$$list $$i" ;; \
258	  esac; \
259	done; \
260	for i in $$list; do \
261	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
262	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
263	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
264	  echo " rm -f $(DESTDIR)$(man6dir)/$$inst"; \
265	  rm -f $(DESTDIR)$(man6dir)/$$inst; \
266	done
267install-man: $(MANS)
268	@$(NORMAL_INSTALL)
269	$(MAKE) $(AM_MAKEFLAGS) install-man6
270uninstall-man:
271	@$(NORMAL_UNINSTALL)
272	$(MAKE) $(AM_MAKEFLAGS) uninstall-man6
273
274# This directory's subdirectories are mostly independent; you can cd
275# into them and run `make' without going through this Makefile.
276# To change the values of `make' variables: instead of editing Makefiles,
277# (1) if the variable is set in `config.status', edit `config.status'
278#     (which will cause the Makefiles to be regenerated when you run `make');
279# (2) otherwise, pass the desired values on the `make' command line.
280
281@SET_MAKE@
282
283all-recursive install-data-recursive install-exec-recursive \
284installdirs-recursive install-recursive uninstall-recursive  \
285check-recursive installcheck-recursive info-recursive dvi-recursive:
286	@set fnord $(MAKEFLAGS); amf=$$2; \
287	dot_seen=no; \
288	target=`echo $@ | sed s/-recursive//`; \
289	list='$(SUBDIRS)'; for subdir in $$list; do \
290	  echo "Making $$target in $$subdir"; \
291	  if test "$$subdir" = "."; then \
292	    dot_seen=yes; \
293	    local_target="$$target-am"; \
294	  else \
295	    local_target="$$target"; \
296	  fi; \
297	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
298	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
299	done; \
300	if test "$$dot_seen" = "no"; then \
301	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
302	fi; test -z "$$fail"
303
304mostlyclean-recursive clean-recursive distclean-recursive \
305maintainer-clean-recursive:
306	@set fnord $(MAKEFLAGS); amf=$$2; \
307	dot_seen=no; \
308	rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
309	  rev="$$subdir $$rev"; \
310	  test "$$subdir" = "." && dot_seen=yes; \
311	done; \
312	test "$$dot_seen" = "no" && rev=". $$rev"; \
313	target=`echo $@ | sed s/-recursive//`; \
314	for subdir in $$rev; do \
315	  echo "Making $$target in $$subdir"; \
316	  if test "$$subdir" = "."; then \
317	    local_target="$$target-am"; \
318	  else \
319	    local_target="$$target"; \
320	  fi; \
321	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
322	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
323	done && test -z "$$fail"
324tags-recursive:
325	list='$(SUBDIRS)'; for subdir in $$list; do \
326	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
327	done
328
329tags: TAGS
330
331ID: $(HEADERS) $(SOURCES) $(LISP)
332	list='$(SOURCES) $(HEADERS)'; \
333	unique=`for i in $$list; do echo $$i; done | \
334	  awk '    { files[$$0] = 1; } \
335	       END { for (i in files) print i; }'`; \
336	here=`pwd` && cd $(srcdir) \
337	  && mkid -f$$here/ID $$unique $(LISP)
338
339TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
340	tags=; \
341	here=`pwd`; \
342	list='$(SUBDIRS)'; for subdir in $$list; do \
343   if test "$$subdir" = .; then :; else \
344	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
345   fi; \
346	done; \
347	list='$(SOURCES) $(HEADERS)'; \
348	unique=`for i in $$list; do echo $$i; done | \
349	  awk '    { files[$$0] = 1; } \
350	       END { for (i in files) print i; }'`; \
351	test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
352	  || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS)
353
354mostlyclean-tags:
355
356clean-tags:
357
358distclean-tags:
359	-rm -f TAGS ID
360
361maintainer-clean-tags:
362
363distdir = $(PACKAGE)-$(VERSION)
364top_distdir = $(distdir)
365
366# This target untars the dist file and tries a VPATH configuration.  Then
367# it guarantees that the distribution is self-contained by making another
368# tarfile.
369distcheck: dist
370	-rm -rf $(distdir)
371	GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
372	mkdir $(distdir)/=build
373	mkdir $(distdir)/=inst
374	dc_install_base=`cd $(distdir)/=inst && pwd`; \
375	cd $(distdir)/=build \
376	  && ../configure --with-included-gettext --srcdir=.. --prefix=$$dc_install_base \
377	  && $(MAKE) $(AM_MAKEFLAGS) \
378	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
379	  && $(MAKE) $(AM_MAKEFLAGS) check \
380	  && $(MAKE) $(AM_MAKEFLAGS) install \
381	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
382	  && $(MAKE) $(AM_MAKEFLAGS) dist
383	-rm -rf $(distdir)
384	@banner="$(distdir).tar.gz is ready for distribution"; \
385	dashes=`echo "$$banner" | sed s/./=/g`; \
386	echo "$$dashes"; \
387	echo "$$banner"; \
388	echo "$$dashes"
389dist: distdir
390	-chmod -R a+r $(distdir)
391	GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
392	-rm -rf $(distdir)
393dist-all: distdir
394	-chmod -R a+r $(distdir)
395	GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
396	-rm -rf $(distdir)
397distdir: $(DISTFILES)
398	-rm -rf $(distdir)
399	mkdir $(distdir)
400	-chmod 777 $(distdir)
401	@for file in $(DISTFILES); do \
402	  d=$(srcdir); \
403	  if test -d $$d/$$file; then \
404	    cp -pr $$d/$$file $(distdir)/$$file; \
405	  else \
406	    test -f $(distdir)/$$file \
407	    || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
408	    || cp -p $$d/$$file $(distdir)/$$file || :; \
409	  fi; \
410	done
411	for subdir in $(SUBDIRS); do \
412	  if test "$$subdir" = .; then :; else \
413	    test -d $(distdir)/$$subdir \
414	    || mkdir $(distdir)/$$subdir \
415	    || exit 1; \
416	    chmod 777 $(distdir)/$$subdir; \
417	    (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
418	      || exit 1; \
419	  fi; \
420	done
421base.o: base.c config.h vaders.h base1.bit base2.bit explode1.bit \
422	explode2.bit
423main.o: main.c config.h vaders.h
424score.o: score.c config.h vaders.h
425shot.o: shot.c config.h vaders.h sperma1.bit sperma2.bit spermb1.bit \
426	spermb2.bit
427spacers.o: spacers.c config.h vaders.h spacer1.bit spacer2.bit
428vaders.o: vaders.c config.h vaders.h vader1a1.bit vader1b1.bit \
429	vader1a2.bit vader1b2.bit vader2a1.bit vader2b1.bit \
430	vader2a2.bit vader2b2.bit vader3a1.bit vader3b1.bit \
431	vader3a2.bit vader3b2.bit vexplod1.bit vexplod2.bit
432widget.o: widget.c config.h vaders.h me.h
433
434info-am:
435info: info-recursive
436dvi-am:
437dvi: dvi-recursive
438check-am: all-am
439check: check-recursive
440installcheck-am:
441installcheck: installcheck-recursive
442all-recursive-am: config.h
443	$(MAKE) $(AM_MAKEFLAGS) all-recursive
444
445install-exec-am: install-execgamesPROGRAMS
446install-exec: install-exec-recursive
447
448install-data-am: install-man
449install-data: install-data-recursive
450
451install-am: all-am
452	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
453install: install-recursive
454uninstall-am: uninstall-execgamesPROGRAMS uninstall-man
455uninstall: uninstall-recursive
456all-am: Makefile $(PROGRAMS) $(MANS) config.h
457all-redirect: all-recursive-am
458install-strip:
459	$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
460installdirs: installdirs-recursive
461installdirs-am:
462	$(mkinstalldirs)  $(DESTDIR)$(execgamesdir) $(DESTDIR)$(mandir)/man6
463
464
465mostlyclean-generic:
466
467clean-generic:
468
469distclean-generic:
470	-rm -f Makefile $(CONFIG_CLEAN_FILES)
471	-rm -f config.cache config.log stamp-h stamp-h[0-9]*
472
473maintainer-clean-generic:
474mostlyclean-am:  mostlyclean-hdr mostlyclean-execgamesPROGRAMS \
475		mostlyclean-compile mostlyclean-tags \
476		mostlyclean-generic
477
478mostlyclean: mostlyclean-recursive
479
480clean-am:  clean-hdr clean-execgamesPROGRAMS clean-compile clean-tags \
481		clean-generic mostlyclean-am
482
483clean: clean-recursive
484
485distclean-am:  distclean-hdr distclean-execgamesPROGRAMS \
486		distclean-compile distclean-tags distclean-generic \
487		clean-am
488
489distclean: distclean-recursive
490	-rm -f config.status
491
492maintainer-clean-am:  maintainer-clean-hdr \
493		maintainer-clean-execgamesPROGRAMS \
494		maintainer-clean-compile maintainer-clean-tags \
495		maintainer-clean-generic distclean-am
496	@echo "This command is intended for maintainers to use;"
497	@echo "it deletes files that may require special tools to rebuild."
498
499maintainer-clean: maintainer-clean-recursive
500	-rm -f config.status
501
502.PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
503mostlyclean-execgamesPROGRAMS distclean-execgamesPROGRAMS \
504clean-execgamesPROGRAMS maintainer-clean-execgamesPROGRAMS \
505uninstall-execgamesPROGRAMS install-execgamesPROGRAMS \
506mostlyclean-compile distclean-compile clean-compile \
507maintainer-clean-compile install-man6 uninstall-man6 install-man \
508uninstall-man install-data-recursive uninstall-data-recursive \
509install-exec-recursive uninstall-exec-recursive installdirs-recursive \
510uninstalldirs-recursive all-recursive check-recursive \
511installcheck-recursive info-recursive dvi-recursive \
512mostlyclean-recursive distclean-recursive clean-recursive \
513maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
514distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
515dvi-am dvi check check-am installcheck-am installcheck all-recursive-am \
516install-exec-local install-exec-am install-exec install-data-local \
517install-data-am install-data install-am install uninstall-am uninstall \
518all-redirect all-am all installdirs-am installdirs mostlyclean-generic \
519distclean-generic clean-generic maintainer-clean-generic clean \
520mostlyclean distclean maintainer-clean
521
522
523install-data-local:
524	mkdir -p $(shell dirname $(DESTDIR)$(SCOREFILE) )
525	echo 0 > $(DESTDIR)$(SCOREFILE)
526	chgrp games $(DESTDIR)$(SCOREFILE)
527	chmod 0660 $(DESTDIR)$(SCOREFILE)
528
529install-exec-local:
530	chgrp games $(DESTDIR)$(execgamesdir)/xinvaders
531	chmod g+s $(DESTDIR)$(execgamesdir)/xinvaders
532
533# Tell versions [3.59,3.63) of GNU make to not export all variables.
534# Otherwise a system limit (for SysV at least) may be exceeded.
535.NOEXPORT:
536