Salome HOME
51adaa9a0713cb4a6107386c6a37cadbcfa128ed
[modules/visu.git] / src / PIPELINE / 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= libVisuPipeLine.la
30
31 salomeinclude_HEADERS= \
32         VISU_MapperHolder.hxx \
33         VISU_DataSetMapperHolder.hxx \
34         VISU_PolyDataMapperHolder.hxx \
35         VISU_PointSpriteMapperHolder.hxx \
36         VISU_PipeLineUtils.hxx \
37         VISU_PipeLine.hxx \
38         VISU_ColoredPL.hxx \
39         VISU_UnstructuredGridPL.hxx \
40         VISU_MeshPL.hxx \
41         VISU_ScalarMapPL.hxx \
42         VISU_CutPlanesPL.hxx \
43         VISU_CutLinesPL.hxx \
44         VISU_IsoSurfacesPL.hxx \
45         VISU_DeformedShapePL.hxx \
46         VISU_VectorsPL.hxx \
47         VISU_StreamLinesPL.hxx \
48         VISU_LookupTable.hxx \
49         VISU_ScalarBarActor.hxx \
50         VISU_Extractor.hxx \
51         VISU_FieldTransform.hxx \
52         VISU_MaskPointsFilter.hxx \
53         VISU_GaussPointsPL.hxx \
54         VISU_Plot3DPL.hxx \
55         VISU_OpenGLPointSpriteMapper.hxx \
56         VISU_ImplicitFunctionWidget.hxx \
57         SALOME_ExtractGeometry.h \
58         SALOME_ExtractPolyDataGeometry.h \
59         VISU_ScalarBarCtrl.hxx \
60         VISU_PlanesWidget.hxx \
61         VISU_SphereWidget.hxx \
62         VISU_WidgetCtrl.hxx \
63         VISU_ScalarMapOnDeformedShapePL.hxx \
64         VISUPipeline.hxx
65
66 dist_libVisuPipeLine_la_SOURCES= \
67         VISU_MapperHolder.cxx \
68         VISU_DataSetMapperHolder.cxx \
69         VISU_PolyDataMapperHolder.cxx \
70         VISU_PointSpriteMapperHolder.cxx \
71         VISU_PipeLineUtils.cxx \
72         VISU_PipeLine.cxx \
73         VISU_ColoredPL.cxx \
74         VISU_UnstructuredGridPL.cxx \
75         VISU_MeshPL.cxx \
76         VISU_ScalarMapPL.cxx \
77         VISU_CutPlanesPL.cxx \
78         VISU_CutLinesPL.cxx \
79         VISU_IsoSurfacesPL.cxx \
80         VISU_DeformedShapePL.cxx \
81         VISU_VectorsPL.cxx \
82         VISU_StreamLinesPL.cxx \
83         VISU_LookupTable.cxx \
84         VISU_ScalarBarActor.cxx \
85         VISU_Extractor.cxx \
86         VISU_FieldTransform.cxx \
87         VISU_MaskPointsFilter.cxx \
88         VISU_GaussPointsPL.cxx \
89         VISU_Plot3DPL.cxx \
90         SALOME_ExtractGeometry.cxx \
91         SALOME_ExtractPolyDataGeometry.cxx \
92         VISU_OpenGLPointSpriteMapper.cxx \
93         VISU_ImplicitFunctionWidget.cxx \
94         VISU_PlanesWidget.cxx \
95         VISU_SphereWidget.cxx \
96         VISU_WidgetCtrl.cxx \
97         VISU_ScalarBarCtrl.cxx \
98         VISU_ScalarMapOnDeformedShapePL.cxx
99
100 libVisuPipeLine_la_CPPFLAGS= \
101         $(VTK_INCLUDES) \
102         $(KERNEL_CXXFLAGS) \
103         $(GUI_CXXFLAGS) \
104         $(MED_CXXFLAGS) \
105         $(HDF5_INCLUDES) $(BOOST_CPPFLAGS) \
106         -I$(srcdir)/../CONVERTOR
107
108 libVisuPipeLine_la_LDFLAGS= \
109         $(MED2_LIBS) \
110         $(VTK_LIBS) -lVTKViewer \
111         $(KERNEL_LDFLAGS) -lSALOMELocalTrace \
112         $(GUI_LDFLAGS) \
113         $(MED_LDFLAGS) \
114         ../CONVERTOR/libVisuConvertor.la
115
116
117 # Executables targets
118 bin_PROGRAMS= VISUPipeLine VISU_img2vti
119 dist_VISUPipeLine_SOURCES= VISUPipeLine.cxx
120 dist_VISU_img2vti_SOURCES= VISU_img2vti.cxx
121
122 AM_CPPFLAGS=$(libVisuPipeLine_la_CPPFLAGS)
123 LDADD=$(libVisuPipeLine_la_LDFLAGS) libVisuPipeLine.la \
124         -lOpUtil -lMEDWrapper -lMEDWrapper_V2_2 -lMEDWrapper_V2_1 -lMEDWrapperBase -lmed_V2_1 -lsuit -lqtx -lSALOMEBasics -lvtkWidgets