13 lines
514 B
Text
13 lines
514 B
Text
--- makefile_bsd_lib.orig 2009-07-02 14:38:00.000000000 +0400
|
|
+++ makefile_bsd_lib 2009-07-02 14:38:41.000000000 +0400
|
|
@@ -3,9 +3,7 @@
|
|
OBJS = newlisp.o nl-symbol.o nl-math.o nl-list.o nl-liststr.o nl-string.o nl-filesys.o \
|
|
nl-sock.o nl-import.o nl-xml.o nl-web.o nl-matrix.o nl-debug.o pcre.o unix-lib.o
|
|
|
|
-CFLAGS = -m32 -Wall -Wno-uninitialized -fno-strict-aliasing -O2 -c -g -DREADLINE -D_BSD
|
|
-
|
|
-CC = gcc
|
|
+CFLAGS = -m32 -c -DREADLINE -D_BSD
|
|
|
|
default: $(OBJS)
|
|
$(CC) $(OBJS) -m32 -lm -shared -o newlisp.so
|