summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorneoraider <devnull@localhost>2007-06-15 22:52:01 +0200
committerneoraider <devnull@localhost>2007-06-15 22:52:01 +0200
commite3085adf83eaedabfee5ce6af2f6e34443e1eaca (patch)
tree1da8e8863322834541d86bfbeaa2b890727c0d27 /Makefile.in
parent8c91dab105029a31dc79e635f70b292783f9cc07 (diff)
downloadzoom-e3085adf83eaedabfee5ce6af2f6e34443e1eaca.tar
zoom-e3085adf83eaedabfee5ce6af2f6e34443e1eaca.zip
zoom: Fixed some Makefile bugs.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in14
1 files changed, 7 insertions, 7 deletions
diff --git a/Makefile.in b/Makefile.in
index 491f629..66ee075 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -35,7 +35,7 @@ POST_UNINSTALL = :
nobase_game_PROGRAMS = zoom-bin$(EXEEXT)
subdir = .
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
- $(srcdir)/Makefile.in $(srcdir)/config.h.in \
+ $(srcdir)/Makefile.in $(srcdir)/config.h.in $(srcdir)/zoom.in \
$(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
compile depcomp install-sh missing mkinstalldirs
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
@@ -46,7 +46,7 @@ am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
configure.lineno config.status.lineno
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = config.h
-CONFIG_CLEAN_FILES =
+CONFIG_CLEAN_FILES = zoom
am__installdirs = "$(DESTDIR)$(gamedir)" "$(DESTDIR)$(bindir)" \
"$(DESTDIR)$(gamedir)"
nobase_gamePROGRAMS_INSTALL = $(install_sh_PROGRAM)
@@ -179,7 +179,8 @@ nobase_game_DATA = levels/level.dtd levels/level.lvl tex/*
zoom_bin_SOURCES = zoom-bin.c
zoom_bin_CFLAGS = @libzoom_CFLAGS@
zoom_bin_LDADD = @libzoom_LIBS@
-EXTRA_DIST = zoom levels/level.dtd levels/level.xml tex/*
+EXTRA_DIST = levels/level.dtd levels/*.xml tex/*
+CLEANFILES = levels/*.lvl
all: config.h
$(MAKE) $(AM_MAKEFLAGS) all-am
@@ -235,6 +236,8 @@ $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
distclean-hdr:
-rm -f config.h stamp-h1
+zoom: $(top_builddir)/config.status $(srcdir)/zoom.in
+ cd $(top_builddir) && $(SHELL) ./config.status $@
install-nobase_gamePROGRAMS: $(nobase_game_PROGRAMS)
@$(NORMAL_INSTALL)
test -z "$(gamedir)" || $(MKDIR_P) "$(DESTDIR)$(gamedir)"
@@ -535,6 +538,7 @@ install-strip:
mostlyclean-generic:
clean-generic:
+ -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
distclean-generic:
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
@@ -623,10 +627,6 @@ uninstall-am: uninstall-binSCRIPTS uninstall-nobase_gameDATA \
uninstall-nobase_gameDATA uninstall-nobase_gamePROGRAMS
-zoom: zoom.in
- sed -e 's&@gamedir@&$(gamedir)&' < zoom.in > zoom
- chmod +x zoom
-
.xml.lvl:
gzip -cn9 $< > $@
# Tell versions [3.59,3.63) of GNU make to not export all variables.