Salome HOME
0021478: EDF 2083 ALL: Write the version of Salome used to create the study in the...
[modules/visu.git] / src / VISU_I / Makefile.am
index 9400a089693c9af07be5e8f6a98b8a28095b6ebb..17fbb12db5f3520746514b30861afee1a9116ca9 100644 (file)
@@ -1,24 +1,22 @@
-#  Copyright (C) 2007-2008  CEA/DEN, EDF R&D, OPEN CASCADE
+# Copyright (C) 2007-2012  CEA/DEN, EDF R&D, OPEN CASCADE
 #
-#  Copyright (C) 2003-2007  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 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
+# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 #
+
 #  File   : Makefile.am
 #  Author : Alexey Petrov
 #  Module : VISU
@@ -32,6 +30,7 @@ salomeinclude_HEADERS = \
        VISU_I.hxx \
        VISUConfig.hh \
        VISU_Gen_i.hh \
+       VISU_Tools.h \
        VISU_Result_i.hh \
        VISU_MultiResult_i.hh \
        VISU_PrsObject_i.hh \
@@ -57,6 +56,7 @@ salomeinclude_HEADERS = \
        VISU_ViewManager_i.hh \
        VISU_View_i.hh \
        VISU_TimeAnimation.h \
+       VISU_Evolution.h \
        VISU_DeformedShapeAndScalarMap_i.hh \
        VISU_ColoredPrs3dCache_i.hh \
        VISU_ColoredPrs3dHolder_i.hh \
@@ -65,11 +65,12 @@ salomeinclude_HEADERS = \
        VISU_Deformation_i.hh \
        VISU_OptionalDeformation_i.hh \
        SALOME_GenericObjPointer.hh \
-       VISU_ClippingPlaneMgr.hxx
-
+       VISU_ClippingPlaneMgr.hxx \
+       VISU_TableDlg.h
 
 libVISUEngineImpl_la_SOURCES = \
        VISUConfig.cc \
+       VISU_Tools.cxx \
        VISU_Result_i.cc \
        VISU_ResultUtils.cc \
        VISU_MultiResult_i.cc \
@@ -97,6 +98,7 @@ libVISUEngineImpl_la_SOURCES = \
        VISU_Mesh_i.cc \
        VISU_ViewManager_i.cc \
        VISU_TimeAnimation.cxx \
+       VISU_Evolution.cxx \
        VISU_View_i.cc \
        VISU_Table_i.cc \
        VISU_PointMap3d_i.cc \
@@ -105,9 +107,13 @@ libVISUEngineImpl_la_SOURCES = \
        VISU_Deformation_i.cc \
        VISU_OptionalDeformation_i.cc \
        SALOME_GenericObjPointer.cc \
-       VISU_ClippingPlaneMgr.cxx
+       VISU_ClippingPlaneMgr.cxx \
+       VISU_TableDlg.cxx
+
+MOC_FILES = \
+       VISU_TimeAnimation_moc.cxx \
+       VISU_TableDlg_moc.cxx
 
-MOC_FILES = VISU_TimeAnimation_moc.cxx
 nodist_libVISUEngineImpl_la_SOURCES= $(MOC_FILES)
 
 # additionnal information to compil and link file
@@ -127,23 +133,25 @@ libVISUEngineImpl_la_CPPFLAGS= \
        -I$(srcdir)/../CONVERTOR \
        -I$(srcdir)/../PIPELINE \
        -I$(srcdir)/../OBJECT \
-       -I$(srcdir)/../GUITOOLS \
-       -I$(top_builddir)/idl
+       -I$(top_builddir)/idl \
+       -I$(top_builddir)
 
 libVISUEngineImpl_la_LDFLAGS= \
-       $(PYTHON_LIBS) \
-       $(QT_MT_LIBS) \
-       $(QWT_LIBS) \
-       @BOOST_LIBS@  \
        $(KERNEL_LDFLAGS) \
        $(GUI_LDFLAGS) \
        $(MED_LDFLAGS) \
        ../../idl/libSalomeIDLVISU.la \
+       $(PYTHON_LIBS) \
+       $(BOOST_LIB_SIGNALS) \
+       $(BOOST_LIB_THREAD)  \
+       $(BOOST_LIB_SYSTEM)  \
+       $(BOOST_LIB_FILESYSTEM)  \
        $(VTK_LIBS)
 
 libVISUEngineImpl_la_LIBADD= \
-       -lboost_signals@BOOST_LIBSUFFIX@ \
-       -lboost_thread@BOOST_LIBSUFFIX@ \
+       ../CONVERTOR/libVisuConvertor.la \
+       ../PIPELINE/libVisuPipeLine.la \
+       ../OBJECT/libVisuObject.la \
        -lSalomeIDLKernel \
        -lSalomeHDFPersist \
        -lSalomeGenericObj \
@@ -153,6 +161,7 @@ libVISUEngineImpl_la_LIBADD= \
        -lTOOLSDS \
        -lOpUtil \
        -lSalomeLifeCycleCORBA \
+       -lCAM \
        -lVTKViewer \
        -lSVTK \
        -lEvent \
@@ -162,11 +171,7 @@ libVISUEngineImpl_la_LIBADD= \
        -lSPlot2d \
        -lqtx \
        -lLightApp \
-       -lstd \
-       ../CONVERTOR/libVisuConvertor.la \
-       ../PIPELINE/libVisuPipeLine.la \
-       ../OBJECT/libVisuObject.la \
-       ../GUITOOLS/libVISUGUITOOLS.la
+       -lstd
 
 if MED_ENABLE_MULTIPR
   libVISUEngineImpl_la_CPPFLAGS+= $(MULTIPR_CPPFLAGS)
@@ -212,5 +217,5 @@ VISU_I_LDADD=\
        -lMEDWrapperBase \
        -lMEDWrapper_V2_2 \
        -lMEDWrapper_V2_1 \
-       -lmed_V2_1 \
-       -lmedmem
+       -lmedmem \
+       @CORBA_LIBS@