~ubuntu-branches/ubuntu/karmic/sgt-puzzles/karmic

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

TENTS    = tents maxflow

tents    : [X] GTK COMMON TENTS

tents    : [G] WINDOWS COMMON TENTS

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