Salome HOME
Join modifications from branch OCC_development_for_3_2_0a2
[modules/visu.git] / src / VISUGUI / Makefile.in
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.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org 
21 #
22 #
23 #
24 #  File   : Makefile.in
25 #  Author : Marc Tajchman (CEA)
26 #  Module : VISU
27 #  $Header$
28
29 top_srcdir=@top_srcdir@
30 top_builddir=../..
31 srcdir=@srcdir@
32 VPATH=.:@srcdir@
33
34 @COMMENCE@
35
36 # header files 
37 EXPORT_HEADERS= \
38                 VisuGUI_Tools.h
39
40 # .po files to transform in .qm
41 PO_FILES = \
42            VISU_msg_en.po VISU_images.po
43
44 # Libraries targets
45 LIB = libVISU.la
46 #LIB_SRC =      VisuGUI_SweepPrefDlg.cxx
47 #LIB_MOC =      VisuGUI_SweepPrefDlg.h
48
49 LIB_SRC =       VisuGUI.cxx \
50                 VisuGUI_Factory.cxx \
51                 VisuGUI_Module.cxx \
52                 VisuGUI_Selection.cxx \
53                 VisuGUI_Tools.cxx \
54                 VisuGUI_ViewTools.cxx \
55                 VisuGUI_PopupTools.cxx \
56                 VisuGUI_NameDlg.cxx \
57                 VisuGUI_FileDlg.cxx \
58                 VisuGUI_CursorDlg.cxx \
59                 VisuGUI_TimeAnimation.cxx \
60                 VisuGUI_EditContainerDlg.cxx \
61                 VisuGUI_ClippingDlg.cxx \
62                 VisuGUI_DialogRunner.cxx \
63                 VisuGUI_OffsetDlg.cxx \
64                 VisuGUI_Plot3DDlg.cxx \
65                 VisuGUI_ScalarBarDlg.cxx \
66                 VisuGUI_GaussPointsDlg.cxx \
67                 VisuGUI_DeformedShapeDlg.cxx \
68                 VisuGUI_IsoSurfacesDlg.cxx \
69                 VisuGUI_CutLinesDlg.cxx \
70                 VisuGUI_CutPlanesDlg.cxx \
71                 VisuGUI_StreamLinesDlg.cxx \
72                 VisuGUI_VectorsDlg.cxx \
73                 VisuGUI_Displayer.cxx \
74                 VisuGUI_ScalarMapOnDeformedShapeDlg.cxx \
75                 VisuGUI_SetupPlot2dDlg.cxx \
76                 VisuGUI_BuildProgressDlg.cxx \
77                 VisuGUI_TransparencyDlg.cxx \
78                 VisuGUI_Timer.cxx
79
80 LIB_MOC =       VisuGUI.h \
81                 VisuGUI_Module.h \
82                 VisuGUI_Selection.h \
83                 VisuGUI_NameDlg.h \
84                 VisuGUI_FileDlg.h \
85                 VisuGUI_CursorDlg.h \
86                 VisuGUI_TimeAnimation.h \
87                 VisuGUI_EditContainerDlg.h \
88                 VisuGUI_ClippingDlg.h \
89                 VisuGUI_DialogRunner.h \
90                 VisuGUI_OffsetDlg.h \
91                 VisuGUI_Plot3DDlg.h \
92                 VisuGUI_ScalarBarDlg.h \
93                 VisuGUI_GaussPointsDlg.h \
94                 VisuGUI_DeformedShapeDlg.h \
95                 VisuGUI_IsoSurfacesDlg.h \
96                 VisuGUI_CutLinesDlg.h \
97                 VisuGUI_CutPlanesDlg.h \
98                 VisuGUI_StreamLinesDlg.h \
99                 VisuGUI_VectorsDlg.h \
100                 VisuGUI_ScalarMapOnDeformedShapeDlg.h \
101                 VisuGUI_SetupPlot2dDlg.h \
102                 VisuGUI_BuildProgressDlg.h \
103                 VisuGUI_TransparencyDlg.h
104
105 LIB_CLIENT_IDL = SALOME_Exception.idl \
106                  VISU_Gen.idl \
107                  MED_Gen.idl \
108                  MED.idl \
109                  SALOMEDS.idl \
110                  SALOME_GenericObj.idl \
111                  SALOME_ModuleCatalog.idl \
112                  SALOME_Component.idl \
113                  SALOMEDS_Attributes.idl \
114                  SALOME_Comm.idl
115
116 LIB_SERVER_IDL = 
117
118 # additionnal information to compil and link file
119
120 CPPFLAGS +=  -ftemplate-depth-32 $(QT_INCLUDES) $(VTK_INCLUDES) $(OCC_INCLUDES) \
121         $(PYTHON_INCLUDES) $(HDF5_INCLUDES) $(QWT_INCLUDES) \
122         -I${KERNEL_ROOT_DIR}/include/salome \
123         -I${MED_ROOT_DIR}/include/salome \
124         $(BOOST_CPPFLAGS)
125 CXXFLAGS +=  -ftemplate-depth-32 $(OCC_CXXFLAGS) \
126         -I${KERNEL_ROOT_DIR}/include/salome \
127         -I${GUI_ROOT_DIR}/include/salome
128
129 LDFLAGS += $(QWT_LIBS) -lSalomeNS \
130         -lSVTK -lVVTK -lSPlot2d -lVisuObject -lVISUEngineImpl -lVISUGUITOOLS \
131         -L${KERNEL_ROOT_DIR}/lib/salome \
132         -L${GUI_ROOT_DIR}/lib/salome
133
134
135 @CONCLUDE@