Moved .h files to include directory
[yaz-moved-to-github.git] / asn / Makefile
index c662664..841aaa2 100644 (file)
@@ -1,17 +1,17 @@
 # Copyright (C) 1994, Index Data I/S 
 # All rights reserved.
 # Sebastian Hammer, Adam Dickmeiss
-# $Id: Makefile,v 1.4 1995-03-14 10:27:12 quinn Exp $
+# $Id: Makefile,v 1.7 1995-03-30 09:39:31 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
+PO = proto.o diagbib1.o oid.o
 CPP=cc -E
 
 all: $(LIBDIR) $(LIB)