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