Salome HOME
NRI : Merge branch br_porting_MED.
[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 EXPORT_PYSCRIPTS = \
37         VisuGUI.py
38
39 # header files 
40 EXPORT_HEADERS= \
41                 VisuGUI_NonIsometricDlg.h
42
43 # .po files to transform in .qm
44 PO_FILES = \
45            VISU_msg_en.po VISU_icons.po
46
47 # Libraries targets
48 LIB = libVISUGUI.la
49 LIB_SRC =       VisuGUI.cxx \
50                 VisuGUI_CellsResultsDlg.cxx \
51                 VisuGUI_PointsResultsDlg.cxx \
52                 VisuGUI_Selection.cxx \
53                 VisuGUI_PhaseDlg.cxx \
54                 VisuGUI_PhaseMagnitudeDlg.cxx \
55                 VisuGUI_MagnitudeDlg.cxx \
56                 VisuGUI_PartialScaDlg.cxx \
57                 VisuGUI_IsoSurfacesDlg.cxx \
58                 VisuGUI_CursorDlg.cxx \
59                 VisuGUI_VectorsDlg.cxx \
60                 VisuGUI_CutPlanesDlg.cxx \
61                 VisuGUI_SelVectCompDlg.cxx \
62                 VisuGUI_ScalarBarDlg.cxx \
63                 VisuGUI_SweepPrefDlg.cxx \
64                 VisuGUI_VisuAsDlg.cxx \
65                 VisuGUI_NonIsometricDlg.cxx \
66                 VisuGUI_StreamLinesDlg.cxx \
67                 VisuGUI_TimeAnimation.cxx \
68                 VisuGUI_CutLinesDlg.cxx \
69                 VisuGUI_FileDlg.cxx
70
71 LIB_MOC = \
72                 VisuGUI.h \
73                 VisuGUI_CellsResultsDlg.h \
74                 VisuGUI_PointsResultsDlg.h \
75                 VisuGUI_PhaseDlg.h \
76                 VisuGUI_PhaseMagnitudeDlg.h \
77                 VisuGUI_MagnitudeDlg.h \
78                 VisuGUI_PartialScaDlg.h \
79                 VisuGUI_IsoSurfacesDlg.h \
80                 VisuGUI_CursorDlg.h \
81                 VisuGUI_VectorsDlg.h \
82                 VisuGUI_CutPlanesDlg.h \
83                 VisuGUI_SelVectCompDlg.h \
84                 VisuGUI_ScalarBarDlg.h \
85                 VisuGUI_SweepPrefDlg.h \
86                 VisuGUI_VisuAsDlg.h \
87                 VisuGUI_NonIsometricDlg.h \
88                 VisuGUI_StreamLinesDlg.h \
89                 VisuGUI_TimeAnimation.h \
90                 VisuGUI_CutLinesDlg.h \
91                 VisuGUI_FileDlg.h
92
93 LIB_CLIENT_IDL = SALOME_Exception.idl \
94                  VISU_Gen.idl \
95                  MED_Gen.idl \
96                  MED.idl \
97                  SALOMEDS.idl \
98                  SALOME_ModuleCatalog.idl \
99                  SALOME_Component.idl \
100                  SALOMEDS_Attributes.idl \
101
102 LIB_SERVER_IDL = 
103
104 # additionnal information to compil and link file
105
106 CPPFLAGS +=  -ftemplate-depth-32 $(QT_INCLUDES) $(VTK_INCLUDES) $(OCC_INCLUDES) \
107         $(PYTHON_INCLUDES) $(MED2_INCLUDES) $(HDF5_INCLUDES) $(QWT_INCLUDES) \
108         -I${KERNEL_ROOT_DIR}/include/salome
109
110 CXXFLAGS +=  -ftemplate-depth-32 $(OCC_CXXFLAGS) \
111         -I${KERNEL_ROOT_DIR}/include/salome
112
113
114 LDFLAGS += $(MED2_LIBS) $(HDF5_LIBS) $(VTK_LIBS) $(QWT_LIBS) -lSalomeGUI -lSalomeNS \
115         -lVisuObject -lVISUEngine -lmed -lVTKViewer -L${KERNEL_ROOT_DIR}/lib/salome -L${KERNEL_ROOT_DIR}/lib/salome
116
117
118 @CONCLUDE@
119