2003-03-02 16:38:18 -05:00
|
|
|
--- Makefile.orig Thu Feb 13 08:04:39 2003
|
|
|
|
+++ Makefile Sun Mar 2 13:57:31 2003
|
|
|
|
@@ -10,7 +10,7 @@ OBJTYPE!=uname -m | sed 's;i.86;386;; s;
|
|
|
|
# the gnu rules will mess up bsd but not vice versa,
|
|
|
|
# hence the gnu rules come first.
|
|
|
|
|
|
|
|
-include Make.$(SYSNAME)-$(OBJTYPE)
|
|
|
|
+include Make.$(SYSNAME)
|
|
|
|
|
|
|
|
PREFIX=/usr/local
|
|
|
|
|
|
|
|
@@ -80,9 +80,11 @@ strtod.$O: nan.h
|
|
|
|
|
|
|
|
test: $(LIB) test.$O
|
|
|
|
$(CC) -o test test.$O $(LIB) -L$(PREFIX)/lib -lutf
|
|
|
|
+ ./test
|
2003-02-16 09:58:14 -05:00
|
|
|
|
|
|
|
$(LIB): $(OFILES)
|
|
|
|
$(AR) $(ARFLAGS) $(LIB) $(OFILES)
|
|
|
|
+ $(RANLIB) $(LIB)
|
|
|
|
|
|
|
|
NUKEFILES+=$(LIB)
|
|
|
|
.c.$O:
|