New sub directory zutil. Moved YAZ Compiler to be part of YAZ tree.
[yaz-moved-to-github.git] / client / Makefile.in
index 0729a66..be24467 100644 (file)
@@ -1,7 +1,7 @@
-# Copyright (C) 1995-1998, Index Data I/S 
+# Copyright (C) 1995-1999, Index Data
 # All rights reserved.
 # Sebastian Hammer, Adam Dickmeiss
-# $Id: Makefile.in,v 1.4 1998-10-28 15:10:04 adam Exp $
+# $Id: Makefile.in,v 1.7 1999-06-08 10:10:16 adam Exp $
 
 SHELL=/bin/sh
 
@@ -17,8 +17,8 @@ LIBDIR=../lib
 
 INCLUDE=-I../z39.50 -I../include -I. -I../../xtimosi/src
 DEFS=$(INCLUDE) $(CDEFS) -DCCL2RPN=1
-YAZLIBS=$(LIBDIR)/libasn.a $(LIBDIR)/libutil.a \
-  $(LIBDIR)/libcomstack.a ../lib/ccl.a $(LIBMOSI) $(LIBDIR)/libodr.a 
+YAZLIBS=$(LIBDIR)/libzutil.a $(LIBDIR)/libasn.a $(LIBDIR)/libcomstack.a \
+  ../lib/libccl.a $(LIBMOSI) $(LIBDIR)/libodr.a $(LIBDIR)/libutil.a 
 PROG=client
 PROGO=client.o
 
@@ -33,7 +33,7 @@ alll:
        $(CC) -c $(DEFS) $(CFLAGS) $<
 
 clean:
-       rm -f *.[oa] test core mon.out gmon.out errlist tst cli $(PROG)
+       rm -f *.[oa] test core mon.out gmon.out errlist $(PROG)
 
 depend:
        sed '/^#Depend/q' <Makefile >Makefile.tmp