X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=asn%2FMakefile;h=83bae7794b7f798f28f4784d839ea5971ad56118;hb=9ea4211c533ffd9e7e7b5fea5cb192a986cdaf87;hp=0ef61dac580050f20300007172ab580dad2ccb82;hpb=11fc1fa1b5e4b75942018efe466dbfdb41454077;p=yaz-moved-to-github.git diff --git a/asn/Makefile b/asn/Makefile index 0ef61da..83bae77 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.18 1995-08-17 12:44:59 quinn Exp $ +# $Id: Makefile,v 1.24 1996-10-09 15:54:54 quinn Exp $ SHELL=/bin/sh 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 zget.o prt-rsc.o prt-acc.o prt-exp.o prt-ext.o prt-grs.o +PO = proto.o diagbib1.o zget.o prt-rsc.o prt-acc.o prt-exp.o prt-ext.o \ + prt-grs.o prt-exd.o prt-dia.o prt-esp.o prt-arc.o prt-add.o CPP=$(CC) -E RANLIB=ranlib