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

25 lines
477 B
Makefile

# -*- makefile -*-
SOLO_EXTRA = divvy dsf
solo : [X] GTK COMMON solo SOLO_EXTRA solo-icon|no-icon
solo : [G] WINDOWS COMMON solo SOLO_EXTRA solo.res|noicon.res
solosolver : [U] solo[STANDALONE_SOLVER] SOLO_EXTRA STANDALONE
solosolver : [C] solo[STANDALONE_SOLVER] SOLO_EXTRA STANDALONE
ALL += solo[COMBINED] SOLO_EXTRA
!begin am gtk
GAMES += solo
!end
!begin >list.c
A(solo) \
!end
!begin >gamedesc.txt
solo:solo.exe:Solo:Number placement puzzle
!end