Salome HOME
Mantis issue 0021668: [CEA 564] MED2.1 to MED2.3
[modules/visu.git] / src / CONVERTOR / Makefile.am
index 9bfefbf337281046dc31321390bd25c8749bc81a..105565a7aa847429e613ef4066acb3833a733cce 100644 (file)
@@ -1,24 +1,22 @@
-#  VISU OBJECT : interactive object for VISU entities implementation
+# Copyright (C) 2007-2012  CEA/DEN, EDF R&D, OPEN CASCADE
 #
-#  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.salome-platform.org/ or email : webmaster.salome@opencascade.com
+# 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.salome-platform.org/ or email : webmaster.salome@opencascade.com
+
+#  VISU OBJECT : interactive object for VISU entities implementation
 #  File   : Makefile.am
 #  Module : VISU
 
@@ -28,6 +26,7 @@ lib_LTLIBRARIES = libVisuConvertor.la
 
 salomeinclude_HEADERS= \
        VISU_TypeList.hxx \
+       VISU_VTKTypeList.hxx \
        VISU_IDMapper.hxx \
        VISU_ConvertorDef.hxx \
        VISU_Structures.hxx \
@@ -35,10 +34,12 @@ salomeinclude_HEADERS= \
        VISU_ConvertorDef_impl.hxx \
        VISU_Structures_impl.hxx \
        VISU_MeshValue.hxx \
+       VISU_ElnoMeshValue.hxx \
        VISU_PointCoords.hxx \
        VISU_Convertor_impl.hxx \
        VISU_ConvertorUtils.hxx \
        VISU_MergeFilter.hxx \
+       VISU_MergeFilterUtilities.hxx \
        VISU_AppendFilter.hxx \
        VISU_AppendPolyData.hxx \
        VISU_AppendFilterUtilities.hxx \
@@ -46,7 +47,10 @@ salomeinclude_HEADERS= \
        VISU_UsedPointsFilter.hxx \
        VISU_CommonCellsFilter.hxx \
        VISUConvertor.hxx \
-       VISU_GaussMergeFilter.hxx
+       VISU_MedConvertor.hxx \
+       VISU_GaussMergeFilter.hxx \
+       VISU_TableReader.hxx \
+       VISU_Vtk2MedConvertor.hxx
 
 dist_libVisuConvertor_la_SOURCES= \
        VISU_IDMapper.cxx \
@@ -66,7 +70,9 @@ dist_libVisuConvertor_la_SOURCES= \
        VISU_MergeFilterUtilities.cxx \
        VISU_UsedPointsFilter.cxx \
        VISU_CommonCellsFilter.cxx \
-       VISU_GaussMergeFilter.cxx
+       VISU_GaussMergeFilter.cxx \
+       VISU_TableReader.cxx \
+       VISU_Vtk2MedConvertor.cxx
 
 libVisuConvertor_la_CPPFLAGS= \
        -ftemplate-depth-32 \
@@ -79,18 +85,19 @@ libVisuConvertor_la_CPPFLAGS= \
        @MED_CXXFLAGS@ \
        @GUI_CXXFLAGS@ \
        $(BOOST_CPPFLAGS) \
-       -I$(top_builddir)/salome_adm/unix \
        $(MED_CPPFLAGS)
 
 
 libVisuConvertor_la_LDFLAGS= \
-       $(MED2_LIBS) \
+       $(MED3_LIBS) \
+       $(BOOST_LIB_THREAD) \
+       $(BOOST_LIB_DATE_TIME) \
        $(VTK_LIBS) \
        $(QT_LIBS) \
+       $(KERNEL_LDFLAGS) -lSALOMEBasics \
        $(CAS_KERNEL) \
        $(CAS_MATH) \
-       $(BOOST_LIBS) -lboost_thread@BOOST_LIBSUFFIX@ \
-       $(MED_LDFLAGS) -lMEDWrapper \
+       $(MED_LDFLAGS) -lMEDWrapper -lMEDWrapper_V2_2 -lMEDWrapperBase \
        $(GUI_LDFLAGS) -lVTKViewer
 
 # Executables targets
@@ -98,4 +105,4 @@ bin_PROGRAMS= VISUConvertor
 dist_VISUConvertor_SOURCES= VISUConvertor.cxx
 VISUConvertor_CPPFLAGS=$(libVisuConvertor_la_CPPFLAGS)
 VISUConvertor_LDADD=$(libVisuConvertor_la_LDFLAGS) \
-       -lMEDWrapper_V2_2 -lMEDWrapper_V2_1 -lMEDWrapperBase -lMEDWrapper -lmed_V2_1 -lVTKViewer -lsuit -lqtx libVisuConvertor.la
+       -lMEDWrapper_V2_2 -lMEDWrapperBase -lMEDWrapper -lVTKViewer -lsuit -lqtx libVisuConvertor.la