X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=Makefile;h=2b29b8640b69069c27a663588673c512838fe875;hp=9c37e7ab7c913e140a875b19f6c457d5e29bcc66;hb=42dcb6fd4b9fccb404c4403e0d63c2bfb31cabbb;hpb=c8dee83a98997f5aaf799aad6d6e30c93783bc2a diff --git a/Makefile b/Makefile index 9c37e7a..2b29b86 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # Copyright (C) 1994, Index Data I/S # All rights reserved. # Sebastian Hammer, Adam Dickmeiss -# $Id: Makefile,v 1.29 1996-05-22 08:35:24 adam Exp $ +# $Id: Makefile,v 1.31 1996-11-08 11:03:02 adam Exp $ # Uncomment the lines below to enable mOSI communcation. #ODEFS=-DUSE_XTIMOSI @@ -9,7 +9,7 @@ #LIBMOSI=../../xtimosi/src/libmosi.a ../lib/librfc.a #XMOSI=xmosi.o -CDEFS=$(ODEFS) +CDEFS=$(ODEFS) #CC= SHELL=/bin/sh MAKE=make @@ -39,6 +39,12 @@ clean: for i in $(SUBDIR); do (cd $$i; $(MAKE) clean); done -rm lib/*.a +oclean: + for i in $(SUBDIR); do (cd $$i; rm -f *.o); done + mv lib/libyaz.a .; rm -f lib/*.a; mv libyaz.a lib + cd client; strip client + cd server; strip ztest + cleanup: rm -f `find $(SUBDIR) -name "*.[oa]" -print` rm -f `find $(SUBDIR) -name "core" -print`