mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-21 08:01:30 -07:00
Files
25 lines
431 B
Makefile
25 lines
431 B
Makefile
# -*- makefile -*-
|
|
|
|
GALAXIES = galaxies dsf
|
|
|
|
galaxies : [X] GTK COMMON GALAXIES galaxies-icon|no-icon
|
|
|
|
galaxies : [G] WINDOWS COMMON GALAXIES galaxies.res?
|
|
|
|
galaxiessolver : [U] galaxies[STANDALONE_SOLVER] dsf STANDALONE m.lib
|
|
galaxiessolver : [C] galaxies[STANDALONE_SOLVER] dsf STANDALONE
|
|
|
|
ALL += galaxies
|
|
|
|
!begin gtk
|
|
GAMES += galaxies
|
|
!end
|
|
|
|
!begin >list.c
|
|
A(galaxies) \
|
|
!end
|
|
|
|
!begin >wingames.lst
|
|
galaxies.exe:Galaxies
|
|
!end
|