Improved installation. Updated for inclusion of YAZ header files.
[idzebra-moved-to-github.git] / isamc / Makefile.in
index d8ec6b5..efc95cd 100644 (file)
@@ -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.2 1998-10-28 15:20:49 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
+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 >Makefile.tmp