2003-07-10 18:18:52 +06:00
|
|
|
# SMESH SMESHGUI : GUI for SMESH component
|
2003-05-19 20:07:00 +06:00
|
|
|
#
|
2003-07-10 18:18:52 +06:00
|
|
|
# Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
|
|
|
# CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
|
|
|
#
|
|
|
|
# This library is free software; you can redistribute it and/or
|
|
|
|
# modify it under the terms of the GNU Lesser General Public
|
|
|
|
# License as published by the Free Software Foundation; either
|
|
|
|
# version 2.1 of the License.
|
|
|
|
#
|
|
|
|
# This library is distributed in the hope that it will be useful,
|
|
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
|
|
# Lesser General Public License for more details.
|
|
|
|
#
|
|
|
|
# You should have received a copy of the GNU Lesser General Public
|
|
|
|
# License along with this library; if not, write to the Free Software
|
|
|
|
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
|
|
#
|
|
|
|
# See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
|
2003-05-19 20:07:00 +06:00
|
|
|
#
|
2003-07-10 18:18:52 +06:00
|
|
|
#
|
|
|
|
#
|
|
|
|
# File : Makefile.in
|
|
|
|
# Author : Nicolas REJNERI
|
|
|
|
# Module : SMESH
|
|
|
|
# $Header$
|
2003-05-19 20:07:00 +06:00
|
|
|
|
|
|
|
top_srcdir=@top_srcdir@
|
|
|
|
top_builddir=../..
|
|
|
|
srcdir=@srcdir@
|
2004-06-18 14:34:31 +06:00
|
|
|
VPATH=.:@srcdir@:@top_srcdir@/idl:$(top_builddir)/idl
|
2003-05-19 20:07:00 +06:00
|
|
|
|
|
|
|
|
|
|
|
@COMMENCE@
|
|
|
|
|
|
|
|
# header files
|
|
|
|
EXPORT_HEADERS= SMESHGUI_Swig.hxx \
|
2004-06-18 14:34:31 +06:00
|
|
|
SMESHGUI_Swig.i \
|
|
|
|
SMESHGUI.h \
|
2004-12-01 15:48:31 +05:00
|
|
|
SMESHGUI_Utils.h \
|
2004-06-18 14:34:31 +06:00
|
|
|
SMESHGUI_Hypotheses.h \
|
2004-12-01 15:48:31 +05:00
|
|
|
SMESHGUI_HypothesesUtils.h \
|
2004-06-18 14:34:31 +06:00
|
|
|
SMESHGUI_SpinBox.h \
|
2004-12-01 15:48:31 +05:00
|
|
|
SMESHGUI_aParameter.h \
|
|
|
|
SMESHGUI_aParameterDlg.h
|
2003-05-19 20:07:00 +06:00
|
|
|
|
|
|
|
# .po files to transform in .qm
|
|
|
|
PO_FILES = \
|
|
|
|
SMESH_icons.po \
|
|
|
|
SMESH_msg_en.po
|
|
|
|
|
|
|
|
# Libraries targets
|
|
|
|
LIB = libSMESHGUI.la
|
|
|
|
LIB_SRC = SMESHGUI.cxx \
|
2004-12-01 15:48:31 +05:00
|
|
|
SMESHGUI_PatternWidget.cxx \
|
|
|
|
SMESHGUI_CreatePatternDlg.cxx \
|
|
|
|
SMESHGUI_MeshPatternDlg.cxx \
|
2003-05-19 20:07:00 +06:00
|
|
|
SMESHGUI_SpinBox.cxx \
|
|
|
|
SMESHGUI_NodesDlg.cxx \
|
|
|
|
SMESHGUI_InitMeshDlg.cxx \
|
|
|
|
SMESHGUI_AddSubMeshDlg.cxx \
|
|
|
|
SMESHGUI_TransparencyDlg.cxx \
|
2004-12-01 15:48:31 +05:00
|
|
|
SMESHGUI_ClippingDlg.cxx \
|
2004-06-18 14:34:31 +06:00
|
|
|
SMESHGUI_GroupDlg.cxx \
|
2003-05-19 20:07:00 +06:00
|
|
|
SMESHGUI_RemoveNodesDlg.cxx \
|
|
|
|
SMESHGUI_RemoveElementsDlg.cxx \
|
|
|
|
SMESHGUI_MeshInfosDlg.cxx \
|
2004-12-17 16:07:35 +05:00
|
|
|
SMESHGUI_StandardMeshInfosDlg.cxx \
|
2003-05-19 20:07:00 +06:00
|
|
|
SMESHGUI_Preferences_ColorDlg.cxx \
|
|
|
|
SMESHGUI_Preferences_ScalarBarDlg.cxx \
|
2004-06-18 14:34:31 +06:00
|
|
|
SMESHGUI_Preferences_SelectionDlg.cxx \
|
2003-05-19 20:07:00 +06:00
|
|
|
SMESHGUI_aParameterDlg.cxx \
|
|
|
|
SMESHGUI_Swig.cxx \
|
|
|
|
SMESHGUI_MoveNodesDlg.cxx \
|
2004-12-01 15:48:31 +05:00
|
|
|
SMESHGUI_AddMeshElementDlg.cxx \
|
2004-06-18 14:34:31 +06:00
|
|
|
SMESHGUI_EditHypothesesDlg.cxx \
|
|
|
|
SMESHGUI_CreateHypothesesDlg.cxx \
|
|
|
|
SMESHGUI_XmlHandler.cxx \
|
|
|
|
SMESHGUI_Filter.cxx \
|
2004-12-01 15:48:31 +05:00
|
|
|
SMESHGUI_FilterDlg.cxx \
|
|
|
|
SMESHGUI_FilterLibraryDlg.cxx \
|
|
|
|
SMESHGUI_SingleEditDlg.cxx \
|
|
|
|
SMESHGUI_MultiEditDlg.cxx \
|
|
|
|
SMESHGUI_aParameter.cxx \
|
|
|
|
SMESHGUI_DeleteGroupDlg.cxx \
|
|
|
|
SMESHGUI_GroupOpDlg.cxx \
|
|
|
|
SMESHGUI_SmoothingDlg.cxx \
|
|
|
|
SMESHGUI_RenumberingDlg.cxx \
|
|
|
|
SMESHGUI_ExtrusionDlg.cxx \
|
|
|
|
SMESHGUI_RevolutionDlg.cxx \
|
|
|
|
SMESHGUI_RotationDlg.cxx \
|
|
|
|
SMESHGUI_TranslationDlg.cxx \
|
|
|
|
SMESHGUI_SymmetryDlg.cxx \
|
|
|
|
SMESHGUI_SewingDlg.cxx \
|
|
|
|
SMESHGUI_MergeNodesDlg.cxx \
|
|
|
|
SMESHGUI_Utils.cxx \
|
|
|
|
SMESHGUI_SMESHGenUtils.cxx \
|
|
|
|
SMESHGUI_GEOMGenUtils.cxx \
|
|
|
|
SMESHGUI_MeshUtils.cxx \
|
|
|
|
SMESHGUI_GroupUtils.cxx \
|
|
|
|
SMESHGUI_FilterUtils.cxx \
|
|
|
|
SMESHGUI_PatternUtils.cxx \
|
|
|
|
SMESHGUI_HypothesesUtils.cxx \
|
|
|
|
SMESHGUI_PrecisionDlg.cxx \
|
|
|
|
SMESHGUI_VTKUtils.cxx
|
2003-05-19 20:07:00 +06:00
|
|
|
|
|
|
|
LIB_MOC = \
|
|
|
|
SMESHGUI.h \
|
2004-12-01 15:48:31 +05:00
|
|
|
SMESHGUI_PatternWidget.h \
|
|
|
|
SMESHGUI_MeshPatternDlg.h \
|
|
|
|
SMESHGUI_CreatePatternDlg.h \
|
2003-05-19 20:07:00 +06:00
|
|
|
SMESHGUI_NodesDlg.h \
|
|
|
|
SMESHGUI_SpinBox.h \
|
|
|
|
SMESHGUI_InitMeshDlg.h \
|
|
|
|
SMESHGUI_AddSubMeshDlg.h \
|
|
|
|
SMESHGUI_TransparencyDlg.h \
|
2004-12-01 15:48:31 +05:00
|
|
|
SMESHGUI_ClippingDlg.h \
|
2004-06-18 14:34:31 +06:00
|
|
|
SMESHGUI_GroupDlg.h \
|
2003-05-19 20:07:00 +06:00
|
|
|
SMESHGUI_RemoveNodesDlg.h \
|
|
|
|
SMESHGUI_RemoveElementsDlg.h \
|
|
|
|
SMESHGUI_MeshInfosDlg.h \
|
2004-12-17 16:07:35 +05:00
|
|
|
SMESHGUI_StandardMeshInfosDlg.h \
|
2003-05-19 20:07:00 +06:00
|
|
|
SMESHGUI_Preferences_ColorDlg.h \
|
|
|
|
SMESHGUI_Preferences_ScalarBarDlg.h \
|
2004-06-18 14:34:31 +06:00
|
|
|
SMESHGUI_Preferences_SelectionDlg.h \
|
2003-05-19 20:07:00 +06:00
|
|
|
SMESHGUI_aParameterDlg.h \
|
|
|
|
SMESHGUI_MoveNodesDlg.h \
|
2004-12-01 15:48:31 +05:00
|
|
|
SMESHGUI_AddMeshElementDlg.h \
|
2004-06-18 14:34:31 +06:00
|
|
|
SMESHGUI_EditHypothesesDlg.h \
|
|
|
|
SMESHGUI_CreateHypothesesDlg.h \
|
2004-12-01 15:48:31 +05:00
|
|
|
SMESHGUI_FilterDlg.h \
|
|
|
|
SMESHGUI_FilterLibraryDlg.h \
|
|
|
|
SMESHGUI_SingleEditDlg.h \
|
|
|
|
SMESHGUI_MultiEditDlg.h \
|
|
|
|
SMESHGUI_DeleteGroupDlg.h \
|
|
|
|
SMESHGUI_GroupOpDlg.h \
|
|
|
|
SMESHGUI_SmoothingDlg.h \
|
|
|
|
SMESHGUI_RenumberingDlg.h \
|
|
|
|
SMESHGUI_ExtrusionDlg.h \
|
|
|
|
SMESHGUI_RevolutionDlg.h \
|
|
|
|
SMESHGUI_RotationDlg.h \
|
|
|
|
SMESHGUI_TranslationDlg.h \
|
|
|
|
SMESHGUI_SymmetryDlg.h \
|
|
|
|
SMESHGUI_SewingDlg.h \
|
|
|
|
SMESHGUI_PrecisionDlg.h \
|
|
|
|
SMESHGUI_MergeNodesDlg.h
|
|
|
|
|
2003-05-19 20:07:00 +06:00
|
|
|
LIB_CLIENT_IDL = SALOME_Exception.idl \
|
|
|
|
GEOM_Gen.idl \
|
|
|
|
SMESH_Gen.idl \
|
|
|
|
SMESH_Mesh.idl \
|
|
|
|
SMESH_Hypothesis.idl \
|
2004-06-18 14:34:31 +06:00
|
|
|
SMESH_Group.idl \
|
2003-05-19 20:07:00 +06:00
|
|
|
SALOMEDS.idl \
|
|
|
|
SALOMEDS_Attributes.idl \
|
|
|
|
SALOME_ModuleCatalog.idl \
|
|
|
|
SALOME_Component.idl \
|
2004-06-18 14:34:31 +06:00
|
|
|
MED.idl \
|
|
|
|
SMESH_Filter.idl \
|
2004-12-01 15:48:31 +05:00
|
|
|
SMESH_Pattern.idl \
|
|
|
|
SALOME_GenericObj.idl \
|
|
|
|
SALOME_Comm.idl
|
2003-05-19 20:07:00 +06:00
|
|
|
|
|
|
|
LIB_SERVER_IDL =
|
|
|
|
|
|
|
|
# additionnal information to compil and link file
|
|
|
|
|
2004-12-01 15:48:31 +05:00
|
|
|
#BIN = SMESHBin
|
|
|
|
|
2004-06-18 14:34:31 +06:00
|
|
|
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 \
|
|
|
|
$(BOOST_CPPFLAGS)
|
2004-12-01 15:48:31 +05:00
|
|
|
|
2003-05-19 20:49:35 +06:00
|
|
|
CXXFLAGS += -I${KERNEL_ROOT_DIR}/include/salome -I${GEOM_ROOT_DIR}/include/salome
|
2003-05-19 20:07:00 +06:00
|
|
|
|
2004-12-01 15:48:31 +05:00
|
|
|
|
|
|
|
LDFLAGS += -lSMESHObject -lSMESHFiltersSelection -lSMDS -lSMESHControls -lDlgRef $(OCC_KERNEL_LIBS) -lTKBO -L${KERNEL_ROOT_DIR}/lib/salome -lVTKViewer -lSalomeGUI -lSalomePrs -lSalomeNS -lqsplitterP -lSalomeLifeCycleCORBA -lOpUtil -lSalomeObject -lEvent -lSALOMELocalTrace -lSalomeVTKFilter -lOCCViewer -L${GEOM_ROOT_DIR}/lib/salome -lGEOMGUI -lGEOMClient -lGEOMFiltersSelection -lGEOMBase -lGEOMObject
|
|
|
|
|
|
|
|
LDFLAGSFORBIN += $(LDFLAGS)
|
2003-05-19 20:07:00 +06:00
|
|
|
|
|
|
|
@CONCLUDE@
|