mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-04-28 20:50:48 +05:00
SALOME versioning system improvement
This commit is contained in:
parent
e924cc5684
commit
77c8b33456
14
Makefile.in
14
Makefile.in
@ -28,7 +28,7 @@
|
||||
top_srcdir=@top_srcdir@
|
||||
top_builddir=.
|
||||
srcdir=@srcdir@
|
||||
VPATH=.:@srcdir@:@top_srcdir@/bin:./resources:@top_srcdir@/resources:./bin:@top_srcdir@/idl
|
||||
VPATH=.:@srcdir@:@top_srcdir@/bin:./bin/salome:./resources:@top_srcdir@/resources:./bin:@top_srcdir@/idl
|
||||
|
||||
|
||||
@COMMENCE@
|
||||
@ -200,16 +200,23 @@ undo.png
|
||||
BIN_SCRIPT= \
|
||||
VERSION
|
||||
|
||||
# copy header files in common directory
|
||||
|
||||
include_list = include/salome/SALOMEconfig.h \
|
||||
include/salome/GEOM_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) ../../$< $@
|
||||
@ -228,7 +235,8 @@ include/salome/sstream: salome_adm/unix/sstream
|
||||
$(LN_S) ../../$< $@
|
||||
|
||||
include/salome/GEOM_version.h: GEOM_version.h
|
||||
cp $< $@
|
||||
-$(RM) $@
|
||||
$(LN_S) ../../$< $@
|
||||
|
||||
depend: depend_idl
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user