# Copyright (C) 2007-2013 CEA/DEN, EDF R&D, OPEN CASCADE # # 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.am # Author : André RIBES (EDF) # Module : KERNEL # include $(top_srcdir)/salome_adm/unix/make_common_starter.am # # =============================================================== # Header to be installed # =============================================================== # # header files salomeinclude_HEADERS = ParallelDSC_i.hxx \ Param_Double_Port_provides_i.hxx \ Param_Double_Port_uses_i.hxx # # =============================================================== # Local definitions # =============================================================== # # This local variable defines the list of CPPFLAGS common to all target in this package. COMMON_CPPFLAGS= -I$(top_srcdir)/src/Container \ -I$(top_srcdir)/src/ParallelContainer \ -I$(top_srcdir)/src/Notification \ -I$(top_srcdir)/src/SALOMELocalTrace \ -I$(top_srcdir)/src/Basics \ -I$(top_srcdir)/src/NamingService \ -I$(top_srcdir)/src/Utils \ -I$(top_srcdir)/src/DSC/DSC_Basic \ -I$(top_srcdir)/src/GenericObj \ -I$(top_builddir)/idl \ -I$(top_srcdir)/src/Registry \ -I$(top_srcdir)/src/Utils \ @CORBA_CXXFLAGS@ @CORBA_INCLUDES@ \ @PACO_INCLUDES@ @MPI_INCLUDES@ # This local variable defines the list of dependant libraries common to all target in this package. COMMON_LIBS = # # =============================================================== # Libraries targets # =============================================================== # lib_LTLIBRARIES = libSalomeParallelDSCContainer.la libSalomeParallelDSCContainer_la_SOURCES = ParallelDSC_i.cxx \ Param_Double_Port_provides_i.cxx \ Param_Double_Port_uses_i.cxx libSalomeParallelDSCContainer_la_CPPFLAGS = $(COMMON_CPPFLAGS) libSalomeParallelDSCContainer_la_LIBADD = $(COMMON_LIBS) libSalomeParallelDSCContainer_la_LDFLAGS = -no-undefined -version-info=0:0:0