Files
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
509 B
Makefile

# -*- makefile -*-
SLIDE_EXTRA = dsf tree234
slide : [X] GTK COMMON slide SLIDE_EXTRA slide-icon|no-icon
slide : [G] WINDOWS COMMON slide SLIDE_EXTRA slide.res|noicon.res
slidesolver : [U] slide[STANDALONE_SOLVER] SLIDE_EXTRA STANDALONE
slidesolver : [C] slide[STANDALONE_SOLVER] SLIDE_EXTRA STANDALONE
ALL += slide[COMBINED] SLIDE_EXTRA
!begin am gtk
GAMES += slide
!end
!begin >list.c
A(slide) \
!end
!begin >gamedesc.txt
slide:slide.exe:Slide:Sliding block puzzle
!end