Files
puzzles/untangle.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
401 B
Makefile

# -*- makefile -*-
UNTANGLE_EXTRA = tree234
untangle : [X] GTK COMMON untangle UNTANGLE_EXTRA untangle-icon|no-icon
untangle : [G] WINDOWS COMMON untangle UNTANGLE_EXTRA untangle.res|noicon.res
ALL += untangle[COMBINED] UNTANGLE_EXTRA
!begin am gtk
GAMES += untangle
!end
!begin >list.c
A(untangle) \
!end
!begin >gamedesc.txt
untangle:untangle.exe:Untangle:Planar graph layout puzzle
!end