~ubuntu-branches/ubuntu/jaunty/sgt-puzzles/jaunty

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# -*- makefile -*-

TENTS    = tents maxflow

tents    : [X] GTK COMMON TENTS tents-icon|no-icon

tents    : [G] WINDOWS COMMON TENTS tents.res|noicon.res

ALL += TENTS

tentssolver :   [U] tents[STANDALONE_SOLVER] maxflow STANDALONE
tentssolver :   [C] tents[STANDALONE_SOLVER] maxflow STANDALONE

!begin gtk
GAMES += tents
!end

!begin >list.c
    A(tents) \
!end

!begin >wingames.lst
tents.exe:Tents
!end