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]
This commit is contained in:
Simon Tatham
2013-06-30 10:16:57 +00:00
parent b375232d7d
commit c06792c076
42 changed files with 67 additions and 57 deletions

5
Recipe
View File

@ -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 */