blob: 6a5378d51e108dd81efa605a6a627a4f30cfcf04 (
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
|
--- Makefile Sat Sep 19 19:10:58 1998
+++ /home/andy/tmp/wrk/Makefile Tue Dec 15 20:44:22 1998
@@ -2,7 +2,7 @@
#DB= BINARY_DB
#{{{script}}}#{{{ Linux, moria machines
-CFLAGS= -g -pipe -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wcast-align -Wwrite-strings -Wmissing-declarations -Wnested-externs -pedantic -fno-common
+#CFLAGS= -g -pipe -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wcast-align -Wwrite-strings -Wmissing-declarations -Wnested-externs -pedantic -fno-common
CPPFLAGS= -D$(DB)
LDFLAGS= -g
LIBS= -lcurses
@@ -32,11 +32,11 @@
#}}}
#{{{ FreeBSD, gcc, ncurses
#CC= gcc
-#CFLAGS= -pipe -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wcast-align -Wwrite-strings -Wmissing-declarations -Wnested-externs -pedantic -fno-common $(CPPFLAGS)
-#CPPFLAGS= -I.curses.h -DNO_POSIX_SOURCE -D$(DB)
-#LIBS= -lncurses -lmytinfo
-#LDFLAGS=
-#MAKEDEPEND= gcc -MM
+CFLAGS+= -pipe -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wcast-align -Wwrite-strings -Wmissing-declarations -Wnested-externs -pedantic -fno-common $(CPPFLAGS)
+CPPFLAGS= -I.curses.h -DNO_POSIX_SOURCE -D$(DB)
+LIBS= -lncurses -lmytinfo
+LDFLAGS=
+MAKEDEPEND= gcc -MM
#}}}
#{{{ BSDI
#CC= gcc
|