X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=bfile%2FMakefile;h=5d7ce6188b974f5af66af092b98c70208d3eefe2;hb=c9ac021f1381269609f3654384698f398cf46b96;hp=fd07e9931a6af03a5f50bf7e671a374839bcb726;hpb=b5af7db2dbda2c0a8e705c58da25a50f56214265;p=idzebra-moved-to-github.git diff --git a/bfile/Makefile b/bfile/Makefile index fd07e99..5d7ce61 100644 --- a/bfile/Makefile +++ b/bfile/Makefile @@ -1,22 +1,20 @@ # Copyright (C) 1994, Index Data I/S # All rights reserved. # Sebastian Hammer, Adam Dickmeiss -# $Id: Makefile,v 1.14 1995-11-20 11:57:54 adam Exp $ +# $Id: Makefile,v 1.17 1996-05-22 08:26:40 adam Exp $ SHELL=/bin/sh RANLIB=ranlib YAZLIB=-lyaz -YAZINC= +YAZINC=-I../../yaz/include INCLUDE=-I../include $(YAZINC) -#CFLAGS=-g -Wall -pedantic -ansi DEFS=$(INCLUDE) TPROG=btest -CFLAGS=-g -Wall -pedantic -ansi DEFS=$(INCLUDE) LIB=../lib/bfile.a -PO = bfile.o mfile.o +PO = bfile.o mfile.o cfile.o commit.o CPP=$(CC) -E all: $(LIB)