]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
SALOME versioning system improvement
authorvsr <vsr@opencascade.com>
Fri, 26 May 2006 06:40:00 +0000 (06:40 +0000)
committervsr <vsr@opencascade.com>
Fri, 26 May 2006 06:40:00 +0000 (06:40 +0000)
Makefile.in

index d1a9db49de0cf1a27e0e0728b29477dd169fe129..91b99a29c5cd5ff029199013a0d634c9ea9b7e54 100644 (file)
@@ -112,6 +112,12 @@ endif
 
 inc: idl $(include_list)
 
+bin: bin/salome/VERSION
+
+bin/salome/VERSION : bin/VERSION
+       -$(RM) $@
+       $(LN_S) ../../$< $@
+
 include/salome/SALOMEconfig.h: salome_adm/unix/SALOMEconfig.ref
        -$(RM) $@
        $(LN_S) ../../$< $@
@@ -134,7 +140,8 @@ include/salome/sstream: salome_adm/unix/sstream
        $(LN_S) ../../$< $@
 
 include/salome/GUI_version.h: GUI_version.h
-       cp $< $@
+       -$(RM) $@
+       $(LN_S) ../../$< $@
 
 depend:
 #depend: depend_idl