Salome HOME
0021543: EDF 1978 SMESH: Viscous layer for 2D meshes
[modules/smesh.git] / src / StdMeshers_I / Makefile.am
index ab1e6c9c0156ed2af1d160e9f18832a9eabf3fa7..c9f50b4d085dbfb25e90c085d2ee9fb945833dde 100644 (file)
@@ -1,20 +1,20 @@
-#  Copyright (C) 2007-2010  CEA/DEN, EDF R&D, OPEN CASCADE
+# Copyright (C) 2007-2012  CEA/DEN, EDF R&D, OPEN CASCADE
 #
-#  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 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.
+# 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
+# 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/ or email : webmaster.salome@opencascade.com
+# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 #
 
 #  SMESH StdMeshers_I : idl implementation based on 'StdMeshersPlugin' unit's classes
@@ -59,7 +59,6 @@ salomeinclude_HEADERS = \
        StdMeshers_SegmentAroundVertex_0D_i.hxx \
        StdMeshers_SegmentLengthAroundVertex_i.hxx \
        StdMeshers_UseExisting_1D2D_i.hxx \
-       StdMeshers_TrianglePreference_i.hxx \
        StdMeshers_MaxLength_i.hxx \
        StdMeshers_QuadrangleParams_i.hxx \
        StdMeshers_RadialQuadrangle_1D2D_i.hxx \
@@ -67,7 +66,11 @@ salomeinclude_HEADERS = \
        StdMeshers_ImportSource1D_i.hxx \
        StdMeshers_ImportSource2D_i.hxx \
        StdMeshers_Import_1D_i.hxx \
-       StdMeshers_Import_1D2D_i.hxx
+       StdMeshers_Import_1D2D_i.hxx \
+       StdMeshers_ViscousLayers_i.hxx \
+       StdMeshers_ViscousLayers2D_i.hxx \
+       StdMeshers_CartesianParameters3D_i.hxx \
+       StdMeshers_Cartesian_3D_i.hxx
 
 # Libraries targets
 lib_LTLIBRARIES = libStdMeshersEngine.la
@@ -106,14 +109,17 @@ dist_libStdMeshersEngine_la_SOURCES = \
        StdMeshers_SegmentAroundVertex_0D_i.cxx \
        StdMeshers_SegmentLengthAroundVertex_i.cxx \
        StdMeshers_UseExisting_1D2D_i.cxx \
-       StdMeshers_TrianglePreference_i.cxx \
        StdMeshers_MaxLength_i.cxx \
        StdMeshers_QuadrangleParams_i.cxx \
        StdMeshers_RadialQuadrangle_1D2D_i.cxx \
        StdMeshers_ImportSource1D_i.cxx \
        StdMeshers_ImportSource2D_i.cxx \
        StdMeshers_Import_1D_i.cxx \
-       StdMeshers_Import_1D2D_i.cxx
+       StdMeshers_Import_1D2D_i.cxx \
+       StdMeshers_ViscousLayers_i.cxx \
+       StdMeshers_ViscousLayers2D_i.cxx \
+       StdMeshers_CartesianParameters3D_i.cxx \
+       StdMeshers_Cartesian_3D_i.cxx
 
 # additionnal information to compil and link file
 libStdMeshersEngine_la_CPPFLAGS = \
@@ -129,6 +135,7 @@ libStdMeshersEngine_la_CPPFLAGS = \
        -I$(srcdir)/../SMESHImpl \
        -I$(srcdir)/../MEFISTO2 \
        -I$(srcdir)/../SMESH \
+       -I$(srcdir)/../SMESHUtils \
        -I$(srcdir)/../SMESH_I \
        -I$(srcdir)/../SMESHDS \
        -I$(srcdir)/../SMDS \