Extra parameter decode added to search routines to implement
[idzebra-moved-to-github.git] / bfile / Makefile
index 9b15ff9..5d7ce61 100644 (file)
@@ -1,20 +1,20 @@
 # Copyright (C) 1994, Index Data I/S 
 # All rights reserved.
 # Sebastian Hammer, Adam Dickmeiss
-# $Id: Makefile,v 1.13 1995-10-30 14:10:47 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
+PO = bfile.o mfile.o cfile.o commit.o
 CPP=$(CC) -E
 
 all: $(LIB)