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

5 by Ben Hutchings
Added compiler version dependency since gcc-4.0 is no longer in
1
# -*- makefile -*-
2
3
TENTS    = tents maxflow
4
5
tents    : [X] GTK COMMON TENTS
6
7
tents    : [G] WINDOWS COMMON TENTS
8
9
ALL += TENTS
10
11
tentssolver :   [U] tents[STANDALONE_SOLVER] maxflow STANDALONE
12
tentssolver :   [C] tents[STANDALONE_SOLVER] maxflow STANDALONE
13
14
!begin gtk
15
GAMES += tents
16
!end
17
18
!begin >list.c
19
    A(tents) \
20
!end