From c06792c07609eacf6db0881f62a3391547c77248 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Sun, 30 Jun 2013 10:16:57 +0000 Subject: Add a mechanism to the automake system to allow 'make install' to only install the actual games, not the auxiliary binaries or nullgame. [originally from svn r9887] --- Recipe | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Recipe') diff --git a/Recipe b/Recipe index 6e4b8f0..79098f2 100644 --- a/Recipe +++ b/Recipe @@ -142,7 +142,10 @@ BUILT_SOURCES = empty.h CLEANFILES = empty.h empty.h: $(allsources) echo '/* Empty file touched by automake makefile to force rebuild of version.o */' >$@ - +bin_PROGRAMS = $(GAMES) +!end +!begin am_begin +GAMES = !end !begin >empty.h /* Empty file touched by automake makefile to force rebuild of version.o */ -- cgit v1.1