Salome HOME
NRI : Merge from V1_2.
[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            VisuGUI_msg_en.po VisuGUI_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
70 LIB_MOC = \
71                 VisuGUI.h \
72                 VisuGUI_CellsResultsDlg.h \
73                 VisuGUI_PointsResultsDlg.h \
74                 VisuGUI_PhaseDlg.h \
75                 VisuGUI_PhaseMagnitudeDlg.h \
76                 VisuGUI_MagnitudeDlg.h \
77                 VisuGUI_PartialScaDlg.h \
78                 VisuGUI_IsoSurfacesDlg.h \
79                 VisuGUI_CursorDlg.h \
80                 VisuGUI_VectorsDlg.h \
81                 VisuGUI_CutPlanesDlg.h \
82                 VisuGUI_SelVectCompDlg.h \
83                 VisuGUI_ScalarBarDlg.h \
84                 VisuGUI_SweepPrefDlg.h \
85                 VisuGUI_VisuAsDlg.h \
86                 VisuGUI_NonIsometricDlg.h \
87                 VisuGUI_StreamLinesDlg.h \
88                 VisuGUI_TimeAnimation.h \
89                 VisuGUI_CutLinesDlg.h
90
91 LIB_CLIENT_IDL = SALOME_Exception.idl \
92                  VISU_Gen.idl \
93                  Med_Gen.idl \
94                  MED.idl \
95                  SALOMEDS.idl \
96                  SALOME_ModuleCatalog.idl \
97                  SALOME_Component.idl \
98                  SALOMEDS_Attributes.idl \
99
100 LIB_SERVER_IDL = 
101
102 # additionnal information to compil and link file
103
104 CPPFLAGS +=  -ftemplate-depth-32 $(QT_INCLUDES) $(VTK_INCLUDES) $(OCC_INCLUDES) $(PYTHON_INCLUDES) $(MED2_INCLUDES) $(HDF5_INCLUDES) $(QWT_INCLUDES) \
105         -I${KERNEL_ROOT_DIR}/include/salome
106
107 CXXFLAGS +=  -ftemplate-depth-32 $(OCC_CXXFLAGS) \
108         -I${KERNEL_ROOT_DIR}/include/salome
109
110
111 LDFLAGS += $(MED2_LIBS) $(HDF5_LIBS) $(VTK_LIBS) $(QWT_LIBS) -lSalomeGUI -lSalomeNS \
112         -lVisuObject -lVISUEngine -lmed -lVTKViewer -L${KERNEL_ROOT_DIR}/lib/salome -L${KERNEL_ROOT_DIR}/lib/salome
113
114
115 @CONCLUDE@
116