Salome HOME
Freshly added file
[modules/smesh.git] / src / SMESHGUI / Makefile.in
1 #  SMESH SMESHGUI : GUI for SMESH 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 : Nicolas REJNERI
26 #  Module : SMESH
27 #  $Header$
28
29 top_srcdir=@top_srcdir@
30 top_builddir=../..
31 srcdir=@srcdir@
32 VPATH=.:@srcdir@:@top_srcdir@/idl:$(top_builddir)/idl:${KERNEL_ROOT_DIR}/idl/salome:${MED_ROOT_DIR}/idl/salome
33
34
35 @COMMENCE@
36
37 # header files 
38 EXPORT_HEADERS= SMESHGUI_Swig.hxx \
39                 SMESHGUI_Swig.i
40
41 # .po files to transform in .qm
42 PO_FILES = \
43            SMESH_icons.po \
44            SMESH_msg_en.po
45
46 # Libraries targets
47 LIB = libSMESHGUI.la
48 LIB_SRC =       SMESHGUI.cxx \
49                 SMESHGUI_StudyAPI.cxx \
50                 SMESHGUI_SpinBox.cxx \
51                 SMESHGUI_NodesDlg.cxx \
52                 SMESHGUI_AddHypothesisDlg.cxx \
53                 SMESHGUI_AddAlgorithmDlg.cxx \
54                 SMESHGUI_InitMeshDlg.cxx \
55                 SMESHGUI_AddSubMeshDlg.cxx \
56                 SMESHGUI_LocalLengthDlg.cxx \
57                 SMESHGUI_NbSegmentsDlg.cxx \
58                 SMESHGUI_TransparencyDlg.cxx \
59                 SMESHGUI_RemoveNodesDlg.cxx \
60                 SMESHGUI_RemoveElementsDlg.cxx \
61                 SMESHGUI_MeshInfosDlg.cxx \
62                 SMESHGUI_Preferences_ColorDlg.cxx \
63                 SMESHGUI_MaxElementAreaDlg.cxx \
64                 SMESHGUI_Preferences_ScalarBarDlg.cxx \
65                 SMESHGUI_EditScalarBarDlg.cxx \
66                 SMESHGUI_aParameterDlg.cxx \
67                 SMESHGUI_MaxElementVolumeDlg.cxx \
68                 SMESHGUI_Swig.cxx \
69                 SMESHGUI_ComputeScalarValue.cxx \
70                 SMESHGUI_MoveNodesDlg.cxx \
71                 SMESHGUI_OrientationElementsDlg.cxx \
72                 SMESHGUI_DiagonalInversionDlg.cxx \
73                 SMESHGUI_EdgesConnectivityDlg.cxx \
74                 SMESHGUI_AddFaceDlg.cxx \
75                 SMESHGUI_AddVolumeDlg.cxx \
76                 SMESHGUI_AddEdgeDlg.cxx \
77                 SMESHGUI_EditHypothesesDlg.cxx
78
79 LIB_MOC = \
80                 SMESHGUI.h \
81                 SMESHGUI_NodesDlg.h \
82                 SMESHGUI_SpinBox.h \
83                 SMESHGUI_AddHypothesisDlg.h \
84                 SMESHGUI_AddAlgorithmDlg.h \
85                 SMESHGUI_InitMeshDlg.h \
86                 SMESHGUI_AddSubMeshDlg.h \
87                 SMESHGUI_LocalLengthDlg.h \
88                 SMESHGUI_NbSegmentsDlg.h \
89                 SMESHGUI_TransparencyDlg.h \
90                 SMESHGUI_RemoveNodesDlg.h \
91                 SMESHGUI_RemoveElementsDlg.h \
92                 SMESHGUI_MeshInfosDlg.h \
93                 SMESHGUI_Preferences_ColorDlg.h \
94                 SMESHGUI_MaxElementAreaDlg.h \
95                 SMESHGUI_Preferences_ScalarBarDlg.h \
96                 SMESHGUI_EditScalarBarDlg.h \
97                 SMESHGUI_aParameterDlg.h \
98                 SMESHGUI_MaxElementVolumeDlg.h \
99                 SMESHGUI_MoveNodesDlg.h \
100                 SMESHGUI_OrientationElementsDlg.h \
101                 SMESHGUI_DiagonalInversionDlg.h \
102                 SMESHGUI_EdgesConnectivityDlg.h \
103                 SMESHGUI_AddEdgeDlg.h \
104                 SMESHGUI_AddVolumeDlg.h \
105                 SMESHGUI_AddFaceDlg.h \
106                 SMESHGUI_EditHypothesesDlg.h
107
108 LIB_CLIENT_IDL = SALOME_Exception.idl \
109                  GEOM_Gen.idl \
110                  GEOM_Shape.idl \
111                  SMESH_Gen.idl \
112                  SMESH_Mesh.idl \
113                  SMESH_Hypothesis.idl \
114                  SMESH_BasicHypothesis.idl \
115                  SALOMEDS.idl \
116                  SALOMEDS_Attributes.idl \
117                  SALOME_ModuleCatalog.idl \
118                  SALOME_Component.idl \
119                  MED.idl
120
121 LIB_SERVER_IDL = 
122
123 # additionnal information to compil and link file
124
125 CPPFLAGS += $(QT_INCLUDES) $(VTK_INCLUDES) $(OGL_INCLUDES) $(OCC_INCLUDES) $(PYTHON_INCLUDES) $(MED2_INCLUDES) -I${KERNEL_ROOT_DIR}/include/salome -I${GEOM_ROOT_DIR}/include/salome
126 CXXFLAGS += -I${KERNEL_ROOT_DIR}/include/salome -I${GEOM_ROOT_DIR}/include/salome
127 #$(OCC_CXXFLAGS)
128
129 LDFLAGS += -lOCCViewer -lVTKViewer -lSalomeObject -lSalomeGUI -lSMESHObject -lSMDS -lSMESHDS -lSMESHFiltersSelection -lGEOMClient -lMeshDriverDAT -lMeshDriverMED -lMeshDriverUNV $(OCC_KERNEL_LIBS) -L${KERNEL_ROOT_DIR}/lib/salome -L${GEOM_ROOT_DIR}/lib/salome
130
131 @CONCLUDE@