]> SALOME platform Git repositories - modules/visu.git/blob - src/VISUGUI/Makefile.am
Salome HOME
Join modifications from BR_Dev_For_4_0 tag V4_1_1.
[modules/visu.git] / src / VISUGUI / Makefile.am
1 #  VISU VISUGUI : GUI of VISU component
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 #
23 #
24 #  File   : Makefile.am
25 #  Author : Marc Tajchman (CEA)
26 #  Module : VISU
27 #  $Header$
28
29 include $(top_srcdir)/adm_local/unix/make_common_starter.am
30
31 lib_LTLIBRARIES= libVISU.la
32
33 salomeinclude_HEADERS= VisuGUI_Tools.h
34
35 # .po files to transform in .qm
36 nodist_salomeres_DATA= \
37         VISU_msg_en.qm VISU_images.qm
38
39 dist_libVISU_la_SOURCES= \
40         VisuGUI.cxx \
41         VisuGUI_Factory.cxx \
42         VisuGUI_Module.cxx \
43         VisuGUI_Selection.cxx \
44         VisuGUI_Tools.cxx \
45         VisuGUI_ViewTools.cxx \
46         VisuGUI_PopupTools.cxx \
47         VisuGUI_NameDlg.cxx \
48         VisuGUI_FileDlg.cxx \
49         VisuGUI_CursorDlg.cxx \
50         VisuGUI_TimeAnimation.cxx \
51         VisuGUI_EditContainerDlg.cxx \
52         VisuGUI_ClippingDlg.cxx \
53         VisuGUI_DialogRunner.cxx \
54         VisuGUI_OffsetDlg.cxx \
55         VisuGUI_Prs3dDlg.cxx \
56         VisuGUI_ScalarBarDlg.cxx \
57         VisuGUI_Plot3DDlg.cxx \
58         VisuGUI_GaussPointsDlg.cxx \
59         VisuGUI_DeformedShapeDlg.cxx \
60         VisuGUI_IsoSurfacesDlg.cxx \
61         VisuGUI_CutLinesDlg.cxx \
62         VisuGUI_CutPlanesDlg.cxx \
63         VisuGUI_StreamLinesDlg.cxx \
64         VisuGUI_VectorsDlg.cxx \
65         VisuGUI_Displayer.cxx \
66         VisuGUI_ScalarMapOnDeformedShapeDlg.cxx \
67         VisuGUI_SetupPlot2dDlg.cxx \
68         VisuGUI_BuildProgressDlg.cxx \
69         VisuGUI_TransparencyDlg.cxx \
70         VisuGUI_Timer.cxx \
71         VisuGUI_Slider.cxx \
72         VisuGUI_InputPane.cxx \
73         VisuGUI_CacheDlg.cxx \
74         VisuGUI_FieldFilter.cxx
75
76 MOC_FILES= \
77         VisuGUI_moc.cxx \
78         VisuGUI_Module_moc.cxx \
79         VisuGUI_Selection_moc.cxx \
80         VisuGUI_NameDlg_moc.cxx \
81         VisuGUI_FileDlg_moc.cxx \
82         VisuGUI_CursorDlg_moc.cxx \
83         VisuGUI_TimeAnimation_moc.cxx \
84         VisuGUI_EditContainerDlg_moc.cxx \
85         VisuGUI_ClippingDlg_moc.cxx \
86         VisuGUI_DialogRunner_moc.cxx \
87         VisuGUI_OffsetDlg_moc.cxx \
88         VisuGUI_Prs3dDlg_moc.cxx \
89         VisuGUI_ScalarBarDlg_moc.cxx \
90         VisuGUI_Plot3DDlg_moc.cxx \
91         VisuGUI_GaussPointsDlg_moc.cxx \
92         VisuGUI_DeformedShapeDlg_moc.cxx \
93         VisuGUI_IsoSurfacesDlg_moc.cxx \
94         VisuGUI_CutLinesDlg_moc.cxx \
95         VisuGUI_CutPlanesDlg_moc.cxx \
96         VisuGUI_StreamLinesDlg_moc.cxx \
97         VisuGUI_VectorsDlg_moc.cxx \
98         VisuGUI_ScalarMapOnDeformedShapeDlg_moc.cxx \
99         VisuGUI_SetupPlot2dDlg_moc.cxx \
100         VisuGUI_BuildProgressDlg_moc.cxx \
101         VisuGUI_TransparencyDlg_moc.cxx \
102         VisuGUI_Slider_moc.cxx \
103         VisuGUI_InputPane_moc.cxx \
104         VisuGUI_CacheDlg_moc.cxx
105
106 nodist_libVISU_la_SOURCES=$(MOC_FILES)
107
108 # additionnal information to compil and link file
109 libVISU_la_CPPFLAGS= \
110         -ftemplate-depth-32 $(QT_INCLUDES) $(VTK_INCLUDES) @CAS_CXXFLAGS@ @CAS_CPPFLAGS@ \
111         $(PYTHON_INCLUDES) $(HDF5_INCLUDES) $(QWT_INCLUDES) \
112         $(KERNEL_CXXFLAGS) \
113         $(MED_CXXFLAGS) \
114         $(BOOST_CPPFLAGS) \
115         $(GUI_CXXFLAGS) \
116         $(CORBA_CXXFLAGS) $(CORBA_INCLUDES) \
117         -I$(srcdir)/../VVTK -I$(srcdir)/../OBJECT -I$(srcdir)/../VISU_I -I$(srcdir)/../GUITOOLS \
118         -I$(top_builddir)/idl -I$(srcdir)/../CONVERTOR -I$(srcdir)/../PIPELINE \
119         -I$(top_builddir)/salome_adm/unix
120
121 libVISU_la_LDFLAGS= $(QWT_LIBS) -lSalomeNS $(KERNEL_LDFLAGS) $(GUI_LDFLAGS) -lSVTK -lSPlot2d \
122         ../VVTK/libVVTK.la ../OBJECT/libVisuObject.la ../VISU_I/libVISUEngineImpl.la \
123         ../GUITOOLS/libVISUGUITOOLS.la \
124         ../../idl/libSalomeIDLVISU.la
125
126 if MED_ENABLE_MULTIPR
127   libVISU_la_CPPFLAGS+= $(MULTIPR_CPPFLAGS)
128 endif