shithub: puzzles

ref: 178f87a79ef2b1fe3b80a2eca2040ef4eb7f8a5f
dir: /galaxies.R/

View raw version
# -*- makefile -*-

GALAXIES_EXTRA = dsf

galaxies : [X] GTK COMMON galaxies GALAXIES_EXTRA galaxies-icon|no-icon

galaxies : [G] WINDOWS COMMON galaxies GALAXIES_EXTRA galaxies.res|noicon.res

galaxiessolver : [U] galaxies[STANDALONE_SOLVER] GALAXIES_EXTRA STANDALONE m.lib
galaxiessolver : [C] galaxies[STANDALONE_SOLVER] GALAXIES_EXTRA STANDALONE

galaxiespicture : [U] galaxies[STANDALONE_PICTURE_GENERATOR] GALAXIES_EXTRA STANDALONE
                + m.lib
galaxiespicture : [C] galaxies[STANDALONE_PICTURE_GENERATOR] GALAXIES_EXTRA STANDALONE

ALL += galaxies[COMBINED] GALAXIES_EXTRA

!begin gtk
GAMES += galaxies
!end

!begin >list.c
    A(galaxies) \
!end

!begin >wingames.lst
galaxies.exe:Galaxies
!end