X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=dict%2FMakefile;h=22af8c9041c09f248f1ecefc6870bbfcfca62835;hb=3e97ca3e99068d83691ad6d43d53dd9f1f316889;hp=b111c3f5f3abb62ac7c8bea9a9ce26abcc196c26;hpb=b7f00ecbe71200814196edcb38c378dcd4acaacc;p=idzebra-moved-to-github.git diff --git a/dict/Makefile b/dict/Makefile index b111c3f..22af8c9 100644 --- a/dict/Makefile +++ b/dict/Makefile @@ -1,13 +1,13 @@ # 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.21 1996-03-20 09:35:15 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 @@ -27,7 +27,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)