Salome HOME
Update version number to 2.1.0 CURRENT T15_11_04 V2_1_0 V2_1_0a V2_1_0b V2_1_0c
authorvsr <vsr@opencascade.com>
Fri, 24 Sep 2004 06:43:07 +0000 (06:43 +0000)
committervsr <vsr@opencascade.com>
Fri, 24 Sep 2004 06:43:07 +0000 (06:43 +0000)
Makefile.in

index 49e7e4ddd4a27a57e1e14e4aee51678daf532563..b04c9272a6556bf8bd2c8160ce08bee7d48dfe41 100644 (file)
@@ -47,6 +47,13 @@ include/salome/sstream: salome_adm/unix/sstream
        -$(RM) $@
        $(LN_S) ../../$< $@
 
+# install script in $(bindir) :
+install-bin: $(BIN_SCRIPT)
+       $(INSTALL) -d  $(bindir)
+       if test $(BIN_SCRIPT)X != X; then                       \
+               $(INSTALL_PROGRAM) $^ $(bindir);                \
+       fi
+
 # CLEAN --------------------
 
 distclean: distclean-other
@@ -59,3 +66,4 @@ distclean-other:
 
 @MODULE@
 
+install: install-bin