1998-11-16 20:38:21 +00:00
|
|
|
--- Makefile.old Sun Aug 23 21:51:14 1998
|
|
|
|
+++ Makefile Sun Aug 23 21:53:23 1998
|
|
|
|
@@ -9,17 +9,17 @@
|
|
|
|
|
|
|
|
# for Linux
|
|
|
|
#
|
|
|
|
-CFLAGS = -O -DLinux
|
|
|
|
-INCLUDES = cqc.h
|
|
|
|
-OBJS = cqc.o
|
|
|
|
+#CFLAGS = -O -DLinux
|
|
|
|
+#INCLUDES = cqc.h
|
|
|
|
+#OBJS = cqc.o
|
|
|
|
#
|
|
|
|
# end Linux options
|
|
|
|
|
|
|
|
## for FreeBSD
|
|
|
|
##
|
|
|
|
-#CFLAGS = -g -O -Ignu-getopt -DFreeBSD
|
|
|
|
-#INCLUDES = cqc.h gnu-getopt/getopt.h
|
|
|
|
-#OBJS = cqc.o gnu-getopt/getopt.o gnu-getopt/getopt1.o
|
1999-09-21 17:24:12 +00:00
|
|
|
+CFLAGS+= -I. -DFreeBSD
|
1998-11-16 20:38:21 +00:00
|
|
|
+INCLUDES = cqc.h getopt.h
|
|
|
|
+OBJS = cqc.o getopt.o getopt1.o
|
|
|
|
##
|
|
|
|
## end FreeBSD options
|
|
|
|
|