--- 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