X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=bfile%2FMakefile;h=b01dd807a9d2446e425fdb58905dfa8aec41b60d;hb=e39158d4c6147865c129d2524f1b910e4e7921ed;hp=2c5f980e4ff9f9db578fb123b951f7fd6d50e108;hpb=b879b04a092d5b00cc866cf16f755e55053d2e89;p=idzebra-moved-to-github.git diff --git a/bfile/Makefile b/bfile/Makefile index 2c5f980..b01dd80 100644 --- a/bfile/Makefile +++ b/bfile/Makefile @@ -1,21 +1,23 @@ # Copyright (C) 1994, Index Data I/S # All rights reserved. # Sebastian Hammer, Adam Dickmeiss -# $Id: Makefile,v 1.12 1995-09-04 12:33:21 adam Exp $ +# $Id: Makefile,v 1.16 1995-11-30 17:00:49 adam Exp $ SHELL=/bin/sh RANLIB=ranlib -YAZ=../../yaz -YAZLIB=$(YAZ)/lib/libyaz.a -INCLUDE=-I../include -I$(YAZ)/include + +YAZLIB=-lyaz +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 -CPP=cc -E +PO = bfile.o mfile.o cfile.o commit.o +CPP=$(CC) -E all: $(LIB)