Salome HOME
5da7d38afcd8fd24d84caa1353cf84740850dc66
[modules/smesh.git] / src / OBJECT / Makefile.am
1 #  SMESH OBJECT : interactive object for SMESH visualization
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 #  Modified by : Alexander BORODIN (OCN) - autotools usage
26 #  Module : SMESH
27
28 include $(top_srcdir)/adm_local/unix/make_common_starter.am
29
30 # header files 
31 salomeinclude_HEADERS = \
32         SMESH_Actor.h \
33         SMESH_Object.h \
34         SMESH_ObjectDef.h \
35         SMESH_ActorUtils.h \
36         SMESH_FaceOrientationFilter.h
37
38
39 # Libraries targets
40
41 lib_LTLIBRARIES = libSMESHObject.la
42 dist_libSMESHObject_la_SOURCES = \
43         SMESH_Object.cxx \
44         SMESH_DeviceActor.cxx \
45         SMESH_Actor.cxx \
46         SMESH_ExtractGeometry.cxx \
47         SMESH_ActorUtils.cxx \
48         SMESH_FaceOrientationFilter.cxx
49
50 libSMESHObject_la_CPPFLAGS = \
51         $(KERNEL_CXXFLAGS) \
52         $(GUI_CXXFLAGS) \
53         $(MED_CXXFLAGS) \
54         $(GEOM_CXXFLAGS) \
55         $(CAS_CPPFLAGS) \
56         $(VTK_INCLUDES) \
57         $(CORBA_INCLUDES) \
58         $(BOOST_CPPFLAGS) \
59         $(QT_INCLUDES) \
60         -I$(srcdir)/../Controls \
61         -I$(srcdir)/../SMDS \
62         -I$(srcdir)/../SMESHDS \
63         -I$(srcdir)/../Driver \
64         -I$(srcdir)/../DriverMED \
65         -I$(srcdir)/../SMESH \
66         -I$(srcdir)/../SMESHClient \
67         -I$(top_builddir)/idl \
68         -I$(top_builddir)/salome_adm/unix
69
70 libSMESHObject_la_LDFLAGS  = \
71         ../SMESHClient/libSMESHClient.la \
72         ../SMDS/libSMDS.la \
73         ../Controls/libSMESHControls.la \
74         $(GUI_LDFLAGS) -lSalomeApp lSalomeObject \
75         $(CAS_KERNEL) \
76         $(VTK_LIBS)