Salome HOME
0020082: EDF 869 GEOM : Edges Orientation indicator/reverse
[modules/smesh.git] / src / OBJECT / Makefile.am
1 #  Copyright (C) 2007-2008  CEA/DEN, EDF R&D, OPEN CASCADE
2 #
3 #  Copyright (C) 2003-2007  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 #  SMESH OBJECT : interactive object for SMESH visualization
23 #  File   : Makefile.in
24 #  Modified by : Alexander BORODIN (OCN) - autotools usage
25 #  Module : SMESH
26 #
27 include $(top_srcdir)/adm_local/unix/make_common_starter.am
28
29 # header files 
30 salomeinclude_HEADERS = \
31         SMESH_Actor.h \
32         SMESH_Object.h \
33         SMESH_ObjectDef.h \
34         SMESH_ActorUtils.h \
35         SMESH_ActorDef.h \
36         SMESH_DeviceActor.h \
37         SMESH_PreviewActorsCollection.h \
38         SMESH_ExtractGeometry.h \
39         SMESH_ActorUtils.h \
40         SMESH_FaceOrientationFilter.h
41
42 # Libraries targets
43
44 lib_LTLIBRARIES = libSMESHObject.la
45 dist_libSMESHObject_la_SOURCES = \
46         SMESH_Object.cxx \
47         SMESH_DeviceActor.cxx \
48         SMESH_Actor.cxx \
49         SMESH_PreviewActorsCollection.cxx \
50         SMESH_ExtractGeometry.cxx \
51         SMESH_ActorUtils.cxx \
52         SMESH_FaceOrientationFilter.cxx
53
54 libSMESHObject_la_CPPFLAGS = \
55         $(QT_INCLUDES) \
56         $(KERNEL_CXXFLAGS) \
57         $(GUI_CXXFLAGS) \
58         $(MED_CXXFLAGS) \
59         $(GEOM_CXXFLAGS) \
60         $(CAS_CPPFLAGS) \
61         $(VTK_INCLUDES) \
62         $(CORBA_INCLUDES) \
63         $(CORBA_CXXFLAGS) \
64         $(BOOST_CPPFLAGS) \
65         $(QT_INCLUDES) \
66         -I$(srcdir)/../Controls \
67         -I$(srcdir)/../SMDS \
68         -I$(srcdir)/../SMESHDS \
69         -I$(srcdir)/../Driver \
70         -I$(srcdir)/../DriverMED \
71         -I$(srcdir)/../SMESH \
72         -I$(srcdir)/../SMESHClient \
73         -I$(top_builddir)/idl \
74         -I$(top_builddir)/salome_adm/unix
75
76 libSMESHObject_la_LDFLAGS  = \
77         ../SMESHClient/libSMESHClient.la \
78         ../SMDS/libSMDS.la \
79         ../Controls/libSMESHControls.la \
80         $(GUI_LDFLAGS) -lSalomeApp -lSalomeObject -lSVTK -lVTKViewer -lqtx -lsuit \
81         $(CAS_KERNEL) \
82         $(VTK_LIBS) $(QT_MT_LIBS)