Salome HOME
Merge from V5_1_main 14/05/2010
[modules/visu.git] / src / PIPELINE / Makefile.am
1 #  Copyright (C) 2007-2010  CEA/DEN, EDF R&D, OPEN CASCADE
2 #
3 #  This library is free software; you can redistribute it and/or
4 #  modify it under the terms of the GNU Lesser General Public
5 #  License as published by the Free Software Foundation; either
6 #  version 2.1 of the License.
7 #
8 #  This library is distributed in the hope that it will be useful,
9 #  but WITHOUT ANY WARRANTY; without even the implied warranty of
10 #  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
11 #  Lesser General Public License for more details.
12 #
13 #  You should have received a copy of the GNU Lesser General Public
14 #  License along with this library; if not, write to the Free Software
15 #  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
16 #
17 #  See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
18 #
19
20 #  VISU OBJECT : interactive object for VISU entities implementation
21 #  File   : Makefile.in
22 #  Module : VISU
23 #
24 include $(top_srcdir)/adm_local/unix/make_common_starter.am
25
26 lib_LTLIBRARIES= libVisuPipeLine.la
27
28 salomeinclude_HEADERS= \
29         VISU_MapperHolder.hxx \
30         VISU_DataSetMapperHolder.hxx \
31         VISU_PolyDataMapperHolder.hxx \
32         VISU_PointSpriteMapperHolder.hxx \
33         VISU_PipeLineUtils.hxx \
34         VISU_PipeLine.hxx \
35         VISU_ColoredPL.hxx \
36         VISU_MergedPL.hxx \
37         VISU_UnstructuredGridPL.hxx \
38         VISU_MeshPL.hxx \
39         VISU_ScalarMapPL.hxx \
40         VISU_CutPlanesPL.hxx \
41         VISU_CutLinesBasePL.hxx \
42         VISU_CutLinesPL.hxx \
43         VISU_CutSegmentPL.hxx \
44         VISU_IsoSurfacesPL.hxx \
45         VISU_DeformedShapePL.hxx \
46         VISU_VectorsPL.hxx \
47         VISU_Streamer.hxx \
48         VISU_StreamLine.hxx \
49         VISU_StreamLinesPL.hxx \
50         VISU_LookupTable.hxx \
51         VISU_ScalarBarActor.hxx \
52         VISU_Extractor.hxx \
53         VISU_FieldTransform.hxx \
54         VISU_MaskPointsFilter.hxx \
55         VISU_PolyDataPL.hxx \
56         VISU_GaussPointsPL.hxx \
57         VISU_Plot3DPL.hxx \
58         VISU_DeformedGridPL.hxx \
59         VISU_OpenGLPointSpriteMapper.hxx \
60         VISU_ImplicitFunctionWidget.hxx \
61         SALOME_ExtractGeometry.h \
62         SALOME_ExtractPolyDataGeometry.h \
63         VISU_ScalarBarCtrl.hxx \
64         VISU_PlanesWidget.hxx \
65         VISU_SphereWidget.hxx \
66         VISU_WidgetCtrl.hxx \
67         VISU_DeformedShapeAndScalarMapPL.hxx \
68         VISUPipeline.hxx \
69         VISU_LabelPointsFilter.hxx \
70         VISU_ElnoDisassembleFilter.hxx \
71         VISU_ElnoAssembleFilter.hxx \
72         VISU_DeformationPL.hxx \
73         VISU_OptionalDeformationPL.hxx \
74         VISU_XYPlotActor.hxx
75
76 dist_libVisuPipeLine_la_SOURCES= \
77         VISU_MapperHolder.cxx \
78         VISU_DataSetMapperHolder.cxx \
79         VISU_PolyDataMapperHolder.cxx \
80         VISU_PointSpriteMapperHolder.cxx \
81         VISU_PipeLineUtils.cxx \
82         VISU_PipeLine.cxx \
83         VISU_ColoredPL.cxx \
84         VISU_MergedPL.cxx \
85         VISU_UnstructuredGridPL.cxx \
86         VISU_MeshPL.cxx \
87         VISU_ScalarMapPL.cxx \
88         VISU_CutPlanesPL.cxx \
89         VISU_CutLinesBasePL.cxx \
90         VISU_CutLinesPL.cxx \
91         VISU_CutSegmentPL.cxx \
92         VISU_IsoSurfacesPL.cxx \
93         VISU_DeformedShapePL.cxx \
94         VISU_VectorsPL.cxx \
95         VISU_Streamer.cxx \
96         VISU_StreamLine.cxx \
97         VISU_StreamLinesPL.cxx \
98         VISU_LookupTable.cxx \
99         VISU_ScalarBarActor.cxx \
100         VISU_Extractor.cxx \
101         VISU_FieldTransform.cxx \
102         VISU_MaskPointsFilter.cxx \
103         VISU_PolyDataPL.cxx \
104         VISU_GaussPointsPL.cxx \
105         VISU_Plot3DPL.cxx \
106         VISU_DeformedGridPL.cxx \
107         SALOME_ExtractGeometry.cxx \
108         SALOME_ExtractPolyDataGeometry.cxx \
109         VISU_OpenGLPointSpriteMapper.cxx \
110         VISU_ImplicitFunctionWidget.cxx \
111         VISU_PlanesWidget.cxx \
112         VISU_SphereWidget.cxx \
113         VISU_WidgetCtrl.cxx \
114         VISU_ScalarBarCtrl.cxx \
115         VISU_DeformedShapeAndScalarMapPL.cxx \
116         VISU_LabelPointsFilter.cxx \
117         VISU_ElnoDisassembleFilter.cxx \
118         VISU_ElnoAssembleFilter.cxx \
119         VISU_DeformationPL.cxx \
120         VISU_OptionalDeformationPL.cxx\
121         VISU_XYPlotActor.cxx
122
123 libVisuPipeLine_la_CPPFLAGS= \
124         $(VTK_INCLUDES) \
125         $(QT_INCLUDES) \
126         $(KERNEL_CXXFLAGS) \
127         $(GUI_CXXFLAGS) \
128         $(MED_CXXFLAGS) \
129         $(HDF5_INCLUDES) $(BOOST_CPPFLAGS) \
130         -I$(srcdir)/../CONVERTOR
131
132 libVisuPipeLine_la_LDFLAGS= \
133         $(VTK_LIBS) -lVTKViewer \
134         $(KERNEL_LDFLAGS) -lSALOMELocalTrace \
135         $(GUI_LDFLAGS) -lqtx -lsuit \
136         $(MED_LDFLAGS) \
137         ../CONVERTOR/libVisuConvertor.la \
138         $(MED2_LIBS) \
139         $(QT_LIBS) \
140         $(OGL_LIBS)
141
142
143 # Executables targets
144 bin_PROGRAMS= VISUPipeLine VISU_img2vti
145 dist_VISUPipeLine_SOURCES= VISUPipeLine.cxx
146 dist_VISU_img2vti_SOURCES= VISU_img2vti.cxx
147
148 AM_CPPFLAGS+=$(libVisuPipeLine_la_CPPFLAGS)
149 LDADD=$(libVisuPipeLine_la_LDFLAGS) libVisuPipeLine.la \
150         -lOpUtil -lMEDWrapper -lMEDWrapper_V2_2 -lMEDWrapper_V2_1 -lMEDWrapperBase -lmed_V2_1 -lsuit -lqtx -lSALOMEBasics -lvtkWidgets