chiark / gitweb /
Tents: mark squares as non-tents with {Shift,Control}-cursor keys.
[sgt-puzzles.git] / galaxies.R
1 # -*- makefile -*-
2
3 GALAXIES_EXTRA = dsf
4
5 galaxies : [X] GTK COMMON galaxies GALAXIES_EXTRA galaxies-icon|no-icon
6
7 galaxies : [G] WINDOWS COMMON galaxies GALAXIES_EXTRA galaxies.res|noicon.res
8
9 galaxiessolver : [U] galaxies[STANDALONE_SOLVER] GALAXIES_EXTRA STANDALONE m.lib
10 galaxiessolver : [C] galaxies[STANDALONE_SOLVER] GALAXIES_EXTRA STANDALONE
11
12 galaxiespicture : [U] galaxies[STANDALONE_PICTURE_GENERATOR] GALAXIES_EXTRA STANDALONE
13                 + m.lib
14 galaxiespicture : [C] galaxies[STANDALONE_PICTURE_GENERATOR] GALAXIES_EXTRA STANDALONE
15
16 ALL += galaxies[COMBINED] GALAXIES_EXTRA
17
18 !begin am gtk
19 GAMES += galaxies
20 !end
21
22 !begin >list.c
23     A(galaxies) \
24 !end
25
26 !begin >gamedesc.txt
27 galaxies:galaxies.exe:Galaxies:Symmetric polyomino puzzle:Divide the grid into rotationally symmetric regions each centred on a dot.
28 !end