Files
puzzles/mines.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
497 B
Makefile

# -*- makefile -*-
MINES_EXTRA = tree234
mines : [X] GTK COMMON mines MINES_EXTRA mines-icon|no-icon
mines : [G] WINDOWS COMMON mines MINES_EXTRA mines.res|noicon.res
mineobfusc : [U] mines[STANDALONE_OBFUSCATOR] MINES_EXTRA STANDALONE
mineobfusc : [C] mines[STANDALONE_OBFUSCATOR] MINES_EXTRA STANDALONE
ALL += mines[COMBINED] MINES_EXTRA
!begin am gtk
GAMES += mines
!end
!begin >list.c
A(mines) \
!end
!begin >gamedesc.txt
mines:mines.exe:Mines:Mine-finding puzzle
!end