Fixed logging.
[yaz-moved-to-github.git] / asn / Makefile
index 3b59313..9e1237a 100644 (file)
@@ -1,18 +1,18 @@
 # Copyright (C) 1994, Index Data I/S 
 # All rights reserved.
 # Sebastian Hammer, Adam Dickmeiss
-# $Id: Makefile,v 1.5 1995-03-15 13:46:09 adam Exp $
+# $Id: Makefile,v 1.8 1995-03-30 14:02:50 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)/libasn.a
 LIBS=-lodr -lasn
-PO = proto.o diagbib1.o
-CPP=cc -E
+PO = proto.o diagbib1.o oid.o
+CPP=$(CC) -E
 
 all: $(LIBDIR) $(LIB)