X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=Makefile.in;h=b726e03bc75dfde37bbe81b0c720506c4114e8cb;hb=3201adca0560cf447024e23b0e572c9b5137111c;hp=f44693f2b3f76328c1bab9602bcf5632dc9d7758;hpb=5467e3fdc675f190e2616c2f24921bd22de5eab4;p=tclrobot.git diff --git a/Makefile.in b/Makefile.in index f44693f..b726e03 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,9 +1,9 @@ # Makefile for Tcl Web Robot -# $Id: Makefile.in,v 1.5 2001/01/23 12:05:06 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@ @@ -55,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