Work on truncation.
[idzebra-moved-to-github.git] / util / Makefile
index abc43f8..f30d2b4 100644 (file)
@@ -1,20 +1,20 @@
 # Copyright (C) 1994-1996, Index Data I/S 
 # All rights reserved.
 # Sebastian Hammer, Adam Dickmeiss
-# $Id: Makefile,v 1.23 1996-05-22 08:23:41 adam Exp $
+# $Id: Makefile,v 1.25 1996-10-29 13:48:13 adam Exp $
 
 SHELL=/bin/sh
 RANLIB=ranlib
 
 YAZLIB=-lyaz
-YAZINC=
+YAZINC=-I../../yaz/include
 
 INCLUDE=-I../include $(YAZINC)
 TPROG=opt-test
 DEFS=$(INCLUDE)
 CPP=$(CC) -E
-LIB=../lib/alexutil.a
-PO = res.o alexpath.o common.o
+LIB=../lib/zebrautl.a
+PO = res.o common.o charmap.o
 
 all: $(LIB)