X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=dict%2FMakefile;h=6fc4679d17952e1f5e03386a95e788e02bec3e4a;hb=239ec8f8cc9194097025c4b00d2ac0b0514dcf49;hp=b111c3f5f3abb62ac7c8bea9a9ce26abcc196c26;hpb=b7f00ecbe71200814196edcb38c378dcd4acaacc;p=idzebra-moved-to-github.git diff --git a/dict/Makefile b/dict/Makefile index b111c3f..6fc4679 100644 --- a/dict/Makefile +++ b/dict/Makefile @@ -1,18 +1,17 @@ # Copyright (C) 1994, Index Data I/S # All rights reserved. # Sebastian Hammer, Adam Dickmeiss -# $Id: Makefile,v 1.19 1995-12-06 14:43:01 adam Exp $ +# $Id: Makefile,v 1.22 1996-05-22 08:26:46 adam Exp $ SHELL=/bin/sh RANLIB=ranlib -YAZLIB=-lyaz -YAZINC= +YAZLIB=../../yaz/lib/libyaz.a +YAZINC=-I../../yaz/include INCLUDE=-I../include $(YAZINC) TPROG1=dicttest TPROG2=dictext -#CFLAGS=-g -Wall -pedantic -ansi DEFS=$(INCLUDE) LIB=../lib/dict.a PO = scan.o dopen.o dclose.o drdwr.o open.o close.o insert.o lookup.o \ @@ -27,7 +26,7 @@ $(TPROG1): $(TPROG1).o $(LIB) ../lib/bfile.a ../lib/alexutil.a ../lib/dfa.a $(CC) $(CFLAGS) -o $(TPROG1) $(TPROG1).o $(LIB) \ ../lib/bfile.a ../lib/dfa.a ../lib/alexutil.a $(YAZLIB) -$(TPROG2): $(TPROG2).o $(LIB) ../lib/alexutil.a $(YAZLIB) +$(TPROG2): $(TPROG2).o $(LIB) ../lib/alexutil.a $(CC) $(CFLAGS) -o $(TPROG2) $(TPROG2).o ../lib/alexutil.a $(YAZLIB) $(LIB): $(PO)