X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=asn%2FMakefile;h=1bc5c9f14e80ac81dc0fb358b46379dda7f23d9e;hb=3050c29a2d88f6af325f1fb9ae6d0927babf9193;hp=3ea01f9cacc38579bc2a39e2b9b60b9f4998391f;hpb=a783811c74b0c6c8c8b8d5e77144514af80892d0;p=yaz-moved-to-github.git diff --git a/asn/Makefile b/asn/Makefile index 3ea01f9..1bc5c9f 100644 --- a/asn/Makefile +++ b/asn/Makefile @@ -1,15 +1,18 @@ # Copyright (C) 1994, Index Data I/S # All rights reserved. # Sebastian Hammer, Adam Dickmeiss -# $Id: Makefile,v 1.3 1995-03-07 16:29:33 quinn Exp $ +# $Id: Makefile,v 1.11 1995-05-22 11:30:15 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=asn.a -PO = proto.o -CPP=cc -E +LIB=$(LIBDIR)/libasn.a +LIBS=-lodr -lasn +PO = proto.o diagbib1.o oid.o zget.o +CPP=$(CC) -E all: $(LIB)