a8f2c65301
PR: 16819 Submitted by: Juergen Lock <nox@jelal.kn-bremen.de>
27 lines
791 B
Plaintext
27 lines
791 B
Plaintext
--- Makefile.orig Tue Mar 28 22:23:58 2000
|
|
+++ Makefile Fri Apr 7 12:21:53 2000
|
|
@@ -19,16 +19,16 @@
|
|
########## CHOOSE YOUR ARCHITECTURE: (NOTE: also see bplaysrc/Makefile!)
|
|
|
|
# For Linux (and maybe others), use these:
|
|
-CFLAGS = -Wall -O2 -DTURBO_MEDIAN -DTURBO_BUFFER
|
|
-DEPS = $(OBJS) makebplay
|
|
-LIBS = -lncurses -lm
|
|
-COPY_A = -a
|
|
-
|
|
-# For FreeBSD (and maybe others), use these:
|
|
#CFLAGS = -Wall -O2 -DTURBO_MEDIAN -DTURBO_BUFFER
|
|
#DEPS = $(OBJS) makebplay
|
|
#LIBS = -lncurses -lm
|
|
-#COPY_A = -p
|
|
+#COPY_A = -a
|
|
+
|
|
+# For FreeBSD (and maybe others), use these:
|
|
+CFLAGS += -Wall -DTURBO_MEDIAN -DTURBO_BUFFER
|
|
+DEPS = $(OBJS) makebplay
|
|
+LIBS = -lncurses -lm
|
|
+COPY_A = -p
|
|
|
|
# For IRIX (and maybe others), use these:
|
|
#CFLAGS = -Wall -O2 -DTURBO_MEDIAN -DTURBO_BUFFER -DSWAP_ENDIAN -DOLD_CURSES
|