X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=asn%2FMakefile.in;fp=asn%2FMakefile.in;h=743530a568e3b49562689fe771460da76473c6d1;hp=1deefa48d1ac959a0637760a71999698f36007c5;hb=30d8d86b830a88f1c8f5fef944b6d36150651b9b;hpb=1fbf9907e66c5697b9537a1a4849295c05b12b6b diff --git a/asn/Makefile.in b/asn/Makefile.in index 1deefa4..743530a 100644 --- a/asn/Makefile.in +++ b/asn/Makefile.in @@ -1,7 +1,7 @@ # Copyright (C) 1995-1998, Index Data I/S # All rights reserved. # Sebastian Hammer, Adam Dickmeiss -# $Id: Makefile.in,v 1.1 1998-08-21 14:13:25 adam Exp $ +# $Id: Makefile.in,v 1.2 1998-08-25 16:19:38 adam Exp $ SHELL=/bin/sh @@ -9,7 +9,7 @@ CC=@CC@ CPP=@CPP@ RANLIB=@RANLIB@ CDEFS=@DEFS@ @ODEFS@ -ELIBS=@LIBS@ +LIBS=@LIBS@ INCLUDE=-I../include -I. LIBDIR=../lib @@ -22,9 +22,6 @@ PO = proto.o diagbib1.o zget.o prt-rsc.o prt-acc.o prt-exp.o prt-ext.o \ prt-dat.o prt-univ.o all: $(LIB) -test: test.o $(LIB) ../odr/odr.a - $(CC) $(CFLAGS) $(INCLUDE) -o test test.o $(LIB) ../odr/odr.a $(ELIBS) - alll: $(LIB): $(PO)