Files
puzzles/slant.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
485 B
Makefile

# -*- makefile -*-
SLANT_EXTRA = dsf
slant : [X] GTK COMMON slant SLANT_EXTRA slant-icon|no-icon
slant : [G] WINDOWS COMMON slant SLANT_EXTRA slant.res|noicon.res
slantsolver : [U] slant[STANDALONE_SOLVER] SLANT_EXTRA STANDALONE
slantsolver : [C] slant[STANDALONE_SOLVER] SLANT_EXTRA STANDALONE
ALL += slant[COMBINED] SLANT_EXTRA
!begin am gtk
GAMES += slant
!end
!begin >list.c
A(slant) \
!end
!begin >gamedesc.txt
slant:slant.exe:Slant:Maze-drawing puzzle
!end