From: Sebastian Hammer Date: Mon, 27 Mar 1995 08:32:09 +0000 (+0000) Subject: Added OID database X-Git-Tag: YAZ.1.8~1103 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=6707f9687d531abc58665df48168d8c800300a54 Added OID database --- diff --git a/asn/Makefile b/asn/Makefile index 3b59313..b37dd08 100644 --- a/asn/Makefile +++ b/asn/Makefile @@ -1,17 +1,17 @@ # 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.6 1995-03-27 08:32:09 quinn Exp $ SHELL=/bin/sh -INCLUDE=-I../include -I. -I../odr +INCLUDE=-I../include -I. -I../odr -I../util LIBDIR=../../lib LIBINCLUDE=-L$(LIBDIR) #CFLAGS=-g -Wall -pedantic -ansi DEFS=$(INCLUDE) LIB=$(LIBDIR)/libasn.a LIBS=-lodr -lasn -PO = proto.o diagbib1.o +PO = proto.o diagbib1.o oid.o CPP=cc -E all: $(LIBDIR) $(LIB)