Minor changes for project.
[yaz-moved-to-github.git] / Makefile.in
index fcda7e6..77fe227 100644 (file)
@@ -1,7 +1,7 @@
 # Copyright (C) 1995-1998, Index Data 
 # All rights reserved.
 # Sebastian Hammer, Adam Dickmeiss
-# $Id: Makefile.in,v 1.2 1998-08-25 16:19:37 adam Exp $
+# $Id: Makefile.in,v 1.4 1998-09-28 12:44:47 adam Exp $
 
 # Uncomment the lines below to enable mOSI communcation.
 #ODEFS=-DUSE_XTIMOSI
@@ -29,7 +29,7 @@ CC=@CC@
 CPP=@CPP@
 SHELL=/bin/sh
 MAKE=make
-SUBDIR=$(MOD) util odr $(RFC1006) ccl comstack retrieval client server ztest makelib
+SUBDIR=$(MOD) util odr $(RFC1006) ccl comstack retrieval client server ztest lib
 # Add external libraries to the LIBS macro
 LIBS=@LIBS@
 
@@ -62,7 +62,6 @@ dep depend:
 
 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