X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=rset%2FMakefile.in;h=e21a1a6c02af07abe88452f422e800a641515b4d;hb=7cb238bb0036500bd2b24eb2cef615b72786cd72;hp=0a44d9631d29ef6c9eb3d6a6feef64a1f5f8f9f5;hpb=d0fa45cf0b317b7332a097928dc3c8827536a97d;p=idzebra-moved-to-github.git diff --git a/rset/Makefile.in b/rset/Makefile.in index 0a44d96..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.2 1998-10-28 15:20:51 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/z39.50 -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)