home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 March / Chip_2002-03_cd1.bin / oddech / penguin / data / Makefile < prev   
Encoding:
Makefile  |  2001-11-15  |  8.6 KB  |  282 lines

  1. # Generated automatically from Makefile.in by configure.
  2. # Makefile.in generated automatically by automake 1.4-p4 from Makefile.am
  3.  
  4. # Copyright (C) 1994, 1995-8, 1999 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.  
  15. SHELL = /bin/sh
  16.  
  17. srcdir = .
  18. top_srcdir = ..
  19. prefix = /usr/local
  20. exec_prefix = ${prefix}
  21.  
  22. bindir = ${exec_prefix}/bin
  23. sbindir = ${exec_prefix}/sbin
  24. libexecdir = ${exec_prefix}/libexec
  25. datadir = ${prefix}/share
  26. sysconfdir = ${prefix}/etc
  27. sharedstatedir = ${prefix}/com
  28. localstatedir = ${prefix}/var
  29. libdir = ${exec_prefix}/lib
  30. infodir = ${prefix}/info
  31. mandir = ${prefix}/man
  32. includedir = ${prefix}/include
  33. oldincludedir = /usr/include
  34.  
  35. DESTDIR =
  36.  
  37. pkgdatadir = $(datadir)/penguin-command
  38. pkglibdir = $(libdir)/penguin-command
  39. pkgincludedir = $(includedir)/penguin-command
  40.  
  41. top_builddir = ..
  42.  
  43. ACLOCAL = aclocal
  44. AUTOCONF = autoconf
  45. AUTOMAKE = automake
  46. AUTOHEADER = autoheader
  47.  
  48. INSTALL = /usr/bin/install -c
  49. INSTALL_PROGRAM = ${INSTALL} $(AM_INSTALL_PROGRAM_FLAGS)
  50. INSTALL_DATA = ${INSTALL} -m 644
  51. INSTALL_SCRIPT = ${INSTALL_PROGRAM}
  52. transform = s,x,x,
  53.  
  54. NORMAL_INSTALL = :
  55. PRE_INSTALL = :
  56. POST_INSTALL = :
  57. NORMAL_UNINSTALL = :
  58. PRE_UNINSTALL = :
  59. POST_UNINSTALL = :
  60. host_alias = i386-mingw32msvc
  61. host_triplet = i386-pc-mingw32msvc
  62. CC = gcc
  63. MAKEINFO = makeinfo
  64. PACKAGE = penguin-command
  65. RANLIB = ranlib
  66. SDL_CFLAGS = -I/usr/local/cross-tools/i386-mingw32msvc/include -I/usr/local/cross-tools/i386-mingw32msvc/include/SDL -Dmain=SDL_main
  67. SDL_CONFIG = /usr/local/cross-tools/i386-mingw32msvc/bin/sdl-config
  68. SDL_LIBS = -L/usr/local/cross-tools/i386-mingw32msvc/lib -lmingw32 -lSDLmain -lSDL -mwindows
  69. VERSION = 1.6.2
  70.  
  71. SUBDIRS = gfx sound
  72. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  73. CONFIG_CLEAN_FILES = 
  74. DIST_COMMON =  Makefile.am Makefile.in
  75.  
  76.  
  77. DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
  78.  
  79. TAR = tar
  80. GZIP_ENV = --best
  81. all: all-redirect
  82. .SUFFIXES:
  83. $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
  84.     cd $(top_srcdir) && $(AUTOMAKE) --gnu data/Makefile
  85.  
  86. Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
  87.     cd $(top_builddir) \
  88.       && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
  89.  
  90.  
  91. # This directory's subdirectories are mostly independent; you can cd
  92. # into them and run `make' without going through this Makefile.
  93. # To change the values of `make' variables: instead of editing Makefiles,
  94. # (1) if the variable is set in `config.status', edit `config.status'
  95. #     (which will cause the Makefiles to be regenerated when you run `make');
  96. # (2) otherwise, pass the desired values on the `make' command line.
  97.  
  98.  
  99.  
  100. all-recursive install-data-recursive install-exec-recursive \
  101. installdirs-recursive install-recursive uninstall-recursive  \
  102. check-recursive installcheck-recursive info-recursive dvi-recursive:
  103.     @set fnord $(MAKEFLAGS); amf=$$2; \
  104.     dot_seen=no; \
  105.     target=`echo $@ | sed s/-recursive//`; \
  106.     list='$(SUBDIRS)'; for subdir in $$list; do \
  107.       echo "Making $$target in $$subdir"; \
  108.       if test "$$subdir" = "."; then \
  109.         dot_seen=yes; \
  110.         local_target="$$target-am"; \
  111.       else \
  112.         local_target="$$target"; \
  113.       fi; \
  114.       (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  115.        || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
  116.     done; \
  117.     if test "$$dot_seen" = "no"; then \
  118.       $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  119.     fi; test -z "$$fail"
  120.  
  121. mostlyclean-recursive clean-recursive distclean-recursive \
  122. maintainer-clean-recursive:
  123.     @set fnord $(MAKEFLAGS); amf=$$2; \
  124.     dot_seen=no; \
  125.     rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
  126.       rev="$$subdir $$rev"; \
  127.       test "$$subdir" = "." && dot_seen=yes; \
  128.     done; \
  129.     test "$$dot_seen" = "no" && rev=". $$rev"; \
  130.     target=`echo $@ | sed s/-recursive//`; \
  131.     for subdir in $$rev; do \
  132.       echo "Making $$target in $$subdir"; \
  133.       if test "$$subdir" = "."; then \
  134.         local_target="$$target-am"; \
  135.       else \
  136.         local_target="$$target"; \
  137.       fi; \
  138.       (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  139.        || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
  140.     done && test -z "$$fail"
  141. tags-recursive:
  142.     list='$(SUBDIRS)'; for subdir in $$list; do \
  143.       test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
  144.     done
  145.  
  146. tags: TAGS
  147.  
  148. ID: $(HEADERS) $(SOURCES) $(LISP)
  149.     list='$(SOURCES) $(HEADERS)'; \
  150.     unique=`for i in $$list; do echo $$i; done | \
  151.       awk '    { files[$$0] = 1; } \
  152.            END { for (i in files) print i; }'`; \
  153.     here=`pwd` && cd $(srcdir) \
  154.       && mkid -f$$here/ID $$unique $(LISP)
  155.  
  156. TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
  157.     tags=; \
  158.     here=`pwd`; \
  159.     list='$(SUBDIRS)'; for subdir in $$list; do \
  160.    if test "$$subdir" = .; then :; else \
  161.         test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
  162.    fi; \
  163.     done; \
  164.     list='$(SOURCES) $(HEADERS)'; \
  165.     unique=`for i in $$list; do echo $$i; done | \
  166.       awk '    { files[$$0] = 1; } \
  167.            END { for (i in files) print i; }'`; \
  168.     test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
  169.       || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
  170.  
  171. mostlyclean-tags:
  172.  
  173. clean-tags:
  174.  
  175. distclean-tags:
  176.     -rm -f TAGS ID
  177.  
  178. maintainer-clean-tags:
  179.  
  180. distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
  181.  
  182. subdir = data
  183.  
  184. distdir: $(DISTFILES)
  185.     here=`cd $(top_builddir) && pwd`; \
  186.     top_distdir=`cd $(top_distdir) && pwd`; \
  187.     distdir=`cd $(distdir) && pwd`; \
  188.     cd $(top_srcdir) \
  189.       && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu data/Makefile
  190.     @for file in $(DISTFILES); do \
  191.       d=$(srcdir); \
  192.       if test -d $$d/$$file; then \
  193.         cp -pr $$d/$$file $(distdir)/$$file; \
  194.       else \
  195.         test -f $(distdir)/$$file \
  196.         || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
  197.         || cp -p $$d/$$file $(distdir)/$$file || :; \
  198.       fi; \
  199.     done
  200.     for subdir in $(SUBDIRS); do \
  201.       if test "$$subdir" = .; then :; else \
  202.         test -d $(distdir)/$$subdir \
  203.         || mkdir $(distdir)/$$subdir \
  204.         || exit 1; \
  205.         chmod 777 $(distdir)/$$subdir; \
  206.         (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
  207.           || exit 1; \
  208.       fi; \
  209.     done
  210. info-am:
  211. info: info-recursive
  212. dvi-am:
  213. dvi: dvi-recursive
  214. check-am: all-am
  215. check: check-recursive
  216. installcheck-am:
  217. installcheck: installcheck-recursive
  218. install-exec-am:
  219. install-exec: install-exec-recursive
  220.  
  221. install-data-am:
  222. install-data: install-data-recursive
  223.  
  224. install-am: all-am
  225.     @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  226. install: install-recursive
  227. uninstall-am:
  228. uninstall: uninstall-recursive
  229. all-am: Makefile
  230. all-redirect: all-recursive
  231. install-strip:
  232.     $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
  233. installdirs: installdirs-recursive
  234. installdirs-am:
  235.  
  236.  
  237. mostlyclean-generic:
  238.  
  239. clean-generic:
  240.  
  241. distclean-generic:
  242.     -rm -f Makefile $(CONFIG_CLEAN_FILES)
  243.     -rm -f config.cache config.log stamp-h stamp-h[0-9]*
  244.  
  245. maintainer-clean-generic:
  246. mostlyclean-am:  mostlyclean-tags mostlyclean-generic
  247.  
  248. mostlyclean: mostlyclean-recursive
  249.  
  250. clean-am:  clean-tags clean-generic mostlyclean-am
  251.  
  252. clean: clean-recursive
  253.  
  254. distclean-am:  distclean-tags distclean-generic clean-am
  255.  
  256. distclean: distclean-recursive
  257.  
  258. maintainer-clean-am:  maintainer-clean-tags maintainer-clean-generic \
  259.         distclean-am
  260.     @echo "This command is intended for maintainers to use;"
  261.     @echo "it deletes files that may require special tools to rebuild."
  262.  
  263. maintainer-clean: maintainer-clean-recursive
  264.  
  265. .PHONY: install-data-recursive uninstall-data-recursive \
  266. install-exec-recursive uninstall-exec-recursive installdirs-recursive \
  267. uninstalldirs-recursive all-recursive check-recursive \
  268. installcheck-recursive info-recursive dvi-recursive \
  269. mostlyclean-recursive distclean-recursive clean-recursive \
  270. maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
  271. distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
  272. dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
  273. install-exec install-data-am install-data install-am install \
  274. uninstall-am uninstall all-redirect all-am all installdirs-am \
  275. installdirs mostlyclean-generic distclean-generic clean-generic \
  276. maintainer-clean-generic clean mostlyclean distclean maintainer-clean
  277.  
  278.  
  279. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  280. # Otherwise a system limit (for SysV at least) may be exceeded.
  281. .NOEXPORT:
  282.