X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=Makefile.in;h=22e1e5f392e469330478689498fad27f11656086;hb=8b80f9fd0ae23ac28b440976486283055d5e1b81;hp=4ca482197d903886fbe67b534cd54cdc88cee010;hpb=641274e7f15702b5c3cbd36694c79183c8508725;p=ir-tcl-moved-to-github.git diff --git a/Makefile.in b/Makefile.in index 4ca4821..22e1e5f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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