Salome HOME
Mantis issue 0021668: [CEA 564] MED2.1 to MED2.3
[modules/visu.git] / src / PIPELINE / Makefile.am
1 # Copyright (C) 2007-2012  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 #  VISU OBJECT : interactive object for VISU entities implementation
20 #  File   : Makefile.in
21 #  Module : VISU
22
23 include $(top_srcdir)/adm_local/unix/make_common_starter.am
24
25 lib_LTLIBRARIES= libVisuPipeLine.la
26
27 salomeinclude_HEADERS= \
28         VISU_MapperHolder.hxx \
29         VISU_DataSetMapperHolder.hxx \
30         VISU_PolyDataMapperHolder.hxx \
31         VISU_PointSpriteMapperHolder.hxx \
32         VISU_PipeLineUtils.hxx \
33         VISU_PipeLine.hxx \
34         VISU_ColoredPL.hxx \
35         VISU_MergedPL.hxx \
36         VISU_UnstructuredGridPL.hxx \
37         VISU_MeshPL.hxx \
38         VISU_ScalarMapPL.hxx \
39         VISU_CutPlanesPL.hxx \
40         VISU_CutLinesBasePL.hxx \
41         VISU_CutLinesPL.hxx \
42         VISU_CutSegmentPL.hxx \
43         VISU_IsoSurfacesPL.hxx \
44         VISU_DeformedShapePL.hxx \
45         VISU_VectorsPL.hxx \
46         VISU_StreamLinesPL.hxx \
47         VISU_LookupTable.hxx \
48         VISU_ScalarBarActor.hxx \
49         VISU_Extractor.hxx \
50         VISU_FieldTransform.hxx \
51         VISU_MaskPointsFilter.hxx \
52         VISU_PolyDataPL.hxx \
53         VISU_GaussPointsPL.hxx \
54         VISU_Plot3DPL.hxx \
55         VISU_DeformedGridPL.hxx \
56         VISU_OpenGLPointSpriteMapper.hxx \
57         VISU_ImplicitFunctionWidget.hxx \
58         SALOME_ExtractGeometry.h \
59         SALOME_ExtractPolyDataGeometry.h \
60         VISU_ScalarBarCtrl.hxx \
61         VISU_PlanesWidget.hxx \
62         VISU_SphereWidget.hxx \
63         VISU_WidgetCtrl.hxx \
64         VISU_DeformedShapeAndScalarMapPL.hxx \
65         VISUPipeline.hxx \
66         VISU_LabelPointsFilter.hxx \
67         VISU_ElnoDisassembleFilter.hxx \
68         VISU_ElnoAssembleFilter.hxx \
69         VISU_DeformationPL.hxx \
70         VISU_OptionalDeformationPL.hxx \
71         VISU_XYPlotActor.hxx \
72         VISU_CellDataToPointData.hxx
73
74 dist_libVisuPipeLine_la_SOURCES= \
75         VISU_MapperHolder.cxx \
76         VISU_DataSetMapperHolder.cxx \
77         VISU_PolyDataMapperHolder.cxx \
78         VISU_PointSpriteMapperHolder.cxx \
79         VISU_PipeLineUtils.cxx \
80         VISU_PipeLine.cxx \
81         VISU_ColoredPL.cxx \
82         VISU_MergedPL.cxx \
83         VISU_UnstructuredGridPL.cxx \
84         VISU_MeshPL.cxx \
85         VISU_ScalarMapPL.cxx \
86         VISU_CutPlanesPL.cxx \
87         VISU_CutLinesBasePL.cxx \
88         VISU_CutLinesPL.cxx \
89         VISU_CutSegmentPL.cxx \
90         VISU_IsoSurfacesPL.cxx \
91         VISU_DeformedShapePL.cxx \
92         VISU_VectorsPL.cxx \
93         VISU_StreamLinesPL.cxx \
94         VISU_LookupTable.cxx \
95         VISU_ScalarBarActor.cxx \
96         VISU_Extractor.cxx \
97         VISU_FieldTransform.cxx \
98         VISU_MaskPointsFilter.cxx \
99         VISU_PolyDataPL.cxx \
100         VISU_GaussPointsPL.cxx \
101         VISU_Plot3DPL.cxx \
102         VISU_DeformedGridPL.cxx \
103         SALOME_ExtractGeometry.cxx \
104         SALOME_ExtractPolyDataGeometry.cxx \
105         VISU_OpenGLPointSpriteMapper.cxx \
106         VISU_ImplicitFunctionWidget.cxx \
107         VISU_PlanesWidget.cxx \
108         VISU_SphereWidget.cxx \
109         VISU_WidgetCtrl.cxx \
110         VISU_ScalarBarCtrl.cxx \
111         VISU_DeformedShapeAndScalarMapPL.cxx \
112         VISU_LabelPointsFilter.cxx \
113         VISU_ElnoDisassembleFilter.cxx \
114         VISU_ElnoAssembleFilter.cxx \
115         VISU_DeformationPL.cxx \
116         VISU_OptionalDeformationPL.cxx\
117         VISU_XYPlotActor.cxx \
118         VISU_CellDataToPointData.cxx
119
120 libVisuPipeLine_la_CPPFLAGS= \
121         $(VTK_INCLUDES) \
122         $(QT_INCLUDES) \
123         $(KERNEL_CXXFLAGS) \
124         $(GUI_CXXFLAGS) \
125         $(MED_CXXFLAGS) \
126         $(HDF5_INCLUDES) $(BOOST_CPPFLAGS) \
127         -I$(srcdir)/../CONVERTOR
128
129 libVisuPipeLine_la_LDFLAGS= \
130         $(VTK_LIBS) -lVTKViewer \
131         $(KERNEL_LDFLAGS) -lSALOMELocalTrace \
132         $(GUI_LDFLAGS) -lqtx -lsuit -lvtkTools \
133         $(MED_LDFLAGS) \
134         ../CONVERTOR/libVisuConvertor.la \
135         $(MED3_LIBS) \
136         $(QT_LIBS) \
137         $(OGL_LIBS)
138
139
140 # Executables targets
141 bin_PROGRAMS= VISUPipeLine VISU_img2vti
142 dist_VISUPipeLine_SOURCES= VISUPipeLine.cxx
143 dist_VISU_img2vti_SOURCES= VISU_img2vti.cxx
144
145 AM_CPPFLAGS+=$(libVisuPipeLine_la_CPPFLAGS)
146 LDADD=$(libVisuPipeLine_la_LDFLAGS) libVisuPipeLine.la \
147         -lOpUtil -lMEDWrapper -lMEDWrapper_V2_2 -lMEDWrapperBase -lsuit -lqtx -lSALOMEBasics -lvtkWidgets