Salome HOME
NPAL16160: EDF448: Hard selection. Unify dialogs behaviour.
[modules/geom.git] / Makefile.in
index 59fff7112d6a8d4cbc5cd4dff053c1e4a2241af8..84b64d9311b8514b223f0d7a920637117392c128 100644 (file)
@@ -15,7 +15,7 @@
 #  License along with this library; if not, write to the Free Software
 #  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
 #
-#  See http://www.salome-platform.org/
+# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 #
 # -* Makefile *- 
 #
@@ -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:./resources:@top_srcdir@/resources:./bin:@top_srcdir@/idl
 
 
 @COMMENCE@
@@ -45,6 +45,7 @@ GEOMDS_Resources \
 ImportExport \
 ShHealing \
 arc.png \
+arccenter.png \
 archimede.png \
 axisinertia.png \
 basicproperties.png \
@@ -63,6 +64,7 @@ chamfer.png \
 chamferall.png \
 chamferedge.png \
 chamferface.png \
+change_orientation.png \
 check.png \
 circle.png \
 circlepointvector.png \
@@ -122,8 +124,10 @@ point2.png \
 pointonedge.png \
 polyline.png \
 prism.png \
+prism2.png \
 revol.png \
 rotate.png \
+rotatepnt.png \
 scale.png \
 section.png \
 select1.png \
@@ -190,6 +194,7 @@ subblock.png \
 group_new.png \
 group_edit.png \
 glue.png \
+glue2.png \
 check_blocks_compound.png \
 free_faces.png \
 propagate.png \
@@ -201,14 +206,22 @@ BIN_SCRIPT= \
 VERSION
 
 # copy header files in common directory
-ifeq ($(HAVE_SSTREAM),yes)
-  include_list=include/salome/SALOMEconfig.h
-else
-  include_list=include/salome/SALOMEconfig.h include/salome/sstream
+
+include_list = include/salome/SALOMEconfig.h \
+               include/salome/GEOM_version.h
+
+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) ../../$< $@
@@ -226,6 +239,10 @@ include/salome/sstream: salome_adm/unix/sstream
        -$(RM) $@
        $(LN_S) ../../$< $@
 
+include/salome/GEOM_version.h: GEOM_version.h
+       -$(RM) $@
+       $(LN_S) ../../$< $@
+
 depend: depend_idl
 
 depend_idl: