]> SALOME platform Git repositories - modules/visu.git/blob - src/OBJECT/Makefile.am
Salome HOME
Join modifications from BR_Dev_For_4_0 tag V4_1_1.
[modules/visu.git] / src / OBJECT / Makefile.am
1 #  VISU OBJECT : interactive object for VISU entities implementation
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 #  Module : VISU
26
27 include $(top_srcdir)/adm_local/unix/make_common_starter.am
28
29 lib_LTLIBRARIES= libVisuObject.la
30
31 salomeinclude_HEADERS = \
32         VISU_BoostSignals.h \
33         VISU_ActorFactory.h \
34         VISU_GaussPtsSettings.h \
35         VISU_GaussPtsActorFactory.h \
36         VISU_Event.h \
37         VISU_Actor.h \
38         VISU_DataSetActor.h \
39         VISU_MeshAct.h \
40         VISU_ScalarMapAct.h \
41         VISU_GaussPtsAct.h \
42         VISU_VectorsAct.h
43
44 dist_libVisuObject_la_SOURCES = \
45         VISU_Actor.cxx \
46         VISU_DataSetActor.cxx \
47         VISU_MeshAct.cxx \
48         VISU_ScalarMapAct.cxx \
49         VISU_GaussPtsDeviceActor.cxx \
50         VISU_GaussPtsSettings.cxx \
51         VISU_GaussPtsAct.cxx \
52         VISU_VectorsAct.cxx
53
54 libVisuObject_la_CPPFLAGS= \
55         $(QT_INCLUDES) \
56         @CAS_CPPFLAGS@ @CAS_CXXFLAGS@ \
57         $(VTK_INCLUDES) \
58         $(BOOST_CPPFLAGS) \
59         $(MED_CXXFLAGS) \
60         $(GUI_CXXFLAGS) \
61         $(KERNEL_CXXFLAGS) \
62         -I$(srcdir)/../PIPELINE \
63         -I$(srcdir)/../CONVERTOR
64
65 libVisuObject_la_LDFLAGS= \
66         $(VTK_LIBS)  \
67         $(BOOST_LIBS) \
68         $(GUI_LDFLAGS) \
69         $(KERNEL_LDFLAGS)
70
71 libVisuObject_la_LIBADD=  \
72         -lboost_signals@BOOST_LIBSUFFIX@ \
73         -lSalomeObject \
74         ../PIPELINE/libVisuPipeLine.la \
75         -lSVTK