Updated version to 0.2.1.
[tclrobot.git] / Makefile.in
index a764669..b726e03 100644 (file)
@@ -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