X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=isamc%2FMakefile.in;h=316c0088f0c544bfbbc977b2175ca466b9edd31c;hb=b918342ded2c57bcd57bf7af6748c17bce4d1cf6;hp=963bbcd07a55b908fe4aba7830c78c3eec75d79c;hpb=9fce226051f8b951b3c6f424fbdbd996ceb42007;p=idzebra-moved-to-github.git diff --git a/isamc/Makefile.in b/isamc/Makefile.in index 963bbcd..316c008 100644 --- a/isamc/Makefile.in +++ b/isamc/Makefile.in @@ -1,7 +1,7 @@ # Copyright (C) 1996-1998, Index Data # All rights reserved. # Sebastian Hammer, Adam Dickmeiss -# $Id: Makefile.in,v 1.1 1998-09-02 14:15:34 adam Exp $ +# $Id: Makefile.in,v 1.6 1999-07-14 13:21:34 heikki Exp $ SHELL=/bin/sh @@ -18,7 +18,7 @@ INCLUDE=-I../include $(YAZINC) TPROG1=isamctst DEFS=$(CDEFS) $(INCLUDE) LIB=../lib/isamc.a -PO = isamc.o merge.o +PO = isamc.o isamh.o isamd.o merge.o merge-d.o isams.o all: $(LIB) @@ -37,7 +37,7 @@ $(LIB): $(PO) $(CC) -c $(DEFS) $(CFLAGS) $< clean: - rm -f *.[oa] $(TPROG1) core mon.out gmon.out errlist + rm -f *.[oa] $(TPROG1) core mon.out gmon.out errlist *~ depend: sed '/^#Depend/q' Makefile.tmp