source: libcaca/trunk/Makefile @ 19

Last change on this file since 19 was 19, checked in by Sam Hocevar, 20 years ago
  • real Debian package files.
  • two new types of aliens. only one rules.
  • removed gfx_write in favor of gfx_putchar and gfx_putstr.
  • added bonuses at alien death. they do nothing yet.
  • seeker missiles. 'b' to test.
  • weapon resolution is now 16*char. needs to be generalized.
  • fixed the supernova bugs. center could collide with the tunnel, and the last frame was badly displayed.
  • lots of cleanups everywhere.
File size: 16.4 KB
Line 
1# Makefile.in generated by automake 1.7.2 from Makefile.am.
2# Makefile.  Generated from Makefile.in by configure.
3
4# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
5# Free Software Foundation, Inc.
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15
16
17###############################################################################
18# Automake targets and declarations for ttyvaders
19###############################################################################
20
21srcdir = .
22top_srcdir = .
23
24pkgdatadir = $(datadir)/ttyvaders
25pkglibdir = $(libdir)/ttyvaders
26pkgincludedir = $(includedir)/ttyvaders
27top_builddir = .
28
29am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
30INSTALL = /usr/bin/install -c
31install_sh_DATA = $(install_sh) -c -m 644
32install_sh_PROGRAM = $(install_sh) -c
33install_sh_SCRIPT = $(install_sh) -c
34INSTALL_HEADER = $(INSTALL_DATA)
35transform = $(program_transform_name)
36NORMAL_INSTALL = :
37PRE_INSTALL = :
38POST_INSTALL = :
39NORMAL_UNINSTALL = :
40PRE_UNINSTALL = :
41POST_UNINSTALL = :
42build_triplet = i686-pc-linux-gnu
43host_triplet = i686-pc-linux-gnu
44target_triplet = i686-pc-linux-gnu
45ACLOCAL = ${SHELL} /share/home/sam/bazar/ttyvaders/missing --run aclocal-1.7
46AMDEP_FALSE = #
47AMDEP_TRUE =
48AMTAR = ${SHELL} /share/home/sam/bazar/ttyvaders/missing --run tar
49AUTOCONF = ${SHELL} /share/home/sam/bazar/ttyvaders/missing --run autoconf
50AUTOHEADER = ${SHELL} /share/home/sam/bazar/ttyvaders/missing --run autoheader
51AUTOMAKE = ${SHELL} /share/home/sam/bazar/ttyvaders/missing --run automake-1.7
52AWK = gawk
53CC = gcc
54CCDEPMODE = depmode=gcc
55CFLAGS = -g -O2
56CPP = gcc -E
57CPPFLAGS =
58CYGPATH_W = echo
59DEFS = -DHAVE_CONFIG_H
60DEPDIR = .deps
61ECHO_C =
62ECHO_N = -n
63ECHO_T =
64EGREP =
65EXEEXT =
66INSTALL_DATA = ${INSTALL} -m 644
67INSTALL_PROGRAM = ${INSTALL}
68INSTALL_SCRIPT = ${INSTALL}
69INSTALL_STRIP_PROGRAM = ${SHELL} $(install_sh) -c -s
70LDFLAGS =
71LIBOBJS =
72LIBS =
73LTLIBOBJS =
74MAKEINFO = ${SHELL} /share/home/sam/bazar/ttyvaders/missing --run makeinfo
75OBJEXT = o
76PACKAGE = ttyvaders
77PACKAGE_BUGREPORT =
78PACKAGE_NAME = ttyvaders
79PACKAGE_STRING = ttyvaders 0.0cvs
80PACKAGE_TARNAME = ttyvaders
81PACKAGE_VERSION = 0.0cvs
82PATH_SEPARATOR = :
83SET_MAKE =
84SHELL = /bin/sh
85STRIP =
86USE_NCURSES_FALSE =
87USE_NCURSES_TRUE = #
88VERSION = 0.0cvs
89ac_ct_CC = gcc
90ac_ct_STRIP =
91am__fastdepCC_FALSE =
92am__fastdepCC_TRUE = #
93am__include = include
94am__quote =
95bindir = ${exec_prefix}/bin
96build = i686-pc-linux-gnu
97build_alias =
98build_cpu = i686
99build_os = linux-gnu
100build_vendor = pc
101datadir = ${prefix}/share
102exec_prefix = ${prefix}
103host = i686-pc-linux-gnu
104host_alias =
105host_cpu = i686
106host_os = linux-gnu
107host_vendor = pc
108includedir = ${prefix}/include
109infodir = ${prefix}/info
110install_sh = /share/home/sam/bazar/ttyvaders/install-sh
111libdir = ${exec_prefix}/lib
112libexecdir = ${exec_prefix}/libexec
113localstatedir = ${prefix}/var
114mandir = ${prefix}/man
115oldincludedir = /usr/include
116prefix = /usr/local
117program_transform_name = s,x,x,
118sbindir = ${exec_prefix}/sbin
119sharedstatedir = ${prefix}/com
120sysconfdir = ${prefix}/etc
121target = i686-pc-linux-gnu
122target_alias =
123target_cpu = i686
124target_os = linux-gnu
125target_vendor = pc
126
127SUBDIRS = src
128DIST_SUBDIRS = $(SUBDIRS) debian
129
130EXTRA_DIST = doc/shapes.txt bootstrap
131AUTOMAKE_OPTIONS = foreign dist-bzip2
132subdir = .
133ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
134mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
135CONFIG_HEADER = config.h
136CONFIG_CLEAN_FILES =
137DIST_SOURCES =
138
139RECURSIVE_TARGETS = info-recursive dvi-recursive pdf-recursive \
140        ps-recursive install-info-recursive uninstall-info-recursive \
141        all-recursive install-data-recursive install-exec-recursive \
142        installdirs-recursive install-recursive uninstall-recursive \
143        check-recursive installcheck-recursive
144DIST_COMMON = Makefile.am Makefile.in aclocal.m4 compile config.guess \
145        config.h.in config.sub configure configure.ac depcomp \
146        install-sh missing mkinstalldirs
147all: config.h
148        $(MAKE) $(AM_MAKEFLAGS) all-recursive
149
150.SUFFIXES:
151
152am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
153 configure.lineno
154$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
155        cd $(top_srcdir) && \
156          $(AUTOMAKE) --foreign  Makefile
157Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
158        cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)
159
160$(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
161        $(SHELL) ./config.status --recheck
162$(srcdir)/configure:  $(srcdir)/configure.ac $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
163        cd $(srcdir) && $(AUTOCONF)
164
165$(ACLOCAL_M4):  configure.ac
166        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
167
168config.h: stamp-h1
169        @if test ! -f $@; then \
170          rm -f stamp-h1; \
171          $(MAKE) stamp-h1; \
172        else :; fi
173
174stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
175        @rm -f stamp-h1
176        cd $(top_builddir) && $(SHELL) ./config.status config.h
177
178$(srcdir)/config.h.in:  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
179        cd $(top_srcdir) && $(AUTOHEADER)
180        touch $(srcdir)/config.h.in
181
182distclean-hdr:
183        -rm -f config.h stamp-h1
184uninstall-info-am:
185
186# This directory's subdirectories are mostly independent; you can cd
187# into them and run `make' without going through this Makefile.
188# To change the values of `make' variables: instead of editing Makefiles,
189# (1) if the variable is set in `config.status', edit `config.status'
190#     (which will cause the Makefiles to be regenerated when you run `make');
191# (2) otherwise, pass the desired values on the `make' command line.
192$(RECURSIVE_TARGETS):
193        @set fnord $$MAKEFLAGS; amf=$$2; \
194        dot_seen=no; \
195        target=`echo $@ | sed s/-recursive//`; \
196        list='$(SUBDIRS)'; for subdir in $$list; do \
197          echo "Making $$target in $$subdir"; \
198          if test "$$subdir" = "."; then \
199            dot_seen=yes; \
200            local_target="$$target-am"; \
201          else \
202            local_target="$$target"; \
203          fi; \
204          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
205           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
206        done; \
207        if test "$$dot_seen" = "no"; then \
208          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
209        fi; test -z "$$fail"
210
211mostlyclean-recursive clean-recursive distclean-recursive \
212maintainer-clean-recursive:
213        @set fnord $$MAKEFLAGS; amf=$$2; \
214        dot_seen=no; \
215        case "$@" in \
216          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
217          *) list='$(SUBDIRS)' ;; \
218        esac; \
219        rev=''; for subdir in $$list; do \
220          if test "$$subdir" = "."; then :; else \
221            rev="$$subdir $$rev"; \
222          fi; \
223        done; \
224        rev="$$rev ."; \
225        target=`echo $@ | sed s/-recursive//`; \
226        for subdir in $$rev; do \
227          echo "Making $$target in $$subdir"; \
228          if test "$$subdir" = "."; then \
229            local_target="$$target-am"; \
230          else \
231            local_target="$$target"; \
232          fi; \
233          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
234           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
235        done && test -z "$$fail"
236tags-recursive:
237        list='$(SUBDIRS)'; for subdir in $$list; do \
238          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
239        done
240ctags-recursive:
241        list='$(SUBDIRS)'; for subdir in $$list; do \
242          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
243        done
244
245ETAGS = etags
246ETAGSFLAGS =
247
248CTAGS = ctags
249CTAGSFLAGS =
250
251tags: TAGS
252
253ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
254        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
255        unique=`for i in $$list; do \
256            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
257          done | \
258          $(AWK) '    { files[$$0] = 1; } \
259               END { for (i in files) print i; }'`; \
260        mkid -fID $$unique
261
262TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
263                $(TAGS_FILES) $(LISP)
264        tags=; \
265        here=`pwd`; \
266        list='$(SUBDIRS)'; for subdir in $$list; do \
267          if test "$$subdir" = .; then :; else \
268            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
269          fi; \
270        done; \
271        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
272        unique=`for i in $$list; do \
273            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
274          done | \
275          $(AWK) '    { files[$$0] = 1; } \
276               END { for (i in files) print i; }'`; \
277        test -z "$(ETAGS_ARGS)$$tags$$unique" \
278          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
279             $$tags $$unique
280
281ctags: CTAGS
282CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
283                $(TAGS_FILES) $(LISP)
284        tags=; \
285        here=`pwd`; \
286        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
287        unique=`for i in $$list; do \
288            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
289          done | \
290          $(AWK) '    { files[$$0] = 1; } \
291               END { for (i in files) print i; }'`; \
292        test -z "$(CTAGS_ARGS)$$tags$$unique" \
293          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
294             $$tags $$unique
295
296GTAGS:
297        here=`$(am__cd) $(top_builddir) && pwd` \
298          && cd $(top_srcdir) \
299          && gtags -i $(GTAGS_ARGS) $$here
300
301distclean-tags:
302        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
303DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
304
305top_distdir = .
306distdir = $(PACKAGE)-$(VERSION)
307
308am__remove_distdir = \
309  { test ! -d $(distdir) \
310    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
311         && rm -fr $(distdir); }; }
312
313GZIP_ENV = --best
314distuninstallcheck_listfiles = find . -type f -print
315distcleancheck_listfiles = find . -type f -print
316
317distdir: $(DISTFILES)
318        $(am__remove_distdir)
319        mkdir $(distdir)
320        $(mkinstalldirs) $(distdir)/doc
321        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
322        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
323        list='$(DISTFILES)'; for file in $$list; do \
324          case $$file in \
325            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
326            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
327          esac; \
328          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
329          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
330          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
331            dir="/$$dir"; \
332            $(mkinstalldirs) "$(distdir)$$dir"; \
333          else \
334            dir=''; \
335          fi; \
336          if test -d $$d/$$file; then \
337            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
338              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
339            fi; \
340            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
341          else \
342            test -f $(distdir)/$$file \
343            || cp -p $$d/$$file $(distdir)/$$file \
344            || exit 1; \
345          fi; \
346        done
347        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
348          if test "$$subdir" = .; then :; else \
349            test -d $(distdir)/$$subdir \
350            || mkdir $(distdir)/$$subdir \
351            || exit 1; \
352            (cd $$subdir && \
353              $(MAKE) $(AM_MAKEFLAGS) \
354                top_distdir="$(top_distdir)" \
355                distdir=../$(distdir)/$$subdir \
356                distdir) \
357              || exit 1; \
358          fi; \
359        done
360        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
361          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
362          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
363          ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
364        || chmod -R a+r $(distdir)
365dist-gzip: distdir
366        $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
367        $(am__remove_distdir)
368
369dist-bzip2: distdir
370        $(AMTAR) chof - $(distdir) | bzip2 -9 -c >$(distdir).tar.bz2
371        $(am__remove_distdir)
372
373dist dist-all: distdir
374        $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
375        $(AMTAR) chof - $(distdir) | bzip2 -9 -c >$(distdir).tar.bz2
376        $(am__remove_distdir)
377
378# This target untars the dist file and tries a VPATH configuration.  Then
379# it guarantees that the distribution is self-contained by making another
380# tarfile.
381distcheck: dist
382        $(am__remove_distdir)
383        GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
384        chmod -R a-w $(distdir); chmod a+w $(distdir)
385        mkdir $(distdir)/=build
386        mkdir $(distdir)/=inst
387        chmod a-w $(distdir)
388        dc_install_base=`$(am__cd) $(distdir)/=inst && pwd` \
389          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
390          && cd $(distdir)/=build \
391          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
392            $(DISTCHECK_CONFIGURE_FLAGS) \
393          && $(MAKE) $(AM_MAKEFLAGS) \
394          && $(MAKE) $(AM_MAKEFLAGS) dvi \
395          && $(MAKE) $(AM_MAKEFLAGS) check \
396          && $(MAKE) $(AM_MAKEFLAGS) install \
397          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
398          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
399          && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
400                distuninstallcheck \
401          && chmod -R a-w "$$dc_install_base" \
402          && ({ \
403               (cd ../.. && $(mkinstalldirs) "$$dc_destdir") \
404               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
405               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
406               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
407                    distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
408              } || { rm -rf "$$dc_destdir"; exit 1; }) \
409          && rm -rf "$$dc_destdir" \
410          && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \
411          && rm -f $(distdir).tar.gz \
412          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
413        $(am__remove_distdir)
414        @echo "$(distdir).tar.gz is ready for distribution" | \
415          sed 'h;s/./=/g;p;x;p;x'
416distuninstallcheck:
417        cd $(distuninstallcheck_dir) \
418        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
419           || { echo "ERROR: files left after uninstall:" ; \
420                if test -n "$(DESTDIR)"; then \
421                  echo "  (check DESTDIR support)"; \
422                fi ; \
423                $(distuninstallcheck_listfiles) ; \
424                exit 1; } >&2
425distcleancheck: distclean
426        if test '$(srcdir)' = . ; then \
427          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
428          exit 1 ; \
429        fi
430        test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
431          || { echo "ERROR: files left in build directory after distclean:" ; \
432               $(distcleancheck_listfiles) ; \
433               exit 1; } >&2
434check-am: all-am
435check: check-recursive
436all-am: Makefile config.h
437installdirs: installdirs-recursive
438installdirs-am:
439
440install: install-recursive
441install-exec: install-exec-recursive
442install-data: install-data-recursive
443uninstall: uninstall-recursive
444
445install-am: all-am
446        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
447
448installcheck: installcheck-recursive
449install-strip:
450        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
451          INSTALL_STRIP_FLAG=-s \
452          `test -z '$(STRIP)' || \
453            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
454mostlyclean-generic:
455
456clean-generic:
457
458distclean-generic:
459        -rm -f Makefile $(CONFIG_CLEAN_FILES)
460
461maintainer-clean-generic:
462        @echo "This command is intended for maintainers to use"
463        @echo "it deletes files that may require special tools to rebuild."
464clean: clean-recursive
465
466clean-am: clean-generic mostlyclean-am
467
468distclean: distclean-recursive
469        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
470distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
471
472dvi: dvi-recursive
473
474dvi-am:
475
476info: info-recursive
477
478info-am:
479
480install-data-am:
481
482install-exec-am:
483
484install-info: install-info-recursive
485
486install-man:
487
488installcheck-am:
489
490maintainer-clean: maintainer-clean-recursive
491        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
492        -rm -rf autom4te.cache
493maintainer-clean-am: distclean-am maintainer-clean-generic
494
495mostlyclean: mostlyclean-recursive
496
497mostlyclean-am: mostlyclean-generic
498
499pdf: pdf-recursive
500
501pdf-am:
502
503ps: ps-recursive
504
505ps-am:
506
507uninstall-am: uninstall-info-am
508
509uninstall-info: uninstall-info-recursive
510
511.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am clean \
512        clean-generic clean-recursive ctags ctags-recursive dist \
513        dist-all dist-bzip2 dist-gzip distcheck distclean \
514        distclean-generic distclean-hdr distclean-recursive \
515        distclean-tags distcleancheck distdir distuninstallcheck dvi \
516        dvi-am dvi-recursive info info-am info-recursive install \
517        install-am install-data install-data-am install-data-recursive \
518        install-exec install-exec-am install-exec-recursive \
519        install-info install-info-am install-info-recursive install-man \
520        install-recursive install-strip installcheck installcheck-am \
521        installdirs installdirs-am installdirs-recursive \
522        maintainer-clean maintainer-clean-generic \
523        maintainer-clean-recursive mostlyclean mostlyclean-generic \
524        mostlyclean-recursive pdf pdf-am pdf-recursive ps ps-am \
525        ps-recursive tags tags-recursive uninstall uninstall-am \
526        uninstall-info-am uninstall-info-recursive uninstall-recursive
527
528# Tell versions [3.59,3.63) of GNU make to not export all variables.
529# Otherwise a system limit (for SysV at least) may be exceeded.
530.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.