Salome HOME
7ae989b819c88375fb4e187bf5f15b437b829a35
[modules/visu.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 #  VISU OBJECT : interactive object for VISU entities implementation
23 #  File   : Makefile.in
24 #  Module : VISU
25 #
26 include $(top_srcdir)/adm_local/unix/make_common_starter.am
27
28 lib_LTLIBRARIES= libVisuObject.la
29
30 salomeinclude_HEADERS = \
31         VISU_BoostSignals.h \
32         VISU_ActorFactory.h \
33         VISU_PickingSettings.h \
34         VISU_GaussPtsSettings.h \
35         VISU_GaussPtsActorFactory.h \
36         VISU_GaussPtsDeviceActor.h \
37         VISU_Event.h \
38         VISU_Actor.h \
39         VISU_DataSetActor.h \
40         VISU_MeshAct.h \
41         VISU_ScalarMapAct.h \
42         VISU_GaussPtsAct.h \
43         VISU_VectorsAct.h \
44         VISU_PointMap3dActor.h \
45         VISU_ActorBase.h \
46         VISU_IsoSurfActor.h \
47         VISU_SelectVisiblePoints.h \
48         VISU_OBJECT.h
49
50 dist_libVisuObject_la_SOURCES = \
51         VISU_Actor.cxx \
52         VISU_DataSetActor.cxx \
53         VISU_MeshAct.cxx \
54         VISU_ScalarMapAct.cxx \
55         VISU_PickingSettings.cxx \
56         VISU_GaussPtsDeviceActor.cxx \
57         VISU_GaussPtsSettings.cxx \
58         VISU_GaussPtsAct.cxx \
59         VISU_VectorsAct.cxx \
60         VISU_PointMap3dActor.cxx \
61         VISU_ActorBase.cxx \
62         VISU_IsoSurfActor.cxx \
63         VISU_SelectVisiblePoints.cxx
64
65 libVisuObject_la_CPPFLAGS= \
66         $(QT_INCLUDES) \
67         @CAS_CPPFLAGS@ @CAS_CXXFLAGS@ \
68         $(VTK_INCLUDES) \
69         $(BOOST_CPPFLAGS) \
70         $(MED_CXXFLAGS) \
71         $(GUI_CXXFLAGS) \
72         $(KERNEL_CXXFLAGS) \
73         -I$(srcdir)/../PIPELINE \
74         -I$(srcdir)/../CONVERTOR
75
76 libVisuObject_la_LDFLAGS= \
77         $(GUI_LDFLAGS) \
78         $(KERNEL_LDFLAGS) \
79         $(BOOST_LIB_SIGNALS) \
80         $(VTK_LIBS)
81
82 libVisuObject_la_LIBADD=  \
83         -lSalomeObject -lqtx -lsuit \
84         ../PIPELINE/libVisuPipeLine.la \
85         -lSVTK