X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=isamc%2FMakefile.in;h=efc95cd98d723941e6b2165cfd1cb5b814766190;hp=67deb46fbc727ca61eaf85b3fe759461141e79be;hb=e150e51a7e20a902e9fd2f11f00811f94f67d529;hpb=bceca936710690858ea162e7bc22de819f0e280f diff --git a/isamc/Makefile.in b/isamc/Makefile.in index 67deb46..efc95cd 100644 --- a/isamc/Makefile.in +++ b/isamc/Makefile.in @@ -1,7 +1,7 @@ -# Copyright (C) 1996-1998, Index Data +# Copyright (C) 1996-1999, Index Data # All rights reserved. # Sebastian Hammer, Adam Dickmeiss -# $Id: Makefile.in,v 1.3 1999-05-12 13:08:06 adam Exp $ +# $Id: Makefile.in,v 1.7 1999-11-30 13:48:04 adam Exp $ SHELL=/bin/sh @@ -11,14 +11,14 @@ RANLIB=@RANLIB@ CDEFS=@DEFS@ @ODEFS@ LIBS=@LIBS@ -YAZLIB=../../yaz/lib/libyaz.a -YAZINC=-I../../yaz/z39.50 -I../../yaz/include +YAZLIB=@YAZLIB@ +YAZINC=@YAZINC@ INCLUDE=-I../include $(YAZINC) TPROG1=isamctst DEFS=$(CDEFS) $(INCLUDE) LIB=../lib/isamc.a -PO = isamc.o merge.o isams.o +PO = isamc.o isamd.o merge.o merge-d.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