*** empty log message ***
[yaz-moved-to-github.git] / util / Makefile
index 7b3dfd2..b6623b5 100644 (file)
@@ -1,18 +1,18 @@
 # Copyright (C) 1994, Index Data I/S 
 # All rights reserved.
 # Sebastian Hammer, Adam Dickmeiss
-# $Id: Makefile,v 1.1 1995-03-27 08:35:16 quinn Exp $
+# $Id: Makefile,v 1.4 1995-03-30 14:03:32 quinn Exp $
 
 SHELL=/bin/sh
-INCLUDE=-I../include -I. -I../odr
+INCLUDE=-I../include -I.
 LIBDIR=../../lib
 LIBINCLUDE=-L$(LIBDIR)
 #CFLAGS=-g -Wall -pedantic -ansi
 DEFS=$(INCLUDE)
 LIB=$(LIBDIR)/libutil.a
 LIBS=
-PO = dmalloc.o options.o
-CPP=cc -E
+PO = dmalloc.o options.o log.o
+CPP=$(CC) -E
 
 all: $(LIBDIR) $(LIB)