2004-06-18 14:34:31 +06:00
|
|
|
# SMESH StdMeshersGUI : GUI for StdMeshers plugin
|
|
|
|
#
|
|
|
|
# Copyright (C) 2003 CEA
|
|
|
|
#
|
|
|
|
# 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
|
|
|
|
#
|
2006-06-01 17:39:17 +06:00
|
|
|
# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
2004-06-18 14:34:31 +06:00
|
|
|
#
|
|
|
|
#
|
|
|
|
#
|
|
|
|
# File : Makefile.in
|
|
|
|
# Author : Julia DOROVSKIKH
|
|
|
|
# Module : SMESH
|
|
|
|
|
|
|
|
top_srcdir=@top_srcdir@
|
|
|
|
top_builddir=../..
|
|
|
|
srcdir=@srcdir@
|
|
|
|
VPATH=.:@srcdir@:@top_srcdir@/idl:$(top_builddir)/idl:${KERNEL_ROOT_DIR}/idl/salome:${MED_ROOT_DIR}/idl/salome
|
|
|
|
|
|
|
|
|
|
|
|
@COMMENCE@
|
|
|
|
|
|
|
|
# .po files to transform in .qm
|
|
|
|
PO_FILES = \
|
2005-06-07 19:22:20 +06:00
|
|
|
StdMeshers_images.po \
|
2004-06-18 14:34:31 +06:00
|
|
|
StdMeshers_msg_en.po
|
|
|
|
|
|
|
|
# Libraries targets
|
|
|
|
LIB = libStdMeshersGUI.la
|
|
|
|
LIB_SRC = \
|
|
|
|
StdMeshersGUI.cxx \
|
2005-12-28 14:17:39 +05:00
|
|
|
StdMeshersGUI_StdHypothesisCreator.cxx \
|
|
|
|
StdMeshersGUI_DistrPreview.cxx \
|
|
|
|
StdMeshersGUI_DistrTable.cxx \
|
2006-12-06 20:33:29 +05:00
|
|
|
StdMeshersGUI_NbSegmentsCreator.cxx \
|
|
|
|
StdMeshersGUI_ObjectReferenceParamWdg.cxx \
|
|
|
|
StdMeshersGUI_LayerDistributionParamWdg.cxx
|
2004-06-18 14:34:31 +06:00
|
|
|
|
|
|
|
LIB_MOC = \
|
2005-12-28 14:17:39 +05:00
|
|
|
StdMeshersGUI_StdHypothesisCreator.h \
|
|
|
|
StdMeshersGUI_DistrPreview.h \
|
|
|
|
StdMeshersGUI_DistrTable.h \
|
2006-12-06 20:33:29 +05:00
|
|
|
StdMeshersGUI_NbSegmentsCreator.h \
|
|
|
|
StdMeshersGUI_ObjectReferenceParamWdg.h \
|
|
|
|
StdMeshersGUI_LayerDistributionParamWdg.h
|
2004-12-01 15:48:31 +05:00
|
|
|
|
2006-05-06 14:51:48 +06:00
|
|
|
EXPORT_HEADERS = StdMeshersGUI_StdHypothesisCreator.h
|
2004-06-18 14:34:31 +06:00
|
|
|
|
|
|
|
LIB_CLIENT_IDL = \
|
|
|
|
SALOME_Exception.idl \
|
|
|
|
SMESH_Hypothesis.idl \
|
2005-12-28 14:17:39 +05:00
|
|
|
SMESH_BasicHypothesis.idl \
|
|
|
|
SMESH_Mesh.idl
|
2004-12-01 15:48:31 +05:00
|
|
|
|
|
|
|
## pb in dependencies search
|
|
|
|
LIB_CLIENT_IDL += \
|
2006-06-01 17:39:17 +06:00
|
|
|
SALOME_Comm.idl \
|
2005-12-28 14:17:39 +05:00
|
|
|
SALOMEDS.idl \
|
2005-06-07 19:22:20 +06:00
|
|
|
SALOME_GenericObj.idl \
|
2005-12-14 11:44:19 +05:00
|
|
|
SALOME_ContainerManager.idl \
|
2005-06-07 19:22:20 +06:00
|
|
|
SALOME_Component.idl \
|
2006-05-06 14:51:48 +06:00
|
|
|
GEOM_Gen.idl \
|
|
|
|
MED.idl
|
2004-06-18 14:34:31 +06:00
|
|
|
|
|
|
|
LIB_SERVER_IDL =
|
|
|
|
|
|
|
|
# additionnal information to compil and link file
|
|
|
|
|
|
|
|
CPPFLAGS += $(QT_INCLUDES) $(VTK_INCLUDES) $(OGL_INCLUDES) $(OCC_INCLUDES) $(PYTHON_INCLUDES) \
|
2006-06-01 17:39:17 +06:00
|
|
|
$(KERNEL_CXXFLAGS) $(GUI_CXXFLAGS) $(GEOM_CXXFLAGS) \
|
2005-12-06 17:52:53 +05:00
|
|
|
$(BOOST_CPPFLAGS) $(QWT_INCLUDES)
|
2005-12-28 14:17:39 +05:00
|
|
|
|
2006-06-01 17:39:17 +06:00
|
|
|
CXXFLAGS += $(KERNEL_CXXFLAGS) $(GUI_CXXFLAGS) $(GEOM_CXXFLAGS)
|
2004-06-18 14:34:31 +06:00
|
|
|
|
2005-12-28 14:17:39 +05:00
|
|
|
LDFLAGS += -lSMESH -lVTKViewer -lSalomeApp -lSMESHObject -lSMESHFiltersSelection $(OCC_KERNEL_LIBS) \
|
2006-06-01 17:39:17 +06:00
|
|
|
-lTKBO $(KERNEL_LDFLAGS) $(GEOM_LDFLAGS) $(GUI_LDFLAGS) \
|
2005-12-28 14:17:39 +05:00
|
|
|
$(QWT_LIBS)
|
2004-06-18 14:34:31 +06:00
|
|
|
|
|
|
|
@CONCLUDE@
|