Salome HOME
Fix for Bug PAL8597:
[modules/visu.git] / src / PIPELINE / Makefile.in
index ae6728c96618db38c261298cce09b29280ec8f21..5b46996d82a616cc018f8ef6eafcfb2703133c70 100644 (file)
@@ -1,23 +1,23 @@
 #  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 
+#  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
 #
 #
 #
@@ -25,9 +25,9 @@
 #  Module : VISU
 
 top_srcdir=@top_srcdir@
-top_builddir=../../..
+top_builddir=../..
 srcdir=@srcdir@
-VPATH=.:@srcdir@:@top_srcdir@/idl
+VPATH=.:@srcdir@
 
 
 @COMMENCE@
@@ -39,7 +39,7 @@ EXPORT_HEADERS = VISU_PipeLine.hxx VISU_PipeLineUtils.hxx \
        VISU_VectorsPL.hxx VISU_StreamLinesPL.hxx \
        VISU_LookupTable.hxx VISU_ScalarBarActor.hxx \
        VISU_Extractor.hxx VISU_FieldTransform.hxx \
-       VISU_UsedPointsFilter.hxx
+       VISU_UsedPointsFilter.hxx VISU_Plot3DPL.hxx
 
 # Libraries targets
 
@@ -51,14 +51,25 @@ LIB_SRC = VISU_PipeLine.cxx VISU_PipeLineUtils.cxx \
        VISU_VectorsPL.cxx VISU_StreamLinesPL.cxx \
        VISU_LookupTable.cxx VISU_ScalarBarActor.cxx \
        VISU_Extractor.cxx VISU_FieldTransform.cxx \
-       VISU_UsedPointsFilter.cxx
+       VISU_UsedPointsFilter.cxx VISU_Plot3DPL.cxx \
+       SALOME_ExtractGeometry.cxx
 
 # Executables targets
 
 BIN = VISUPipeLine
-BIN_SRC        = 
+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
 
-CPPFLAGS+= $(VTK_INCLUDES)
-LDFLAGS+= $(VTK_LIBS) -lSalomeVTKFilter -lVisuConvertor
+LDFLAGSFORBIN=$(LDFLAGS) -lOpUtil -lMEDWrapper -lMEDWrapper_V2_2 -lMEDWrapper_V2_1 -lMEDWrapperBase -lsuit -lqtx -lSALOMEBasics
 
 @CONCLUDE@