Files
puzzles/samegame.R
Simon Tatham c06792c076 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]
2013-06-30 10:16:57 +00:00

20 lines
326 B
Makefile

# -*- makefile -*-
samegame : [X] GTK COMMON samegame samegame-icon|no-icon
samegame : [G] WINDOWS COMMON samegame samegame.res|noicon.res
ALL += samegame[COMBINED]
!begin am gtk
GAMES += samegame
!end
!begin >list.c
A(samegame) \
!end
!begin >gamedesc.txt
samegame:samegame.exe:Same Game:Block-clearing puzzle
!end