From: Simon Tatham Date: Wed, 25 Mar 2015 18:23:39 +0000 (+0000) Subject: Add Tracks to the automake makefile's "install" target. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=10460d1bc7dab94e84c5fbbde221c3d20f9e263b;p=sgt-puzzles.git Add Tracks to the automake makefile's "install" target. Each game's .R file should append the binary to $(GAMES) in both the 'am' and 'gtk' makefiles, but presumably due to copy-and-paste from an out-of-date version, tracks.R only did 'gtk'. Also clarified CHECKLST.txt in the hope that I won't miss that again. --- diff --git a/CHECKLST.txt b/CHECKLST.txt index 715f746..2bef909 100644 --- a/CHECKLST.txt +++ b/CHECKLST.txt @@ -15,7 +15,8 @@ Create a .R file for it which: - adds it as a Windows build target, with the optional resource file - adds auxiliary solver binaries if any - - adds it to $(GAMES) in the GTK makefile, for `make install' + - adds it to $(GAMES) in both the automake and GTK makefiles, for + `make install' - adds it to list.c for the OS X binary - adds it to gamedesc.txt, with its Windows executable name, display name, and slightly longer description. diff --git a/tracks.R b/tracks.R index 5adcf01..1535944 100644 --- a/tracks.R +++ b/tracks.R @@ -8,7 +8,7 @@ tracks : [G] WINDOWS COMMON tracks TRACKS_EXTRA tracks.res|noicon.res ALL += tracks[COMBINED] TRACKS_EXTRA -!begin gtk +!begin am gtk GAMES += tracks !end