X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=asn%2FMakefile;h=b37dd0859a2350cef27553e6d7f31d63ac48b01f;hb=c3a132ce4aea3bb358b185ef58781b4bef8745fc;hp=c6626647c8dace314836ec7c1c02da85c0099373;hpb=b44b4c3587d6a479d12f91c1ce38eaf533fb4980;p=yaz-moved-to-github.git diff --git a/asn/Makefile b/asn/Makefile index c662664..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.4 1995-03-14 10:27:12 quinn 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 +PO = proto.o diagbib1.o oid.o CPP=cc -E all: $(LIBDIR) $(LIB)