X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=asn%2FMakefile;h=841aaa2727272958170e6b3a6acb2593c672e2c1;hb=3cb5bc246b8640b6aca6339080315591881a24e1;hp=3b593137ad4378b42fed8699cf1203395f693a07;hpb=281bd093d547534ce4e667214a1881a84a9f3227;p=yaz-moved-to-github.git diff --git a/asn/Makefile b/asn/Makefile index 3b59313..841aaa2 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.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 diagbib1.o +PO = proto.o diagbib1.o oid.o CPP=cc -E all: $(LIBDIR) $(LIB)