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