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

View File

@ -12,7 +12,7 @@ groupsolver : [C] group[STANDALONE_SOLVER] latin[STANDALONE_SOLVER] GROUP_LATIN_
ALL += group[COMBINED] GROUP_EXTRA
!begin gtk
!begin am gtk
GAMES += group
!end

View File

@ -8,7 +8,7 @@ separate : [G] WINDOWS COMMON separate SEPARATE_EXTRA separate.res|noicon.
ALL += separate[COMBINED] SEPARATE_EXTRA
!begin gtk
!begin am gtk
GAMES += separate
!end

View File

@ -11,7 +11,7 @@ slidesolver : [C] slide[STANDALONE_SOLVER] SLIDE_EXTRA STANDALONE
ALL += slide[COMBINED] SLIDE_EXTRA
!begin gtk
!begin am gtk
GAMES += slide
!end

View File

@ -6,7 +6,7 @@ sokoban : [G] WINDOWS COMMON sokoban sokoban.res?
ALL += sokoban[COMBINED]
!begin gtk
!begin am gtk
GAMES += sokoban
!end