Extra parameter decode added to search routines to implement
[idzebra-moved-to-github.git] / bfile / Makefile
index 2c5f980..5d7ce61 100644 (file)
@@ -1,21 +1,21 @@
 # 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.17 1996-05-22 08:26:40 adam Exp $
 
 SHELL=/bin/sh
 RANLIB=ranlib
-YAZ=../../yaz
-YAZLIB=$(YAZ)/lib/libyaz.a
-INCLUDE=-I../include -I$(YAZ)/include
-#CFLAGS=-g -Wall -pedantic -ansi
+
+YAZLIB=-lyaz
+YAZINC=-I../../yaz/include
+
+INCLUDE=-I../include $(YAZINC)
 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)