Configure uses tclConfig.sh where available.
[ir-tcl-moved-to-github.git] / Makefile.in
index 4ca4821..22e1e5f 100644 (file)
@@ -2,7 +2,7 @@
 # (c) Index Data 1995
 # See the file LICENSE for details.
 # Sebastian Hammer, Adam Dickmeiss
-# $Id: Makefile.in,v 1.30 1996-02-29 15:30:19 adam Exp $
+# $Id: Makefile.in,v 1.32 1996-03-27 08:38:30 adam Exp $
 SHELL=/bin/sh
 
 # IrTcl Version
@@ -21,7 +21,7 @@ INCDIR=$(prefix)/include
 IRTCLDIR=$(prefix)/lib/irtcl
 
 YAZDIR=@YAZDIR@
-LIBS=@LIBS@ -lm
+LIBS=@LIBS@
 
 CC=@CC@
 
@@ -57,7 +57,7 @@ RANLIB = @RANLIB@
 
 O=ir-tcl.o marc.o queue.o mem.o grs.o
 
-all: ir-tk ir-tcl
+all: ir-tcl ir-tk
 
 ir-tk: libirtcl.a tkinit.o
        $(CC) $(CFLAGS) tkinit.o -o ir-tk libirtcl.a $(YAZLIB) $(TKLIB) \
@@ -130,7 +130,7 @@ install: ir-tcl
        fi; 
 
 clean:
-       rm -f *.[oa] ir-tk ir-tcl core gmon.out mon.out *.bak config.cache
+       rm -f *.[oa] ir-tk ir-tcl wais-tcl core gmon.out mon.out *.bak config.cache
 
 autoconf:
        -rm config.cache