1 # Copyright (C) 2007-2012 CEA/DEN, EDF R&D, OPEN CASCADE
3 # This library is free software; you can redistribute it and/or
4 # modify it under the terms of the GNU Lesser General Public
5 # License as published by the Free Software Foundation; either
6 # version 2.1 of the License.
8 # This library is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY; without even the implied warranty of
10 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
11 # Lesser General Public License for more details.
13 # You should have received a copy of the GNU Lesser General Public
14 # License along with this library; if not, write to the Free Software
15 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
17 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
20 # VISU OBJECT : interactive object for VISU entities implementation
24 include $(top_srcdir)/adm_local/unix/make_common_starter.am
26 lib_LTLIBRARIES = libVisuConvertor.la
28 salomeinclude_HEADERS= \
30 VISU_VTKTypeList.hxx \
32 VISU_ConvertorDef.hxx \
35 VISU_ConvertorDef_impl.hxx \
36 VISU_Structures_impl.hxx \
38 VISU_ElnoMeshValue.hxx \
39 VISU_PointCoords.hxx \
40 VISU_Convertor_impl.hxx \
41 VISU_ConvertorUtils.hxx \
42 VISU_MergeFilter.hxx \
43 VISU_MergeFilterUtilities.hxx \
44 VISU_AppendFilter.hxx \
45 VISU_AppendPolyData.hxx \
46 VISU_AppendFilterUtilities.hxx \
47 VISU_ExtractUnstructuredGrid.hxx \
48 VISU_UsedPointsFilter.hxx \
49 VISU_CommonCellsFilter.hxx \
51 VISU_MedConvertor.hxx \
52 VISU_GaussMergeFilter.hxx \
53 VISU_TableReader.hxx \
54 VISU_Vtk2MedConvertor.hxx
56 dist_libVisuConvertor_la_SOURCES= \
60 VISU_Structures_impl.cxx \
62 VISU_PointCoords.cxx \
63 VISU_Convertor_impl.cxx \
64 VISU_MedConvertor.cxx \
65 VISU_ConvertorUtils.cxx \
66 VISU_ExtractUnstructuredGrid.cxx \
67 VISU_AppendFilter.cxx \
68 VISU_AppendPolyData.cxx \
69 VISU_AppendFilterUtilities.cxx \
70 VISU_MergeFilter.cxx \
71 VISU_MergeFilterUtilities.cxx \
72 VISU_UsedPointsFilter.cxx \
73 VISU_CommonCellsFilter.cxx \
74 VISU_GaussMergeFilter.cxx \
75 VISU_TableReader.cxx \
76 VISU_Vtk2MedConvertor.cxx
78 libVisuConvertor_la_CPPFLAGS= \
92 libVisuConvertor_la_LDFLAGS= \
95 $(BOOST_LIB_DATE_TIME) \
98 $(KERNEL_LDFLAGS) -lSALOMEBasics \
101 $(MED_LDFLAGS) -lMEDWrapper -lMEDWrapper_V2_2 -lMEDWrapper_V2_1 -lMEDWrapperBase \
102 $(GUI_LDFLAGS) -lVTKViewer
104 # Executables targets
105 bin_PROGRAMS= VISUConvertor
106 dist_VISUConvertor_SOURCES= VISUConvertor.cxx
107 VISUConvertor_CPPFLAGS=$(libVisuConvertor_la_CPPFLAGS)
108 VISUConvertor_LDADD=$(libVisuConvertor_la_LDFLAGS) \
109 -lMEDWrapper_V2_2 -lMEDWrapper_V2_1 -lMEDWrapperBase -lMEDWrapper -lVTKViewer -lsuit -lqtx libVisuConvertor.la