Salome HOME
Mantis issue 0021668: [CEA 564] MED2.1 to MED2.3
[modules/visu.git] / src / PIPELINE / Makefile.am
index 51adaa9a0713cb4a6107386c6a37cadbcfa128ed..ce8589246cab233ccdae4257b7733e5f8074fd89 100644 (file)
@@ -1,26 +1,22 @@
-#  VISU OBJECT : interactive object for VISU entities implementation
-#
-#  Copyright (C) 2003  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
-#  CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
+# Copyright (C) 2007-2012  CEA/DEN, EDF R&D, OPEN CASCADE
 #
-#  This library is free software; you can redistribute it and/or
-#  modify it under the terms of the GNU Lesser General Public
-#  License as published by the Free Software Foundation; either
-#  version 2.1 of the License.
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License.
 #
-#  This library is distributed in the hope that it will be useful,
-#  but WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-#  Lesser General Public License for more details.
+# This library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# Lesser General Public License for more details.
 #
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with this library; if not, write to the Free Software
-#  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
+# You should have received a copy of the GNU Lesser General Public
+# License along with this library; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
 #
 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
-#
-#
-#
+
+#  VISU OBJECT : interactive object for VISU entities implementation
 #  File   : Makefile.in
 #  Module : VISU
 
@@ -36,11 +32,14 @@ salomeinclude_HEADERS= \
        VISU_PipeLineUtils.hxx \
        VISU_PipeLine.hxx \
        VISU_ColoredPL.hxx \
+       VISU_MergedPL.hxx \
        VISU_UnstructuredGridPL.hxx \
        VISU_MeshPL.hxx \
        VISU_ScalarMapPL.hxx \
        VISU_CutPlanesPL.hxx \
+       VISU_CutLinesBasePL.hxx \
        VISU_CutLinesPL.hxx \
+       VISU_CutSegmentPL.hxx \
        VISU_IsoSurfacesPL.hxx \
        VISU_DeformedShapePL.hxx \
        VISU_VectorsPL.hxx \
@@ -50,8 +49,10 @@ salomeinclude_HEADERS= \
        VISU_Extractor.hxx \
        VISU_FieldTransform.hxx \
        VISU_MaskPointsFilter.hxx \
+       VISU_PolyDataPL.hxx \
        VISU_GaussPointsPL.hxx \
        VISU_Plot3DPL.hxx \
+       VISU_DeformedGridPL.hxx \
        VISU_OpenGLPointSpriteMapper.hxx \
        VISU_ImplicitFunctionWidget.hxx \
        SALOME_ExtractGeometry.h \
@@ -60,8 +61,15 @@ salomeinclude_HEADERS= \
        VISU_PlanesWidget.hxx \
        VISU_SphereWidget.hxx \
        VISU_WidgetCtrl.hxx \
-       VISU_ScalarMapOnDeformedShapePL.hxx \
-       VISUPipeline.hxx
+       VISU_DeformedShapeAndScalarMapPL.hxx \
+       VISUPipeline.hxx \
+       VISU_LabelPointsFilter.hxx \
+       VISU_ElnoDisassembleFilter.hxx \
+       VISU_ElnoAssembleFilter.hxx \
+       VISU_DeformationPL.hxx \
+       VISU_OptionalDeformationPL.hxx \
+       VISU_XYPlotActor.hxx \
+       VISU_CellDataToPointData.hxx
 
 dist_libVisuPipeLine_la_SOURCES= \
        VISU_MapperHolder.cxx \
@@ -71,11 +79,14 @@ dist_libVisuPipeLine_la_SOURCES= \
        VISU_PipeLineUtils.cxx \
        VISU_PipeLine.cxx \
        VISU_ColoredPL.cxx \
+       VISU_MergedPL.cxx \
        VISU_UnstructuredGridPL.cxx \
        VISU_MeshPL.cxx \
        VISU_ScalarMapPL.cxx \
        VISU_CutPlanesPL.cxx \
+       VISU_CutLinesBasePL.cxx \
        VISU_CutLinesPL.cxx \
+       VISU_CutSegmentPL.cxx \
        VISU_IsoSurfacesPL.cxx \
        VISU_DeformedShapePL.cxx \
        VISU_VectorsPL.cxx \
@@ -85,8 +96,10 @@ dist_libVisuPipeLine_la_SOURCES= \
        VISU_Extractor.cxx \
        VISU_FieldTransform.cxx \
        VISU_MaskPointsFilter.cxx \
+       VISU_PolyDataPL.cxx \
        VISU_GaussPointsPL.cxx \
        VISU_Plot3DPL.cxx \
+       VISU_DeformedGridPL.cxx \
        SALOME_ExtractGeometry.cxx \
        SALOME_ExtractPolyDataGeometry.cxx \
        VISU_OpenGLPointSpriteMapper.cxx \
@@ -95,10 +108,18 @@ dist_libVisuPipeLine_la_SOURCES= \
        VISU_SphereWidget.cxx \
        VISU_WidgetCtrl.cxx \
        VISU_ScalarBarCtrl.cxx \
-       VISU_ScalarMapOnDeformedShapePL.cxx
+       VISU_DeformedShapeAndScalarMapPL.cxx \
+       VISU_LabelPointsFilter.cxx \
+       VISU_ElnoDisassembleFilter.cxx \
+       VISU_ElnoAssembleFilter.cxx \
+       VISU_DeformationPL.cxx \
+       VISU_OptionalDeformationPL.cxx\
+       VISU_XYPlotActor.cxx \
+       VISU_CellDataToPointData.cxx
 
 libVisuPipeLine_la_CPPFLAGS= \
        $(VTK_INCLUDES) \
+       $(QT_INCLUDES) \
        $(KERNEL_CXXFLAGS) \
        $(GUI_CXXFLAGS) \
        $(MED_CXXFLAGS) \
@@ -106,12 +127,14 @@ libVisuPipeLine_la_CPPFLAGS= \
        -I$(srcdir)/../CONVERTOR
 
 libVisuPipeLine_la_LDFLAGS= \
-       $(MED2_LIBS) \
        $(VTK_LIBS) -lVTKViewer \
        $(KERNEL_LDFLAGS) -lSALOMELocalTrace \
-       $(GUI_LDFLAGS) \
+       $(GUI_LDFLAGS) -lqtx -lsuit -lvtkTools \
        $(MED_LDFLAGS) \
-       ../CONVERTOR/libVisuConvertor.la
+       ../CONVERTOR/libVisuConvertor.la \
+       $(MED3_LIBS) \
+       $(QT_LIBS) \
+       $(OGL_LIBS)
 
 
 # Executables targets
@@ -119,6 +142,6 @@ bin_PROGRAMS= VISUPipeLine VISU_img2vti
 dist_VISUPipeLine_SOURCES= VISUPipeLine.cxx
 dist_VISU_img2vti_SOURCES= VISU_img2vti.cxx
 
-AM_CPPFLAGS=$(libVisuPipeLine_la_CPPFLAGS)
+AM_CPPFLAGS+=$(libVisuPipeLine_la_CPPFLAGS)
 LDADD=$(libVisuPipeLine_la_LDFLAGS) libVisuPipeLine.la \
-       -lOpUtil -lMEDWrapper -lMEDWrapper_V2_2 -lMEDWrapper_V2_1 -lMEDWrapperBase -lmed_V2_1 -lsuit -lqtx -lSALOMEBasics -lvtkWidgets
+       -lOpUtil -lMEDWrapper -lMEDWrapper_V2_2 -lMEDWrapperBase -lsuit -lqtx -lSALOMEBasics -lvtkWidgets