Salome HOME
Merge from V6_3_BR 06/06/2011
[modules/smesh.git] / src / SMESH / Makefile.am
1 # Copyright (C) 2007-2011  CEA/DEN, EDF R&D, OPEN CASCADE
2 #
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.
7 #
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.
12 #
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
16 #
17 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
18 #
19
20 #  SMESH SMESH : implementaion of SMESH idl descriptions
21 #  File   : Makefile.in
22 #  Author : Paul RASCLE, EDF
23 #  Modified by : Alexander BORODIN (OCN) - autotools usage
24 #  Module : SMESH
25 #
26 include $(top_srcdir)/adm_local/unix/make_common_starter.am
27
28 # header files 
29 salomeinclude_HEADERS = \
30         SMESH_Gen.hxx \
31         SMESH_Mesh.hxx \
32         SMESH_subMesh.hxx \
33         SMESH_subMeshEventListener.hxx \
34         SMESH_Hypothesis.hxx \
35         SMESH_HypoFilter.hxx \
36         SMESH_Algo.hxx \
37         SMESH_0D_Algo.hxx \
38         SMESH_1D_Algo.hxx \
39         SMESH_2D_Algo.hxx \
40         SMESH_3D_Algo.hxx \
41         SMESH_Group.hxx \
42         SMESH_MeshEditor.hxx \
43         SMESH_Block.hxx \
44         SMESH_Pattern.hxx \
45         SMESH_TypeDefs.hxx \
46         SMESH_MesherHelper.hxx \
47         SMESH_Octree.hxx \
48         SMESH_OctreeNode.hxx \
49         SMESH_Comment.hxx \
50         SMESH_ComputeError.hxx \
51         SMESH_File.hxx \
52         SMESH_SMESH.hxx \
53         SMESH_ProxyMesh.hxx
54
55 # Libraries targets
56
57 lib_LTLIBRARIES = libSMESHimpl.la
58
59 dist_libSMESHimpl_la_SOURCES = \
60         memoire.h \
61         SMESH_Gen.cxx \
62         SMESH_Mesh.cxx \
63         SMESH_subMesh.cxx \
64         SMESH_Hypothesis.cxx \
65         SMESH_Algo.cxx \
66         SMESH_0D_Algo.cxx \
67         SMESH_1D_Algo.cxx \
68         SMESH_2D_Algo.cxx \
69         SMESH_3D_Algo.cxx \
70         SMESH_Group.cxx \
71         SMESH_MeshEditor.cxx \
72         SMESH_Block.cxx \
73         SMESH_Pattern.cxx \
74         SMESH_HypoFilter.cxx \
75         SMESH_MesherHelper.cxx \
76         SMESH_Octree.cxx \
77         SMESH_OctreeNode.cxx \
78         SMESH_File.cxx \
79         SMESH_ProxyMesh.cxx
80
81 # additionnal information to compile and link file
82 libSMESHimpl_la_CPPFLAGS = \
83         $(KERNEL_CXXFLAGS) \
84         $(CAS_CPPFLAGS) \
85         $(MED_CXXFLAGS) \
86         $(GEOM_CXX_FLAGS) \
87         $(VTK_INCLUDES) \
88         $(BOOST_CPPFLAGS) \
89         @HDF5_INCLUDES@ \
90         -I$(srcdir)/../Controls \
91         -I$(srcdir)/../Driver \
92         -I$(srcdir)/../DriverDAT \
93         -I$(srcdir)/../DriverMED \
94         -I$(srcdir)/../DriverUNV \
95         -I$(srcdir)/../DriverSTL \
96         -I$(srcdir)/../SMDS \
97         -I$(srcdir)/../SMESHDS
98
99 libSMESHimpl_la_LDFLAGS = \
100         ../SMESHDS/libSMESHDS.la \
101         ../Controls/libSMESHControls.la \
102         ../DriverDAT/libMeshDriverDAT.la \
103         ../DriverSTL/libMeshDriverSTL.la \
104         ../DriverMED/libMeshDriverMED.la \
105         ../DriverUNV/libMeshDriverUNV.la \
106         $(GEOM_LDFLAGS) -lNMTTools \
107         $(CAS_LDPATH) -lTKShHealing -lTKPrim -lTKG2d