diff options
| author | Simon Tatham <anakin@pobox.com> | 2013-06-30 10:16:57 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2013-06-30 10:16:57 +0000 |
| commit | c06792c07609eacf6db0881f62a3391547c77248 (patch) | |
| tree | f7f0410c28690eb14e63aba2a2ff02ab3343c819 /Recipe | |
| parent | b375232d7dc8357e820ec00808749d077c8b06b9 (diff) | |
| download | puzzles-c06792c07609eacf6db0881f62a3391547c77248.zip puzzles-c06792c07609eacf6db0881f62a3391547c77248.tar.gz puzzles-c06792c07609eacf6db0881f62a3391547c77248.tar.bz2 puzzles-c06792c07609eacf6db0881f62a3391547c77248.tar.xz | |
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]
Diffstat (limited to 'Recipe')
| -rw-r--r-- | Recipe | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 */ |