aboutsummaryrefslogtreecommitdiffstats
path: root/games/tinymux/files/patch-ab
blob: 646b42d457d9a65920d2a34f0d449a1afadea22a (plain) (blame)
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
--- Makefile.in.orig    Fri Nov  6 11:06:00 1998
+++ Makefile.in Mon Jan 22 23:27:55 2001
@@ -8,8 +8,10 @@
 VPATH = @srcdir@
 BIN = ../game/bin
 CC = @CC@
+CFLAGS= @CFLAGS@
 # CPP = @CPP@  # This is broken in autoconf.  Sigh.
 CPP = $(CC) -E
+CPPFLAGS = @CPPFLAGS@
 LIBS = @LIBS@
 LIBOBJS = @LIBOBJS@
 
@@ -18,7 +20,7 @@
 # gmon.out)
 #OPTIM = -O
 #OPTIM = -g -pg -O
-OPTIM = -g -O
+#OPTIM = -g -O
 
 # The first set of definitions is for disk-based caching. If you wish to be
 # memory based, comment the first set and uncomment the second set. Being
@@ -170,7 +172,7 @@
 LIB_SRC = 
 LIB_INC = 
 DEBUG  = $(OPTIM)
-ALLCFLAGS = $(CFLAGS) $(DEBUG) $(DEFS) $(COMPRESS_DEFS) $(BASED) $(MALLOC_DEFS) $(CONC_DEFS) $(MOREDEFS) $(RLIM_F)
+ALLCFLAGS = $(CFLAGS) $(CPPFLAGS) $(DEBUG) $(DEFS) $(COMPRESS_DEFS) $(BASED) $(MALLOC_DEFS) $(CONC_DEFS) $(MOREDEFS) $(RLIM_F)
 
 #Auxiliary files
 A_INST = README NOTES HIGHLIGHTS CREDITS CHANGES