X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=asn%2FMakefile;h=c7ede6533379c9907b6d5584aab407a73a7d9729;hp=45b8768861e0ac46d929ce963e3cac426b027d78;hb=bf6c973ee6b5864bdb95d7d953fdcac75ea1b060;hpb=6edc916a5a8d44e1d7708f5018828e0d2020690b diff --git a/asn/Makefile b/asn/Makefile index 45b8768..c7ede65 100644 --- a/asn/Makefile +++ b/asn/Makefile @@ -1,18 +1,19 @@ # Copyright (C) 1994, Index Data I/S # All rights reserved. # Sebastian Hammer, Adam Dickmeiss -# $Id: Makefile,v 1.14 1995-06-02 09:49:11 quinn Exp $ +# $Id: Makefile,v 1.23 1996-06-10 08:53:31 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 +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 CPP=$(CC) -E +RANLIB=ranlib all: $(LIB) @@ -24,7 +25,7 @@ alll: $(LIB): $(PO) rm -f $(LIB) ar qc $(LIB) $(PO) - ranlib $(LIB) + $(RANLIB) $(LIB) .c.o: $(CC) -c $(DEFS) $(CFLAGS) $<