Salome HOME
PAL16231 (3D Extrusion produced crossing hexahedrons)
[modules/smesh.git] / src / Makefile.in
index 0527a7abef6fc47729b63cccb21342d468a9047d..7e0dce13cfc13a4c63400263e71b71fa4f509f41 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.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org 
+# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 #
 #
 #
@@ -31,9 +31,19 @@ VPATH=.:@srcdir@
 
 @COMMENCE@
 
+MED_CXXFLAGS=@MED_CXXFLAGS@
+
+#SUBDIRS = \
+#      SMDS SMESHDS Controls Driver DriverMED DriverDAT DriverUNV DriverSTL \
+#      SMESH SMESH_I SMESHClient OBJECT SMESHFiltersSelection SMESHGUI SMESH_SWIG \
+#      MEFISTO2 StdMeshers StdMeshers_I StdMeshersGUI
+
 SUBDIRS = \
-       SMDS SMESHDS Driver DriverMED DriverDAT DriverUNV \
-       SMESH SMESH_I OBJECT SMESHFiltersSelection SMESHGUI SMESH_SWIG \
-       MEFISTO2 StdMeshers StdMeshers_I StdMeshersGUI
+       SMDS SMESHDS Controls Driver DriverMED DriverDAT DriverUNV DriverSTL \
+       SMESH SMESH_I SMESHClient MEFISTO2 SMESH_SWIG StdMeshers StdMeshers_I
+
+ifeq (@WITHIHM@,yes)
+  SUBDIRS+= OBJECT SMESHFiltersSelection SMESHGUI SMESH_SWIG_WITHIHM StdMeshersGUI
+endif
 
 @MODULE@