Files
puzzles/pegs.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
339 B
Makefile

# -*- makefile -*-
PEGS_EXTRA = tree234
pegs : [X] GTK COMMON pegs PEGS_EXTRA pegs-icon|no-icon
pegs : [G] WINDOWS COMMON pegs PEGS_EXTRA pegs.res|noicon.res
ALL += pegs[COMBINED] PEGS_EXTRA
!begin am gtk
GAMES += pegs
!end
!begin >list.c
A(pegs) \
!end
!begin >gamedesc.txt
pegs:pegs.exe:Pegs:Peg solitaire puzzle
!end