Salome HOME
CORBA includes
[modules/smesh.git] / src / SMESH / Makefile.am
1 #  SMESH SMESH : implementaion of SMESH idl descriptions
2 #
3 #  Copyright (C) 2003  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
4 #  CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS 
5
6 #  This library is free software; you can redistribute it and/or 
7 #  modify it under the terms of the GNU Lesser General Public 
8 #  License as published by the Free Software Foundation; either 
9 #  version 2.1 of the License. 
10
11 #  This library is distributed in the hope that it will be useful, 
12 #  but WITHOUT ANY WARRANTY; without even the implied warranty of 
13 #  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
14 #  Lesser General Public License for more details. 
15
16 #  You should have received a copy of the GNU Lesser General Public 
17 #  License along with this library; if not, write to the Free Software 
18 #  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA 
19
20 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
21 #
22 #
23 #
24 #  File   : Makefile.in
25 #  Author : Paul RASCLE, EDF
26 #  Modified by : Alexander BORODIN (OCN) - autotools usage
27 #  Module : SMESH
28 #  $Header$
29
30 include $(top_srcdir)/adm_local/unix/make_common_starter.am
31
32 # header files 
33 salomeinclude_HEADERS = \
34         SMESH_Gen.hxx \
35         SMESH_Mesh.hxx \
36         SMESH_subMesh.hxx \
37         SMESH_subMeshEventListener.hxx \
38         SMESH_Hypothesis.hxx \
39         SMESH_HypoFilter.hxx \
40         SMESH_Algo.hxx \
41         SMESH_0D_Algo.hxx \
42         SMESH_1D_Algo.hxx \
43         SMESH_2D_Algo.hxx \
44         SMESH_3D_Algo.hxx \
45         SMESH_Group.hxx \
46         SMESH_MeshEditor.hxx \
47         SMESH_Block.hxx \
48         SMESH_Pattern.hxx \
49         SMESH_IndexedDataMapOfShapeIndexedMapOfShape.hxx \
50         SMESH_DataMapOfElemPtrSequenceOfElemPtr.hxx \
51         SMESH_SequenceOfElemPtr.hxx \
52         SMESH_SequenceOfNode.hxx \
53         SMESH_MesherHelper.hxx \
54         SMESH_Octree.hxx \
55         SMESH_OctreeNode.hxx \
56         SMESH_Comment.hxx \
57         SMESH_ComputeError.hxx \
58         SMESH_SMESH.hxx
59
60 # Libraries targets
61
62 lib_LTLIBRARIES = libSMESHimpl.la
63
64 dist_libSMESHimpl_la_SOURCES = \
65         SMESH_Gen.cxx \
66         SMESH_Mesh.cxx \
67         SMESH_subMesh.cxx \
68         SMESH_Hypothesis.cxx \
69         SMESH_Algo.cxx \
70         SMESH_0D_Algo.cxx \
71         SMESH_1D_Algo.cxx \
72         SMESH_2D_Algo.cxx \
73         SMESH_3D_Algo.cxx \
74         SMESH_Group.cxx \
75         SMESH_MeshEditor.cxx \
76         SMESH_Block.cxx \
77         SMESH_Pattern.cxx \
78         SMESH_HypoFilter.cxx \
79         SMESH_MesherHelper.cxx \
80         SMESH_Octree.cxx \
81         SMESH_OctreeNode.cxx
82
83 # additionnal information to compile and link file
84 libSMESHimpl_la_CPPFLAGS = \
85         $(KERNEL_CXXFLAGS) \
86         $(MED_CXXFLAGS) \
87         $(GEOM_CXX_FLAGS) \
88         $(BOOST_CPPFLAGS) \
89         $(CAS_CPPFLAGS) \
90         $(CORBA_CXXFLAGS) \
91         $(CORBA_INCLUDES) \
92         @HDF5_INCLUDES@ \
93         -I$(srcdir)/../Controls \
94         -I$(srcdir)/../Driver \
95         -I$(srcdir)/../DriverDAT \
96         -I$(srcdir)/../DriverMED \
97         -I$(srcdir)/../DriverUNV \
98         -I$(srcdir)/../DriverSTL \
99         -I$(srcdir)/../SMDS \
100         -I$(srcdir)/../SMESHDS \
101         -I$(top_builddir)/salome_adm/unix
102
103
104 libSMESHimpl_la_LDFLAGS = \
105         ../SMESHDS/libSMESHDS.la \
106         ../Controls/libSMESHControls.la \
107         ../DriverDAT/libMeshDriverDAT.la \
108         ../DriverSTL/libMeshDriverSTL.la \
109         ../DriverMED/libMeshDriverMED.la \
110         ../DriverUNV/libMeshDriverUNV.la \
111         $(GEOM_LDFLAGS) -lNMTTools \
112         $(CAS_LDPATH) -lTKShHealing