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

« back to all changes in this revision

Viewing changes to tents.R

  • Committer: Bazaar Package Importer
  • Author(s): Ben Hutchings
  • Date: 2006-09-06 14:42:53 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060906144253-v6y2zo8tupcghrs6
Tags: 6844-2
Added compiler version dependency since gcc-4.0 is no longer in
build-essential and previous version FTBFS in many places

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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