1 |
douglas |
19 |
--- makefile_bsd_lib.orig Wed Sep 13 17:32:38 2006 |
2 |
|
|
+++ makefile_bsd_lib Wed Sep 13 17:32:59 2006 |
3 |
|
|
@@ -3,9 +3,9 @@ |
4 |
|
|
OBJS = newlisp.o nl-symbol.o nl-math.o nl-list.o nl-liststr.o nl-string.o nl-filesys.o \ |
5 |
|
|
nl-sock.o nl-import.o nl-xml.o nl-web.o nl-matrix.o nl-debug.o pcre.o unix-lib.o |
6 |
|
|
|
7 |
|
|
-CFLAGS = -Wall -pedantic -Wno-uninitialized -O2 -c -DLIBRARY -D_BSD |
8 |
|
|
+CFLAGS +=-c -DLIBRARY -D_BSD |
9 |
|
|
|
10 |
|
|
-CC = gcc |
11 |
|
|
+#CC = gcc |
12 |
|
|
|
13 |
|
|
default: $(OBJS) |
14 |
|
|
$(CC) $(OBJS) -lm -shared -o newlisp.so |