Salome HOME
Join modifications from branch OCC_debug_for_3_2_0b1
[modules/geom.git] / Makefile.in
index 3657e224864d588aad9c663e5233a25a9529bf6c..59fff7112d6a8d4cbc5cd4dff053c1e4a2241af8 100644 (file)
@@ -1,3 +1,22 @@
+#  Copyright (C) 2005  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
+#  CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
+#
+#  This library is free software; you can redistribute it and/or
+#  modify it under the terms of the GNU Lesser General Public
+#  License as published by the Free Software Foundation; either
+#  version 2.1 of the License.
+#
+#  This library is distributed in the hope that it will be useful,
+#  but WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  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/
+#
 # -* Makefile *- 
 #
 # Author : Patrick GOLDBRONN (CEA)
@@ -14,13 +33,17 @@ VPATH=.:@srcdir@:@top_srcdir@/bin:@top_srcdir@/resources:./bin:@top_srcdir@/idl
 
 @COMMENCE@
 
-SUBDIRS = idl src
+SUBDIRS = idl src doc adm_local
 
 RESOURCES_FILES = \
 GEOM_en.xml \
 GEOM_fr.xml \
+GEOM.config \
 GEOMCatalog.xml \
+SalomeApp.xml \
 GEOMDS_Resources \
+ImportExport \
+ShHealing \
 arc.png \
 archimede.png \
 axisinertia.png \
@@ -43,6 +66,7 @@ chamferface.png \
 check.png \
 circle.png \
 circlepointvector.png \
+circle3points.png \
 common.png \
 cone.png \
 conedxyz.png \
@@ -53,6 +77,7 @@ cylinderdxyz.png \
 cylinderpointvector.png \
 delete.png \
 display.png \
+displayonly.png \
 displayall.png \
 erase.png \
 eraseall.png \
@@ -68,6 +93,8 @@ line2points.png \
 lineedge.png \
 linepointvector.png \
 mindist.png \
+mirrorPoint.png \
+mirrorAxe.png \
 mirrorPlane.png \
 ModuleGeom.png \
 multirotation.png \
@@ -76,18 +103,24 @@ multirotationsimple.png \
 multitranslation.png \
 multitranslationdouble.png \
 multitranslationsimple.png \
+offset.png \
 orientation.png \
 partition.png \
 partitionkeep.png \
+partitionplane.png \
 pipe.png \
 plane.png \
 planeWorking.png \
 planedxyz.png \
+plane3points.png \
 planeface.png \
 planepointvector.png \
 planeworkingface.png \
+planeworkingvector.png \
+planeworkingorigin.png \
 point2.png \
 pointonedge.png \
+polyline.png \
 prism.png \
 revol.png \
 rotate.png \
@@ -108,7 +141,9 @@ tolerance.png \
 torus.png \
 torusdxyz.png \
 toruspointvector.png \
-translation.png \
+translationDxyz.png \
+translationPoints.png \
+translationVector.png \
 tree_compound.png \
 tree_compsolid.png \
 tree_edge.png \
@@ -118,12 +153,49 @@ tree_shell.png \
 tree_solid.png \
 tree_vertex.png \
 tree_wire.png \
+tree_group_vertex.png \
+tree_group_edge.png \
+tree_group_face.png \
+tree_group_solid.png \
+tree_lcs.png \
 vector.png \
 vector2points.png \
 vectordxyz.png \
 whatis.png \
 ellipse.png \
-ellipsepointvector.png
+ellipsepointvector.png \
+bezier.png \
+interpol.png \
+spline.png \
+closecontour.png \
+suppressintwires.png \
+marker.png \
+marker2.png \
+marker3.png \
+position.png \
+position2.png \
+free_bound.png \
+point_coord.png \
+point3.png \
+shapeprocess.png \
+block_2f.png \
+block_6f.png \
+block_face_2e.png \
+block_face_4e.png \
+block_face_4v.png \
+block_multitrsf_double.png \
+block_multitrsf_simple.png \
+tree_block.png \
+subblock.png \
+group_new.png \
+group_edit.png \
+glue.png \
+check_blocks_compound.png \
+free_faces.png \
+propagate.png \
+redo.png \
+undo.png
+
 
 BIN_SCRIPT= \
 VERSION
@@ -144,10 +216,10 @@ include/salome/SALOMEconfig.h: salome_adm/unix/SALOMEconfig.ref
 # test if SALOMEconfig.h has changed (contents)
 salome_adm/unix/SALOMEconfig.ref: salome_adm/unix/SALOMEconfig.h
        @if ! [ -a $@ ]; then \
-         cp -p $< $@;        \
+         cp -p -f $< $@;        \
        fi;                   \
        if ! cmp $< $@; then  \
-         cp -p $< $@;        \
+         cp -p -f $< $@;        \
        fi;                   \
 
 include/salome/sstream: salome_adm/unix/sstream
@@ -169,10 +241,10 @@ install-end:
 
 install-include: $(include_list)
        $(INSTALL) -d  $(includedir)
-       @for f in X $(include_list); do                         \
-          if test $$f != X; then                               \
-            ($(INSTALL_DATA) $$f $(includedir)/. || exit 1);   \
-          fi;                                                  \
+       @for f in X $(include_list); do                                 \
+          if test $$f != X; then                                       \
+            ($(INSTALL_DATA) -p $$f $(includedir)/. || exit 1);        \
+          fi;                                                          \
        done
 
 # install script in $(bindir) :