# 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 # # 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. # # 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.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org # # # # File : Makefile.in # Module : VISU top_srcdir=@top_srcdir@ top_builddir=../.. srcdir=@srcdir@ VPATH=.:@srcdir@ @COMMENCE@ EXPORT_HEADERS = \ VISU_PipeLine.hxx \ VISU_PipeLineUtils.hxx \ VISU_MeshPL.hxx \ VISU_ScalarMapPL.hxx \ VISU_CutPlanesPL.hxx \ VISU_CutLinesPL.hxx \ VISU_IsoSurfacesPL.hxx \ VISU_DeformedShapePL.hxx \ VISU_VectorsPL.hxx \ VISU_StreamLinesPL.hxx \ VISU_LookupTable.hxx \ VISU_ScalarBarActor.hxx \ VISU_Extractor.hxx \ VISU_FieldTransform.hxx \ VISU_UsedPointsFilter.hxx \ VISU_GaussPointsPL.hxx \ VISU_Plot3DPL.hxx \ VISU_OpenGLPointSpriteMapper.hxx \ VISU_ImplicitFunctionWidget.hxx \ SALOME_ExtractGeometry.h \ VISU_ScalarBarCtrl.hxx \ VISU_PlanesWidget.hxx \ VISU_SphereWidget.hxx \ VISU_WidgetCtrl.hxx \ VISU_ScalarMapOnDeformedShapePL.hxx # Libraries targets LIB = libVisuPipeLine.la LIB_SRC = \ VISU_PipeLine.cxx \ VISU_PipeLineUtils.cxx \ VISU_MeshPL.cxx \ VISU_ScalarMapPL.cxx \ VISU_CutPlanesPL.cxx \ VISU_CutLinesPL.cxx \ VISU_IsoSurfacesPL.cxx \ VISU_DeformedShapePL.cxx \ VISU_VectorsPL.cxx \ VISU_StreamLinesPL.cxx \ VISU_LookupTable.cxx \ VISU_ScalarBarActor.cxx \ VISU_Extractor.cxx \ VISU_FieldTransform.cxx \ VISU_UsedPointsFilter.cxx \ VISU_GaussPointsPL.cxx \ VISU_Plot3DPL.cxx \ SALOME_ExtractGeometry.cxx \ VISU_OpenGLPointSpriteMapper.cxx \ VISU_ImplicitFunctionWidget.cxx \ VISU_PlanesWidget.cxx \ VISU_SphereWidget.cxx \ VISU_WidgetCtrl.cxx \ VISU_ScalarBarCtrl.cxx \ VISU_ScalarMapOnDeformedShapePL.cxx # Executables targets BIN = VISUPipeLine VISU_img2vti BIN_SRC = CPPFLAGS+= \ $(VTK_INCLUDES) \ -I${KERNEL_ROOT_DIR}/include/salome \ -I${GUI_ROOT_DIR}/include/salome \ -I${MED_ROOT_DIR}/include/salome \ $(HDF5_INCLUDES) $(BOOST_CPPFLAGS) LDFLAGS+= \ $(VTK_LIBS) -lVTKViewer -lVisuConvertor \ -L${KERNEL_ROOT_DIR}/lib/salome -lSALOMELocalTrace \ -L${GUI_ROOT_DIR}/lib/salome \ -L${MED_ROOT_DIR}/lib/salome LDFLAGSFORBIN=$(LDFLAGS) -lOpUtil -lMEDWrapper -lMEDWrapper_V2_2 -lMEDWrapper_V2_1 -lMEDWrapperBase -lmed_V2_1 -lsuit -lqtx -lSALOMEBasics @CONCLUDE@