]> SALOME platform Git repositories - modules/visu.git/blob - src/CONVERTOR/Makefile.am
Salome HOME
Join modifications from BR_Dev_For_4_0 tag V4_1_1.
[modules/visu.git] / src / CONVERTOR / Makefile.am
1 #  VISU OBJECT : interactive object for VISU entities implementation
2 #
3 #  Copyright (C) 2003  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
4 #  CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS 
5
6 #  This library is free software; you can redistribute it and/or 
7 #  modify it under the terms of the GNU Lesser General Public 
8 #  License as published by the Free Software Foundation; either 
9 #  version 2.1 of the License. 
10
11 #  This library is distributed in the hope that it will be useful, 
12 #  but WITHOUT ANY WARRANTY; without even the implied warranty of 
13 #  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
14 #  Lesser General Public License for more details. 
15
16 #  You should have received a copy of the GNU Lesser General Public 
17 #  License along with this library; if not, write to the Free Software 
18 #  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA 
19
20 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
21 #
22 #  File   : Makefile.am
23 #  Module : VISU
24
25 include $(top_srcdir)/adm_local/unix/make_common_starter.am
26
27 lib_LTLIBRARIES = libVisuConvertor.la
28
29 salomeinclude_HEADERS= \
30         VISU_TypeList.hxx \
31         VISU_IDMapper.hxx \
32         VISU_ConvertorDef.hxx \
33         VISU_Structures.hxx \
34         VISU_Convertor.hxx \
35         VISU_ConvertorDef_impl.hxx \
36         VISU_Structures_impl.hxx \
37         VISU_MeshValue.hxx \
38         VISU_PointCoords.hxx \
39         VISU_Convertor_impl.hxx \
40         VISU_ConvertorUtils.hxx \
41         VISU_MergeFilter.hxx \
42         VISU_AppendFilter.hxx \
43         VISU_AppendPolyData.hxx \
44         VISU_AppendFilterUtilities.hxx \
45         VISU_ExtractUnstructuredGrid.hxx \
46         VISU_UsedPointsFilter.hxx \
47         VISU_CommonCellsFilter.hxx \
48         VISUConvertor.hxx \
49         VISU_GaussMergeFilter.hxx
50
51 dist_libVisuConvertor_la_SOURCES= \
52         VISU_IDMapper.cxx \
53         VISU_Structures.cxx \
54         VISU_Convertor.cxx \
55         VISU_Structures_impl.cxx \
56         VISU_MeshValue.cxx \
57         VISU_PointCoords.cxx \
58         VISU_Convertor_impl.cxx \
59         VISU_MedConvertor.cxx \
60         VISU_ConvertorUtils.cxx \
61         VISU_ExtractUnstructuredGrid.cxx \
62         VISU_AppendFilter.cxx \
63         VISU_AppendPolyData.cxx \
64         VISU_AppendFilterUtilities.cxx \
65         VISU_MergeFilter.cxx \
66         VISU_MergeFilterUtilities.cxx \
67         VISU_UsedPointsFilter.cxx \
68         VISU_CommonCellsFilter.cxx \
69         VISU_GaussMergeFilter.cxx
70
71 libVisuConvertor_la_CPPFLAGS= \
72         -ftemplate-depth-32 \
73         $(VTK_INCLUDES) \
74         $(HDF5_INCLUDES) \
75         $(QT_INCLUDES) \
76         @CAS_CPPFLAGS@ \
77         @CAS_CXXFLAGS@ \
78         @KERNEL_CXXFLAGS@ \
79         @MED_CXXFLAGS@ \
80         @GUI_CXXFLAGS@ \
81         $(BOOST_CPPFLAGS) \
82         -I$(top_builddir)/salome_adm/unix \
83         $(MED_CPPFLAGS)
84
85
86 libVisuConvertor_la_LDFLAGS= \
87         $(MED2_LIBS) \
88         $(VTK_LIBS) \
89         $(QT_LIBS) \
90         $(CAS_KERNEL) \
91         $(CAS_MATH) \
92         $(BOOST_LIBS) -lboost_thread@BOOST_LIBSUFFIX@ \
93         $(MED_LDFLAGS) -lMEDWrapper \
94         $(GUI_LDFLAGS) -lVTKViewer
95
96 # Executables targets
97 bin_PROGRAMS= VISUConvertor
98 dist_VISUConvertor_SOURCES= VISUConvertor.cxx
99 VISUConvertor_CPPFLAGS=$(libVisuConvertor_la_CPPFLAGS)
100 VISUConvertor_LDADD=$(libVisuConvertor_la_LDFLAGS) \
101         -lMEDWrapper_V2_2 -lMEDWrapper_V2_1 -lMEDWrapperBase -lMEDWrapper -lmed_V2_1 -lVTKViewer -lsuit -lqtx libVisuConvertor.la