Salome HOME
Update copyright information
[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
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_StreamLinesPL.hxx \
48         VISU_LookupTable.hxx \
49         VISU_ScalarBarActor.hxx \
50         VISU_Extractor.hxx \
51         VISU_FieldTransform.hxx \
52         VISU_MaskPointsFilter.hxx \
53         VISU_PolyDataPL.hxx \
54         VISU_GaussPointsPL.hxx \
55         VISU_Plot3DPL.hxx \
56         VISU_DeformedGridPL.hxx \
57         VISU_OpenGLPointSpriteMapper.hxx \
58         VISU_ImplicitFunctionWidget.hxx \
59         SALOME_ExtractGeometry.h \
60         SALOME_ExtractPolyDataGeometry.h \
61         VISU_ScalarBarCtrl.hxx \
62         VISU_PlanesWidget.hxx \
63         VISU_SphereWidget.hxx \
64         VISU_WidgetCtrl.hxx \
65         VISU_DeformedShapeAndScalarMapPL.hxx \
66         VISUPipeline.hxx \
67         VISU_LabelPointsFilter.hxx \
68         VISU_ElnoDisassembleFilter.hxx \
69         VISU_ElnoAssembleFilter.hxx \
70         VISU_DeformationPL.hxx \
71         VISU_OptionalDeformationPL.hxx \
72         VISU_XYPlotActor.hxx \
73         VISU_CellDataToPointData.hxx
74
75 dist_libVisuPipeLine_la_SOURCES= \
76         VISU_MapperHolder.cxx \
77         VISU_DataSetMapperHolder.cxx \
78         VISU_PolyDataMapperHolder.cxx \
79         VISU_PointSpriteMapperHolder.cxx \
80         VISU_PipeLineUtils.cxx \
81         VISU_PipeLine.cxx \
82         VISU_ColoredPL.cxx \
83         VISU_MergedPL.cxx \
84         VISU_UnstructuredGridPL.cxx \
85         VISU_MeshPL.cxx \
86         VISU_ScalarMapPL.cxx \
87         VISU_CutPlanesPL.cxx \
88         VISU_CutLinesBasePL.cxx \
89         VISU_CutLinesPL.cxx \
90         VISU_CutSegmentPL.cxx \
91         VISU_IsoSurfacesPL.cxx \
92         VISU_DeformedShapePL.cxx \
93         VISU_VectorsPL.cxx \
94         VISU_StreamLinesPL.cxx \
95         VISU_LookupTable.cxx \
96         VISU_ScalarBarActor.cxx \
97         VISU_Extractor.cxx \
98         VISU_FieldTransform.cxx \
99         VISU_MaskPointsFilter.cxx \
100         VISU_PolyDataPL.cxx \
101         VISU_GaussPointsPL.cxx \
102         VISU_Plot3DPL.cxx \
103         VISU_DeformedGridPL.cxx \
104         SALOME_ExtractGeometry.cxx \
105         SALOME_ExtractPolyDataGeometry.cxx \
106         VISU_OpenGLPointSpriteMapper.cxx \
107         VISU_ImplicitFunctionWidget.cxx \
108         VISU_PlanesWidget.cxx \
109         VISU_SphereWidget.cxx \
110         VISU_WidgetCtrl.cxx \
111         VISU_ScalarBarCtrl.cxx \
112         VISU_DeformedShapeAndScalarMapPL.cxx \
113         VISU_LabelPointsFilter.cxx \
114         VISU_ElnoDisassembleFilter.cxx \
115         VISU_ElnoAssembleFilter.cxx \
116         VISU_DeformationPL.cxx \
117         VISU_OptionalDeformationPL.cxx\
118         VISU_XYPlotActor.cxx \
119         VISU_CellDataToPointData.cxx
120
121 libVisuPipeLine_la_CPPFLAGS= \
122         $(VTK_INCLUDES) \
123         $(QT_INCLUDES) \
124         $(KERNEL_CXXFLAGS) \
125         $(GUI_CXXFLAGS) \
126         $(MED_CXXFLAGS) \
127         $(HDF5_INCLUDES) $(BOOST_CPPFLAGS) \
128         -I$(srcdir)/../CONVERTOR
129
130 libVisuPipeLine_la_LDFLAGS= \
131         $(VTK_LIBS) -lVTKViewer \
132         $(KERNEL_LDFLAGS) -lSALOMELocalTrace \
133         $(GUI_LDFLAGS) -lqtx -lsuit -lvtkTools \
134         $(MED_LDFLAGS) \
135         ../CONVERTOR/libVisuConvertor.la \
136         $(MED3_LIBS) \
137         $(QT_LIBS) \
138         $(OGL_LIBS)
139
140
141 # Executables targets
142 bin_PROGRAMS= VISUPipeLine VISU_img2vti
143 dist_VISUPipeLine_SOURCES= VISUPipeLine.cxx
144 dist_VISU_img2vti_SOURCES= VISU_img2vti.cxx
145
146 AM_CPPFLAGS+=$(libVisuPipeLine_la_CPPFLAGS)
147 LDADD=$(libVisuPipeLine_la_LDFLAGS) libVisuPipeLine.la \
148         -lOpUtil -lMEDWrapper -lMEDWrapper_V2_2  -lMEDWrapper_V2_1 -lMEDWrapperBase -lsuit -lqtx -lSALOMEBasics -lvtkWidgets