X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGraphExecutor%2FMakefile.in;h=81151cb65e242e71d842ced837347a13b887f976;hb=1f25d68b3c1179622df53d4403b253d3e0fb52da;hp=ccf0b54623e3d08f34cc70428730a86cd4a1cda5;hpb=e92234e01975ce15be247ff9d03f7b3e9cd7fccb;p=modules%2Fsuperv.git diff --git a/src/GraphExecutor/Makefile.in b/src/GraphExecutor/Makefile.in index ccf0b54..81151cb 100644 --- a/src/GraphExecutor/Makefile.in +++ b/src/GraphExecutor/Makefile.in @@ -1,10 +1,27 @@ +# 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 # Created : aug 21 2001 # Author : , CEA # Project : SALOME -# Copyright : CEA 2001 -# $Header: #============================================================================== # source path @@ -38,20 +55,24 @@ LIB_CLIENT_IDL = SALOME_ModuleCatalog.idl \ SALOME_Component.idl \ SALOMEDS.idl \ SUPERV.idl \ - SALOME_Exception.idl + SALOME_Exception.idl \ + SALOME_GenericObj.idl # Executables targets #BIN = SuperVisionExecutor_CheckOfUndefined BIN_SRC = BIN_SERVER_IDL = -CPPFLAGS+= $(PYTHON_INCLUDES) $(QT_MT_INCLUDES) $(VTK_INCLUDES) $(OGL_INCLUDES) \ - -I${KERNEL_ROOT_DIR}/include/salome -CXXFLAGS+= -g -D_DEBUG_ -D__x86__ -D__linux__ -ftemplate-depth-42 -Wall \ - -I${KERNEL_ROOT_DIR}/include/salome -LDFLAGS+= -export-dynamic -lSalomeNS -lSalomeLifeCycleCORBA -lSalomeSuperVisionBase -lOpUtil -lSALOMELocalTrace \ - -lc $(QT_MT_LIBS) $(OGL_LIBS) \ - -L${KERNEL_ROOT_DIR}/lib/salome +CPPFLAGS+= $(PYTHON_INCLUDES) $(QT_MT_INCLUDES) $(OCC_INCLUDES) $(KERNEL_CXXFLAGS) +CXXFLAGS+= -g -D__x86__ -D__linux__ -ftemplate-depth-42 -Wall \ + $(KERNEL_CXXFLAGS) + +ifeq ($(OS),REDHAT) + CXXFLAGS+= -DREDHAT +endif + +LDFLAGS+= -export-dynamic -lSalomeNS -lSalomeLifeCycleCORBA -lSalomeSuperVisionBase -lSalomeSuperVisionEditor -lOpUtil -lSALOMELocalTrace\ + -lc $(QT_MT_LIBS) $(KERNEL_LDFLAGS) #LIBS += -Xlinker -export-dynamic $(PYTHON_LIBS)