Salome HOME
Restore support of med-2.1 in MEDWrapper
[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         VISU_CellDataToPointData.hxx
76
77 dist_libVisuPipeLine_la_SOURCES= \
78         VISU_MapperHolder.cxx \
79         VISU_DataSetMapperHolder.cxx \
80         VISU_PolyDataMapperHolder.cxx \
81         VISU_PointSpriteMapperHolder.cxx \
82         VISU_PipeLineUtils.cxx \
83         VISU_PipeLine.cxx \
84         VISU_ColoredPL.cxx \
85         VISU_MergedPL.cxx \
86         VISU_UnstructuredGridPL.cxx \
87         VISU_MeshPL.cxx \
88         VISU_ScalarMapPL.cxx \
89         VISU_CutPlanesPL.cxx \
90         VISU_CutLinesBasePL.cxx \
91         VISU_CutLinesPL.cxx \
92         VISU_CutSegmentPL.cxx \
93         VISU_IsoSurfacesPL.cxx \
94         VISU_DeformedShapePL.cxx \
95         VISU_VectorsPL.cxx \
96         VISU_Streamer.cxx \
97         VISU_StreamLine.cxx \
98         VISU_StreamLinesPL.cxx \
99         VISU_LookupTable.cxx \
100         VISU_ScalarBarActor.cxx \
101         VISU_Extractor.cxx \
102         VISU_FieldTransform.cxx \
103         VISU_MaskPointsFilter.cxx \
104         VISU_PolyDataPL.cxx \
105         VISU_GaussPointsPL.cxx \
106         VISU_Plot3DPL.cxx \
107         VISU_DeformedGridPL.cxx \
108         SALOME_ExtractGeometry.cxx \
109         SALOME_ExtractPolyDataGeometry.cxx \
110         VISU_OpenGLPointSpriteMapper.cxx \
111         VISU_ImplicitFunctionWidget.cxx \
112         VISU_PlanesWidget.cxx \
113         VISU_SphereWidget.cxx \
114         VISU_WidgetCtrl.cxx \
115         VISU_ScalarBarCtrl.cxx \
116         VISU_DeformedShapeAndScalarMapPL.cxx \
117         VISU_LabelPointsFilter.cxx \
118         VISU_ElnoDisassembleFilter.cxx \
119         VISU_ElnoAssembleFilter.cxx \
120         VISU_DeformationPL.cxx \
121         VISU_OptionalDeformationPL.cxx\
122         VISU_XYPlotActor.cxx \
123         VISU_CellDataToPointData.cxx
124
125 libVisuPipeLine_la_CPPFLAGS= \
126         $(VTK_INCLUDES) \
127         $(QT_INCLUDES) \
128         $(KERNEL_CXXFLAGS) \
129         $(GUI_CXXFLAGS) \
130         $(MED_CXXFLAGS) \
131         $(HDF5_INCLUDES) $(BOOST_CPPFLAGS) \
132         -I$(srcdir)/../CONVERTOR
133
134 libVisuPipeLine_la_LDFLAGS= \
135         $(VTK_LIBS) -lVTKViewer \
136         $(KERNEL_LDFLAGS) -lSALOMELocalTrace \
137         $(GUI_LDFLAGS) -lqtx -lsuit \
138         $(MED_LDFLAGS) \
139         ../CONVERTOR/libVisuConvertor.la \
140         $(MED2_LIBS) \
141         $(QT_LIBS) \
142         $(OGL_LIBS)
143
144
145 # Executables targets
146 bin_PROGRAMS= VISUPipeLine VISU_img2vti
147 dist_VISUPipeLine_SOURCES= VISUPipeLine.cxx
148 dist_VISU_img2vti_SOURCES= VISU_img2vti.cxx
149
150 AM_CPPFLAGS+=$(libVisuPipeLine_la_CPPFLAGS)
151 LDADD=$(libVisuPipeLine_la_LDFLAGS) libVisuPipeLine.la \
152         -lOpUtil -lMEDWrapper -lMEDWrapper_V2_2  -lMEDWrapper_V2_1 -lMEDWrapperBase -lsuit -lqtx -lSALOMEBasics -lvtkWidgets