Files
puzzles/unfinished/separate.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

22 lines
414 B
Makefile

# -*- makefile -*-
SEPARATE_EXTRA = divvy dsf
separate : [X] GTK COMMON separate SEPARATE_EXTRA separate-icon|no-icon
separate : [G] WINDOWS COMMON separate SEPARATE_EXTRA separate.res|noicon.res
ALL += separate[COMBINED] SEPARATE_EXTRA
!begin am gtk
GAMES += separate
!end
!begin >list.c
A(separate) \
!end
!begin >gamedesc.txt
separate:separate.exe:Separate:Rectangle-dividing puzzle
!end