Salome HOME
-#if OCC_VERSION_LARGE > 0x06010000
[modules/smesh.git] / src / SMESHDS / Makefile.am
1 # Copyright (C) 2007-2013  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 SMESHDS : management of mesh data and SMESH document
21 #  File   : Makefile.in
22 #  Author : Patrick GOLDBRONN (CEA)
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         SMESHDS_Document.hxx \
31         SMESHDS_Hypothesis.hxx \
32         SMESHDS_Mesh.hxx \
33         SMESHDS_Script.hxx \
34         SMESHDS_Command.hxx \
35         SMESHDS_CommandType.hxx \
36         SMESHDS_SubMesh.hxx \
37         SMESHDS_GroupBase.hxx \
38         SMESHDS_Group.hxx \
39         SMESHDS_GroupOnGeom.hxx \
40         SMESHDS_GroupOnFilter.hxx \
41         SMESH_SMESHDS.hxx \
42         SMESHDS_DataMapOfShape.hxx \
43         SMESH_Controls.hxx
44
45 # Libraries targets
46 lib_LTLIBRARIES = libSMESHDS.la
47
48 dist_libSMESHDS_la_SOURCES = \
49         SMESHDS_Document.cxx \
50         SMESHDS_Hypothesis.cxx \
51         SMESHDS_Script.cxx \
52         SMESHDS_Command.cxx \
53         SMESHDS_SubMesh.cxx \
54         SMESHDS_Mesh.cxx \
55         SMESHDS_GroupBase.cxx \
56         SMESHDS_Group.cxx \
57         SMESHDS_GroupOnGeom.cxx \
58         SMESHDS_GroupOnFilter.cxx
59
60 # additionnal information to compil and link file
61 libSMESHDS_la_CPPFLAGS = \
62         $(KERNEL_CXXFLAGS) \
63         $(CAS_CPPFLAGS) \
64         $(VTK_INCLUDES) \
65         $(BOOST_CPPFLAGS) \
66         -I$(srcdir)/../SMDS
67
68 libSMESHDS_la_LDFLAGS  = \
69         ../SMDS/libSMDS.la \
70         $(KERNEL_LDFLAGS) -lSALOMELocalTrace \
71         $(CAS_KERNEL) -lTKBRep