mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-21 08:01:30 -07:00
Files

More sensible to bring all the pieces of per-puzzle descriptive text together into one place, so they can be easily reused everywhere they're needed.
26 lines
648 B
Makefile
26 lines
648 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 am gtk
|
|
GAMES += group
|
|
!end
|
|
|
|
!begin >list.c
|
|
A(group) \
|
|
!end
|
|
|
|
!begin >gamedesc.txt
|
|
group:group.exe:Group:Group theory puzzle:Complete the unfinished Cayley table of a group.
|
|
!end
|