Update leading comments for Makefiles: for Frotz and GNU make required.
authorDavid Griffith <dave@661.org>
Thu, 18 Jul 2019 00:09:23 +0000 (17:09 -0700)
committerDavid Griffith <dave@661.org>
Thu, 18 Jul 2019 00:09:23 +0000 (17:09 -0700)
Makefile
src/blorb/Makefile
src/common/Makefile
src/curses/Makefile
src/dumb/Makefile
src/sdl/Makefile

index a368d1fb2ed684e6e28d8f36ce2412839550439b..95d39b33e5724ed00799c828470a8c89a207e265 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,6 @@
+# Makefile for Unix Frotz
+# GNU make is required.
+
 # Your C compiler
 CC=gcc
 #CC=clang
index 2fb235f6317d69ff38fe284f8b14b7e053e072c8..b3dda0f8c59786ac7cc0ab5c248a1caecf9c07c0 100644 (file)
@@ -1,4 +1,5 @@
-# For GNU Make.
+# Makefile for Unix Frotz
+# GNU make is required
 
 SOURCES = blorblib.c
 
index a76008cd66c7596b773936566ac4602807166197..47cbf69e5d364c96753fcec1e8a3952fe9657930 100644 (file)
@@ -1,4 +1,5 @@
-# For GNU Make.
+# Makefile for Unix Frotz
+# GNU make is required.
 
 SOURCES = buffer.c err.c fastmem.c files.c getopt.c hotkey.c input.c \
        main.c math.c missing.c object.c process.c quetzal.c random.c \
index bbfe7abacae5cf4a9ca5a2997a749d2b88d0c57e..eb1d77f67f3199a9ca517971a1926a29e48129d7 100644 (file)
@@ -1,4 +1,5 @@
-# For GNU Make.
+# Makefile for Unix Frotz
+# GNU make is required.
 
 SOURCES = ux_audio.c ux_audio_none.c ux_audio_oss.c ux_blorb.c ux_init.c \
        ux_input.c ux_pic.c ux_resource.c ux_screen.c ux_text.c
index d6165d5a1414b52496f2bbedac198a631eb1c43d..e3d9e7c0a0c243362461ca252eed304fb3b92a76 100644 (file)
@@ -1,4 +1,5 @@
-# For GNU Make.
+# Makefile for Unix Frotz
+# GNU make is required
 
 SOURCES = dumb_blorb.c dumb_init.c dumb_input.c dumb_output.c dumb_pic.c
 
index 39fa34eccfd434f8bc23a7f33f4161bbf43dd817..b6f43e1048645f375422dcfc04d1a384b051dd4b 100644 (file)
@@ -1,4 +1,5 @@
-# For GNU Make.
+# Makefile for Unix Frotz
+# GNU make is required
 
 SDL_PKGS ?= libpng libjpeg sdl2 SDL2_mixer freetype2 zlib