X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=rset%2FMakefile.in;h=e21a1a6c02af07abe88452f422e800a641515b4d;hb=70bca9ad928352b5374817fa5360c803cbb477ae;hp=8bc59c532de74d052ee9afbef91d184aeccd9b58;hpb=9fce226051f8b951b3c6f424fbdbd996ceb42007;p=idzebra-moved-to-github.git diff --git a/rset/Makefile.in b/rset/Makefile.in index 8bc59c5..e21a1a6 100644 --- a/rset/Makefile.in +++ b/rset/Makefile.in @@ -1,7 +1,7 @@ -# Copyright (C) 1994-1998, Index Data +# Copyright (C) 1994-1999, Index Data # All rights reserved. # Sebastian Hammer, Adam Dickmeiss -# $Id: Makefile.in,v 1.1 1998-09-02 14:15:36 adam Exp $ +# $Id: Makefile.in,v 1.5 1999-11-30 13:48:04 adam Exp $ SHELL=/bin/sh @@ -11,14 +11,14 @@ RANLIB=@RANLIB@ CDEFS=@DEFS@ @ODEFS@ LIBS=@LIBS@ -YAZLIB=../../yaz/lib/libyaz.a -YAZINC=-I../../yaz/include +YAZLIB=@YAZLIB@ +YAZINC=@YAZINC@ INCLUDE=-I../include $(YAZINC) DEFS=$(CDEFS) $(INCLUDE) LIB=../lib/rset.a PROG= -PO=rset.o rstemp.o rsisam.o rsnull.o rsbool.o rsisamc.o rsm_or.o +PO=rset.o rstemp.o rsisam.o rsnull.o rsbool.o rsisamc.o rsm_or.o rsisams.o all: $(LIB)