X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FStdMeshers_I%2FMakefile.am;h=c9f50b4d085dbfb25e90c085d2ee9fb945833dde;hb=986cacacdb49caea7239a784db3a64278d7e65bb;hp=d669bd7f211d60c7ab175818b2e2ba9f6b22b00d;hpb=61149a4aee0963e4ad553e89702330c285e1c34f;p=modules%2Fsmesh.git diff --git a/src/StdMeshers_I/Makefile.am b/src/StdMeshers_I/Makefile.am index d669bd7f2..c9f50b4d0 100644 --- a/src/StdMeshers_I/Makefile.am +++ b/src/StdMeshers_I/Makefile.am @@ -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 \ @@ -68,7 +67,10 @@ salomeinclude_HEADERS = \ StdMeshers_ImportSource2D_i.hxx \ StdMeshers_Import_1D_i.hxx \ StdMeshers_Import_1D2D_i.hxx \ - StdMeshers_ViscousLayers_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 @@ -107,7 +109,6 @@ 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 \ @@ -115,7 +116,10 @@ dist_libStdMeshersEngine_la_SOURCES = \ StdMeshers_ImportSource2D_i.cxx \ StdMeshers_Import_1D_i.cxx \ StdMeshers_Import_1D2D_i.cxx \ - StdMeshers_ViscousLayers_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 = \ @@ -131,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 \