# SUPERV Supervision : contains the implementation of interfaces of SuperVision described in SUPERV.idl # # 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.salome-platform.org/ or email : webmaster.salome@opencascade.com # # # # File : Makefile.in # Author : , CEA # Module : SUPERV # $Header: top_srcdir=@top_srcdir@ top_builddir=../.. srcdir=@srcdir@ VPATH=.:@srcdir@:@top_srcdir@/idl:$(top_builddir)/idl @COMMENCE@ EXPORT_PYSCRIPTS = SuperV.py batchmode_SuperV.py EXPORT_SHAREDPYSCRIPTS = SUPERV_shared_modules.py EXPORT_HEADERS = \ SuperV_Impl.hxx \ StreamGraph_Impl.hxx \ Graph_Impl.hxx \ CNode_Impl.hxx \ FNode_Impl.hxx \ INode_Impl.hxx \ GNode_Impl.hxx \ LNode_Impl.hxx \ ELNode_Impl.hxx \ SNode_Impl.hxx \ ESNode_Impl.hxx \ StreamLink_Impl.hxx \ Link_Impl.hxx \ StreamPort_Impl.hxx \ Port_Impl.hxx \ Value_Impl.hxx # Libraries targets LIB = libSUPERVEngine.la LIB_SRC = Value_Impl.cxx \ Port_Impl.cxx \ StreamPort_Impl.cxx \ Link_Impl.cxx \ StreamLink_Impl.cxx \ CNode_Impl.cxx \ FNode_Impl.cxx \ INode_Impl.cxx \ GNode_Impl.cxx \ LNode_Impl.cxx \ ELNode_Impl.cxx \ SNode_Impl.cxx \ ESNode_Impl.cxx \ Graph_Impl.cxx \ StreamGraph_Impl.cxx \ SuperV_Impl.cxx LIB_CLIENT_IDL = SALOME_ModuleCatalog.idl \ SALOME_Component.idl \ SALOMEDS.idl \ SUPERV.idl \ SALOME_Exception.idl \ SALOME_GenericObj.idl \ ObjRef_omniORB4.idl # Executables targets BIN = SuperV_Server_omniORB4 \ SuperV_Client_omniORB4 BIN_SRC = BIN_SERVER_IDL = CPPFLAGS+= $(PYTHON_INCLUDES) $(QT_MT_INCLUDES) $(OCC_INCLUDES) $(BOOST_CPPFLAGS)\ $(KERNEL_CXXFLAGS) CXXFLAGS += -g -D__x86__ -D__linux__ -ftemplate-depth-42 -Wall \ $(KERNEL_CXXFLAGS) $(SUPERV_LDFLAGS) LDFLAGS+= -lSalomeSuperVisionEditor -lSalomeSuperVisionExecutor -lSalomeSuperVisionBase \ -lSalomeContainer -lSalomeNotification -lSalomeNS -lSalomeLifeCycleCORBA \ -lOpUtil -lRegistry -lTOOLSDS -lSALOMELocalTrace \ $(QT_MT_LIBS) $(KERNEL_LDFLAGS) $(CAS_KERNEL) #LIBS += -Xlinker -export-dynamic $(PYTHON_LIBS) LDFLAGSFORBIN += $(LDFLAGS) $(KERNEL_LDFLAGS) -lSalomeResourcesManager -lSALOMEBasics #LIBSFORBIN += $(LIBS) @CONCLUDE@