# 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.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org # # # # 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 SUPERV_shared_modules.py EXPORT_HEADERS = \ SuperV_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 \ Link_Impl.hxx \ Value_Impl.hxx \ Port_Impl.hxx # Input_Impl.hxx \ # Libraries targets LIB = libSUPERVEngine.la LIB_SRC = Value_Impl.cxx \ Port_Impl.cxx \ Link_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 \ SuperV_Impl.cxx # Input_Impl.cxx \ LIB_CLIENT_IDL = SALOME_ModuleCatalog.idl \ SALOME_Component.idl \ SALOMEDS.idl \ SUPERV.idl \ SALOME_Exception.idl # Executables targets #BIN = SuperV_CheckOfUndefined BIN_SRC = BIN_SERVER_IDL = CPPFLAGS+= $(PYTHON_INCLUDES) $(QT_MT_INCLUDES) $(VTK_INCLUDES) \ $(OGL_INCLUDES) $(OCC_INCLUDES) \ -I${KERNEL_ROOT_DIR}/include/salome CXXFLAGS= -g -D_DEBUG_ -D__x86__ -D__linux__ -ftemplate-depth-42 \ -I${KERNEL_ROOT_DIR}/include/salome LDFLAGS+= -lSalomeSuperVisionEditor -lSalomeSuperVisionExecutor -lSalomeSuperVisionBase \ -lSalomeContainer -lSalomeNotification -lSalomeDS -lSalomeNS -lSalomeLifeCycleCORBA \ -lOpUtil -lRegistry -lSalomeHDFPersist -lSalomeLoggerServer \ $(QT_MT_LIBS) $(OGL_LIBS) $(HDF5_LIBS) \ -L${KERNEL_ROOT_DIR}/lib/salome #LDFLAGS+= -lSalomeSuperVisionEditor -lSalomeSuperVisionExecutor -lSalomeSuperVisionBase -lSalomeContainer -lSalomeNotification -lSalomeNS -lSalomeLifeCycleCORBA -lOpUtil -lRegistry -lSalomeHDFPersist -lSalomeLoggerServer $(QT_MT_LIBS) $(OGL_LIBS) $(HDF5_LIBS) @CONCLUDE@