X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=Makefile.in;fp=Makefile.in;h=5b577639eda66f819766feaef0addf4c73dd65cc;hb=802506fb4d9c8777d0eb5332c8d8ef69e84eeeef;hp=75e0fc1fd3d340ff31589252f651dbaee3f87d41;hpb=e38936a73431577301570b129ccd1dfca146aa4e;p=ir-tcl-moved-to-github.git diff --git a/Makefile.in b/Makefile.in index 75e0fc1..5b57763 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,7 +1,7 @@ # IR toolkit for tcl/tk # (c) Index Data 1995-1999 # See the file LICENSE for details. -# $Id: Makefile.in,v 1.55 2001-12-03 00:31:06 adam Exp $ +# $Id: Makefile.in,v 1.56 2001-12-03 18:52:06 adam Exp $ SHELL=/bin/sh # IrTcl Version @@ -39,12 +39,10 @@ SHLIB_LD = @SHLIB_LD@ SHLIB_SUFFIX = @SHLIB_SUFFIX@ SHLIB_VERSION = @SHLIB_VERSION@ -# Where are Yaz libraries located? +# Where are YAZ libraries located? YAZLIB=@YAZLIB@ -# Where are Yaz header files located? +# Where are YAZ header files located? YAZINC=@YAZINC@ -# If Yaz is compiled with mosi support uncomment and specify. -#OSILIB=../../xtimosi/src/libmosi.a ../../yaz/lib/librfc.a # All include paths INCLUDE=-I. $(YAZINC) $(TKINC) $(TCLINC) @@ -63,9 +61,6 @@ O=ir-tcl.o marc.o queue.o mem.o grs.o explain.o select.o all: @ALL_SPEC@ -ir-tk: libirtcl.a tkmain.o - $(CC) $(CFLAGS) tkmain.o -o ir-tk libirtcl.a $(YAZLIB) $(TKLIB) - ir-tcl: libirtcl.a tclmain.o $(CC) $(CFLAGS) tclmain.o -o ir-tcl libirtcl.a $(YAZLIB) $(TCLLIB)