blob: 52db149981478da2e7e37a8d97949425f6514496 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
--- Makefile.orig Sat Oct 25 20:00:59 1997
+++ Makefile Sat Dec 6 09:33:47 1997
@@ -5,17 +5,17 @@
SHELL=/bin/sh
# GD_INCLUDE
# The path to the include files for the gd graphics library.
-#GD_INCLUDE=/usr/local/include/gd
-GD_INCLUDE=gd1.2
+GD_INCLUDE=/usr/local/include/gd
+#GD_INCLUDE=gd1.2
# GD_LIB
# The path to the gd graphics library: libgd.a
-#GD_LIB=/usr/local/lib
-GD_LIB=gd1.2
+GD_LIB=/usr/local/lib
+#GD_LIB=gd1.2
# Where is perl 5 on this machine
-# PERL=/usr/local/bin/perl
-PERL=/usr/local/gnu/bin/perl5
+PERL=/usr/local/bin/perl
+#PERL=/usr/local/gnu/bin/perl5
# CC
@@ -26,7 +26,7 @@
# CFLAGS
# Enter '-g' to include debugging info, or '-O2' to optimize
# for gcc
-CFLAGS=-g -O -Wall
+CFLAGS+=-Wall
# for sparcworks
#CFLAGS=-g
|