X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=isam%2FMakefile;h=a6d9736acbcf32d0d6b33bf08b49942a939d9340;hb=3eb26862c3e82f9332c75c9c560f1044f80bc778;hp=55da064132a762e6e4053dcebd6f4faa48de6c40;hpb=b5af7db2dbda2c0a8e705c58da25a50f56214265;p=idzebra-moved-to-github.git diff --git a/isam/Makefile b/isam/Makefile index 55da064..a6d9736 100644 --- a/isam/Makefile +++ b/isam/Makefile @@ -1,7 +1,7 @@ # Copyright (C) 1994, Index Data I/S # All rights reserved. # Sebastian Hammer, Adam Dickmeiss -# $Id: Makefile,v 1.15 1995-11-20 11:58:07 adam Exp $ +# $Id: Makefile,v 1.19 1996-05-22 08:26:50 adam Exp $ SHELL=/bin/sh RANLIB=ranlib @@ -9,8 +9,7 @@ RANLIB=ranlib YAZLIB=-lyaz YAZINC= -INCLUDE=-I../include -I$(YAZ)/include -#CFLAGS=-g -Wall -pedantic -ansi +INCLUDE=-I../include $(YAZINC) DEFS=$(INCLUDE) LIB=../lib/isam.a PO = isam.o isutil.o rootblk.o memory.o physical.o @@ -18,7 +17,7 @@ CPP=$(CC) -E all: $(LIB) -alll: $(LIB) isam-test issh +alll: $(LIB) # isam-test issh test: test.c $(LIB) $(CC) -g -o test -I../include test.c \ @@ -29,7 +28,7 @@ isam-test: isam-test.c $(LIB) ../lib/isam.a ../lib/bfile.a ../lib/alexutil.a $(YAZLIB) issh: issh.c $(LIB) - $(CC) -g -o issh -I../include issh.c \ + $(CC) -g -o issh $(INCLUDE) issh.c \ ../lib/isam.a ../lib/bfile.a ../lib/alexutil.a $(YAZLIB) #$(TPROG): $(TPROG).o $(LIB)