X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=Makefile.in;h=9f7fdc79b060d160feee8091f9c82ef3f41d0c0b;hb=c0a1c79e55f706009113b2de3c11a6f13d4a0e7d;hp=6fa06664b98f38bed47e30a371587605593cc03e;hpb=9fce226051f8b951b3c6f424fbdbd996ceb42007;p=idzebra-moved-to-github.git diff --git a/Makefile.in b/Makefile.in index 6fa0666..9f7fdc7 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,7 +1,7 @@ -# Copyright (C) 1994-1998, Index Data +# Copyright (C) 1994-1999, Index Data # All rights reserved. # Sebastian Hammer, Adam Dickmeiss -# $Id: Makefile.in,v 1.1 1998-09-02 14:15:26 adam Exp $ +# $Id: Makefile.in,v 1.6 1999-06-09 11:58:48 adam Exp $ SHELL=/bin/sh MAKE=make @@ -14,13 +14,18 @@ CDEFS=@DEFS@ @ODEFS@ YAZLIB=../../yaz/lib/libyaz.a # Where are Yaz header files located? YAZINC=-I../../yaz/include -#YAZINC=-I../../yaz/z39.50 -I../../yaz/include # If Yaz is compiled with mosi support uncomment and specify. #OSILIB=../../xtimosi/src/libmosi.a ../../yaz/lib/librfc.a +# Tcl include files and libraries +TCL_INCLUDE=@TCL_INCLUDE@ +TCL_LIB=@TCL_LIB@ + # Some systems have seperate socket libraries LIBS=@LIBS@ +prefix=@prefix@ + SUBDIR=util bfile dfa dict isamc isam rset recctrl index all: