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

24 lines
551 B
Makefile

# -*- makefile -*-
SIGNPOST_EXTRA = dsf
signpost : [X] GTK COMMON signpost SIGNPOST_EXTRA signpost-icon|no-icon
signpost : [G] WINDOWS COMMON signpost SIGNPOST_EXTRA signpost.res|noicon.res
signpostsolver : [U] signpost[STANDALONE_SOLVER] SIGNPOST_EXTRA STANDALONE m.lib
signpostsolver : [C] signpost[STANDALONE_SOLVER] SIGNPOST_EXTRA STANDALONE
ALL += signpost[COMBINED] SIGNPOST_EXTRA
!begin am gtk
GAMES += signpost
!end
!begin >list.c
A(signpost) \
!end
!begin >gamedesc.txt
signpost:signpost.exe:Signpost:Square-connecting puzzle
!end