1 # SUPERV Supervision : contains the implementation of interfaces of SuperVision described in SUPERV.idl
3 # Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
4 # CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
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.
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.
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
20 # See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
29 top_srcdir=@top_srcdir@
32 VPATH=.:@srcdir@:@top_srcdir@/idl:$(top_builddir)/idl
37 EXPORT_PYSCRIPTS = SuperV.py batchmode_SuperV.py
38 EXPORT_SHAREDPYSCRIPTS = SUPERV_shared_modules.py
42 StreamGraph_Impl.hxx \
59 LIB = libSUPERVEngine.la
60 LIB_SRC = Value_Impl.cxx \
74 StreamGraph_Impl.cxx \
77 LIB_CLIENT_IDL = SALOME_ModuleCatalog.idl \
78 SALOME_Component.idl \
81 SALOME_Exception.idl \
82 SALOME_GenericObj.idl \
86 BIN = SuperV_Server_omniORB4 \
87 SuperV_Client_omniORB4
91 CPPFLAGS+= $(PYTHON_INCLUDES) $(QT_MT_INCLUDES) $(VTK_INCLUDES) $(OGL_INCLUDES) $(OCC_INCLUDES) $(BOOST_CPPFLAGS)\
92 -I${KERNEL_ROOT_DIR}/include/salome
93 CXXFLAGS += -g -D__x86__ -D__linux__ -ftemplate-depth-42 -Wall \
94 -I${KERNEL_ROOT_DIR}/include/salome -L$(top_builddir)/lib/salome
95 LDFLAGS+= -lSalomeSuperVisionEditor -lSalomeSuperVisionExecutor -lSalomeSuperVisionBase \
96 -lSalomeContainer -lSalomeNotification -lSalomeNS -lSalomeLifeCycleCORBA \
97 -lOpUtil -lRegistry -lTOOLSDS -lSALOMELocalTrace \
98 $(QT_MT_LIBS) -L${KERNEL_ROOT_DIR}/lib/salome
99 #LIBS += -Xlinker -export-dynamic $(PYTHON_LIBS)
101 LDFLAGSFORBIN += $(LDFLAGS) -L${KERNEL_ROOT_DIR}/lib/salome -lSalomeResourcesManager -lSALOMEBasics
102 #LIBSFORBIN += $(LIBS)