mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-22 08:25:45 -07:00
Files

to it giving each game's "internal" name (as seen in the source file, .R etc) and also a brief description of the game. The idea of the latter is that it should be usable as a comment field in .desktop files and similar. [originally from svn r9858]
26 lines
607 B
Makefile
26 lines
607 B
Makefile
# -*- makefile -*-
|
|
|
|
GROUP_LATIN_EXTRA = tree234 maxflow
|
|
GROUP_EXTRA = latin GROUP_LATIN_EXTRA
|
|
|
|
group : [X] GTK COMMON group GROUP_EXTRA group-icon|no-icon
|
|
|
|
group : [G] WINDOWS COMMON group GROUP_EXTRA group.res|noicon.res
|
|
|
|
groupsolver : [U] group[STANDALONE_SOLVER] latin[STANDALONE_SOLVER] GROUP_LATIN_EXTRA STANDALONE
|
|
groupsolver : [C] group[STANDALONE_SOLVER] latin[STANDALONE_SOLVER] GROUP_LATIN_EXTRA STANDALONE
|
|
|
|
ALL += group[COMBINED] GROUP_EXTRA
|
|
|
|
!begin gtk
|
|
GAMES += group
|
|
!end
|
|
|
|
!begin >list.c
|
|
A(group) \
|
|
!end
|
|
|
|
!begin >gamedesc.txt
|
|
unfinished/group:group.exe:Group:Group theory puzzle
|
|
!end
|