X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=isamc%2FMakefile.in;fp=isamc%2FMakefile.in;h=316c0088f0c544bfbbc977b2175ca466b9edd31c;hb=e8f4cf34c75ffdc7bbfaf3fa232f29cc1384b60c;hp=e925140b32f179b7111c062024c4d6750c4f0d06;hpb=672c57c13fdaa8e1e7b752671034dc871f613a51;p=idzebra-moved-to-github.git diff --git a/isamc/Makefile.in b/isamc/Makefile.in index e925140..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.5 1999-06-30 15:03:55 heikki 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 isamh.o merge.o isams.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