X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=dict%2FMakefile.in;h=3ee321b7f909668ae59ea84d6f8dadc2bbfb2c38;hb=c5c1c56eebe056a12b7683e54af64c4717e77ff0;hp=cfce3e10a60dd4eb0a1b24d321823c5dc59e0186;hpb=9fce226051f8b951b3c6f424fbdbd996ceb42007;p=idzebra-moved-to-github.git diff --git a/dict/Makefile.in b/dict/Makefile.in index cfce3e1..3ee321b 100644 --- a/dict/Makefile.in +++ b/dict/Makefile.in @@ -1,7 +1,7 @@ # Copyright (C) 1994-1998, Index Data # All rights reserved. # Sebastian Hammer, Adam Dickmeiss -# $Id: Makefile.in,v 1.1 1998-09-02 14:15:30 adam Exp $ +# $Id: Makefile.in,v 1.5 1999-11-30 13:48:03 adam Exp $ SHELL=/bin/sh @@ -11,8 +11,8 @@ RANLIB=@RANLIB@ CDEFS=@DEFS@ @ODEFS@ LIBS=@LIBS@ -YAZLIB=../../yaz/lib/libyaz.a -YAZINC=-I../../yaz/include +YAZLIB=@YAZLIB@ +YAZINC=@YAZINC@ INCLUDE=-I../include $(YAZINC) TPROG1=dicttest @@ -20,7 +20,7 @@ TPROG2=dictext DEFS=$(CDEFS) $(INCLUDE) LIB=../lib/dict.a PO = scan.o dopen.o dclose.o drdwr.o open.o close.o insert.o lookup.o \ - lookupec.o lookgrep.o delete.o + lookupec.o lookgrep.o delete.o dcompact.o all: $(LIB)