Salome HOME
Update copyright
[modules/smesh.git] / src / SMESHDS / 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 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         SMESH_SMESHDS.hxx \
41         SMESHDS_DataMapOfShape.hxx
42
43 # Libraries targets
44 lib_LTLIBRARIES = libSMESHDS.la
45
46 dist_libSMESHDS_la_SOURCES = \
47         SMESHDS_Document.cxx \
48         SMESHDS_Hypothesis.cxx \
49         SMESHDS_Script.cxx \
50         SMESHDS_Command.cxx \
51         SMESHDS_SubMesh.cxx \
52         SMESHDS_Mesh.cxx \
53         SMESHDS_GroupBase.cxx \
54         SMESHDS_Group.cxx \
55         SMESHDS_GroupOnGeom.cxx
56
57 # additionnal information to compil and link file
58 libSMESHDS_la_CPPFLAGS = \
59         $(KERNEL_CXXFLAGS) \
60         $(CAS_CPPFLAGS) \
61         $(VTK_INCLUDES) \
62         $(BOOST_CPPFLAGS) \
63         -I$(srcdir)/../SMDS
64
65 libSMESHDS_la_LDFLAGS  = \
66         ../SMDS/libSMDS.la \
67         $(KERNEL_LDFLAGS) -lSALOMELocalTrace \
68         $(CAS_KERNEL) -lTKBRep