mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-22 00:15:46 -07:00
Files

mkfiles.pl change (I don't seem to be planning ahead very well this week), this time to provide a list of fallback options for an object file. That way, I have a no-icon.c which quietly replaces icons/foo-icon.c if the latter doesn't exist, and so again people checking straight out from Subversion shouldn't have trouble. [originally from svn r7021]
18 lines
251 B
Makefile
18 lines
251 B
Makefile
# -*- makefile -*-
|
|
|
|
UNTANGLE = untangle tree234
|
|
|
|
untangle : [X] GTK COMMON UNTANGLE untangle-icon|no-icon
|
|
|
|
untangle : [G] WINDOWS COMMON UNTANGLE untangle.res?
|
|
|
|
ALL += UNTANGLE
|
|
|
|
!begin gtk
|
|
GAMES += untangle
|
|
!end
|
|
|
|
!begin >list.c
|
|
A(untangle) \
|
|
!end
|