Most of the functionality in place.
[idzebra-moved-to-github.git] / isam / Makefile
index 3be9079..1081028 100644 (file)
@@ -3,7 +3,7 @@ INCLUDE=-I../include
 CFLAGS=-g -Wall -pedantic
 DEFS=$(INCLUDE)
 LIB=../lib/isam.a
-PO = isam.o isutil.o rootblk.o memory.o
+PO = isam.o isutil.o rootblk.o memory.o physical.o
 CPP=cc -E
 
 all: $(LIB)
@@ -12,6 +12,10 @@ isam-test: isam-test.c $(LIB)
        $(CC) -g -o isam-test -I../include isam-test.c \
        ../lib/isam.a ../lib/bfile.a ../lib/util.a
 
+issh: issh.c $(LIB)
+       $(CC) -g -o issh -I../include issh.c \
+       ../lib/isam.a ../lib/bfile.a ../lib/util.a
+
 #$(TPROG): $(TPROG).o $(LIB) 
 #      $(CC) -o $(TPROG) $(TPROG).o $(LIB)