X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=Makefile.in;h=b726e03bc75dfde37bbe81b0c720506c4114e8cb;hb=4355628830cd0f9e27c059d20254d8e1c30896eb;hp=a7646690e36cf98aa1439b3f39940992ac9bae20;hpb=87b050c8552f5b45c870b8c942ca67fe1da363a5;p=tclrobot.git diff --git a/Makefile.in b/Makefile.in index a764669..b726e03 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,9 +1,9 @@ # Makefile for Tcl Web Robot -# $Id: Makefile.in,v 1.4 1999/12/27 11:49:30 adam Exp $ +# $Id: Makefile.in,v 1.7 2003/08/15 14:05:21 marc Exp $ SHELL=/bin/sh # Version -VERSION=0.0 +#VERSION=1.3.0 # Directory prefix wich machine independent files prefix=@prefix@ @@ -39,13 +39,8 @@ INSTALL_PROGRAM=@INSTALL_PROGRAM@ INSTALL_DATA=@INSTALL_DATA@ RANLIB=@RANLIB@ -# Where are Yaz libraries located? -YAZLIB=@YAZLIB@ -# Where are Yaz header files located? -YAZINC=@YAZINC@ - # Total include -INCLUDE=-I. $(YAZINC) $(TCLINC) +INCLUDE=-I. $(TCLINC) # All CC options, except CFLAGS DEFS=@DEFS@ $(INCLUDE) @@ -60,3 +55,7 @@ tclrobot$(SHLIB_SUFFIX): $(O) clean: rm -f tclrobot core *.out *.o *.a *.so config.* + +install: + $(INSTALL) -D tclrobot$(SHLIB_SUFFIX) $(LIBDIR)/libtclrobot$(SHLIB_SUFFIX) + $(INSTALL) -D robot.tcl $(BINDIR)/tclrobot