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

index 403b4036ace0b94a4c9b8f5ef1c23aeb494fa730..b62398f8deb4af7f501f3ebbe6a2b722cabb80f7 100644 (file)
@@ -28,7 +28,7 @@
 top_srcdir=@top_srcdir@
 top_builddir=.
 srcdir=@srcdir@
-VPATH=.:@srcdir@:@top_srcdir@/bin:@top_srcdir@/resources:./bin:@top_srcdir@/idl
+VPATH=.:@srcdir@:@top_srcdir@/bin:./bin/salome:@top_srcdir@/resources:./bin:@top_srcdir@/idl
 
 
 @COMMENCE@
@@ -53,13 +53,18 @@ BIN_SCRIPT = VERSION
 include_list = include/salome/SALOMEconfig.h \
                include/salome/NETGENPLUGIN_version.h
 
-# copy header files in common directory
 ifneq ($(HAVE_SSTREAM),yes)
        include_list += include/salome/sstream
 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) ../../$< $@
@@ -78,7 +83,8 @@ include/salome/sstream: salome_adm/unix/sstream
        $(LN_S) ../../$< $@
 
 include/salome/NETGENPLUGIN_version.h: NETGENPLUGIN_version.h
-       cp $< $@
+       -$(RM) $@
+       $(LN_S) ../../$< $@
 
 # install script in $(bindir) :
 install-bin: $(BIN_SCRIPT)