X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=blobdiff_plain;f=isamc%2FMakefile.in;h=316c0088f0c544bfbbc977b2175ca466b9edd31c;hb=f6fb80f1dfd9b1a486595496a0f43aaeb16f7b40;hp=d85ef720abfdb9ca3071d87d38944801dc72cc12;hpb=d960df9d3f91d209797047fca679027e365e8d02;p=idzebra-moved-to-github.git diff --git a/isamc/Makefile.in b/isamc/Makefile.in index d85ef72..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.4 1999-06-09 11:58:48 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 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