1 # Copyright (C) 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE
3 # This library is free software; you can redistribute it and/or
4 # modify it under the terms of the GNU Lesser General Public
5 # License as published by the Free Software Foundation; either
6 # version 2.1 of the License.
8 # This library is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY; without even the implied warranty of
10 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
11 # Lesser General Public License for more details.
13 # You should have received a copy of the GNU Lesser General Public
14 # License along with this library; if not, write to the Free Software
15 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
17 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
19 # SMESH SMESH : implementaion of SMESH idl descriptions
21 # Author : Paul RASCLE, EDF
22 # Modified by : Alexander BORODIN (OCN) - autotools usage
25 include $(top_srcdir)/adm_local/unix/make_common_starter.am
28 salomeinclude_HEADERS = \
32 SMESH_subMeshEventListener.hxx \
33 SMESH_Hypothesis.hxx \
34 SMESH_HypoFilter.hxx \
41 SMESH_MeshEditor.hxx \
43 SMESH_MesherHelper.hxx \
49 lib_LTLIBRARIES = libSMESHimpl.la
51 dist_libSMESHimpl_la_SOURCES = \
56 SMESH_Hypothesis.cxx \
63 SMESH_MeshEditor.cxx \
65 SMESH_HypoFilter.cxx \
67 SMESH_MesherHelper.cxx
69 # additionnal information to compile and link file
70 libSMESHimpl_la_CPPFLAGS = \
78 -I$(srcdir)/../Controls \
79 -I$(srcdir)/../Driver \
80 -I$(srcdir)/../DriverDAT \
81 -I$(srcdir)/../DriverMED \
82 -I$(srcdir)/../DriverUNV \
83 -I$(srcdir)/../DriverSTL \
84 -I$(srcdir)/../DriverCGNS \
86 -I$(srcdir)/../SMESHDS \
87 -I$(srcdir)/../SMESHUtils
90 DriverCGNS_LIB = ../DriverCGNS/libMeshDriverCGNS.la
93 libSMESHimpl_la_LDFLAGS = \
94 ../SMESHDS/libSMESHDS.la \
95 ../Controls/libSMESHControls.la \
96 ../DriverDAT/libMeshDriverDAT.la \
97 ../DriverSTL/libMeshDriverSTL.la \
98 ../DriverMED/libMeshDriverMED.la \
99 ../DriverUNV/libMeshDriverUNV.la \
101 ../SMESHUtils/libSMESHUtils.la \
102 $(GEOM_LDFLAGS) -lNMTTools \
103 $(CAS_LDPATH) -lTKShHealing -lTKPrim -lTKG2d