# Copyright (C) 2005 CEA/DEN, EDF R&D # # 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 # # Source path top_srcdir=@top_srcdir@ top_builddir=../.. srcdir=@srcdir@ VPATH=.:@srcdir@:@top_srcdir@/idl MACHINE=PCLINUX @COMMENCE@ # Libraries targets LIB = libMULTIPREngine.la LIB_SRC = \ MULTIPR_i.cxx \ MULTIPR_API.cxx \ MULTIPR_Mesh.cxx \ MULTIPR_Profil.cxx \ MULTIPR_GaussLoc.cxx \ MULTIPR_Field.cxx \ MULTIPR_Nodes.cxx \ MULTIPR_Elements.cxx \ MULTIPR_Family.cxx \ MULTIPR_MeshDis.cxx \ MULTIPR_DecimationFilter.cxx \ MULTIPR_DecimationAccel.cxx \ MULTIPR_Utils.cxx \ MULTIPR_Obj.cxx LIB_SERVER_IDL = MULTIPR.idl LIB_CLIENT_IDL = SALOME_Component.idl SALOME_Exception.idl SALOMEDS.idl SALOME_GenericObj.idl Logger.idl EXPORT_HEADERS = \ MULTIPR_API.hxx \ MULTIPR_DecimationAccel.hxx \ MULTIPR_DecimationFilter.hxx \ MULTIPR_Elements.hxx \ MULTIPR_Exceptions.hxx \ MULTIPR_Family.hxx \ MULTIPR_Field.hxx \ MULTIPR_GaussLoc.hxx \ MULTIPR_Globals.hxx \ MULTIPR_MeshDis.hxx \ MULTIPR_Mesh.hxx \ MULTIPR_Nodes.hxx \ MULTIPR_PointOfField.hxx \ MULTIPR_Profil.hxx \ MULTIPR_Utils.hxx \ MULTIPR_Obj.hxx \ MULTIPR_ProgressCallback.hxx BIN = multipr BIN_SRC = # additionnal information to compile and link file CPPFLAGS += $(KERNEL_CXXFLAGS) $(MED_CXXFLAGS) $(MED2_INCLUDES) -Wall -pthread CPPFLAGSFORBIN=$(CPPFLAGS) LDFLAGS += $(KERNEL_LDFLAGS) $(MED_LDFLAGS) $(MED2_LIBS) -lSalomeContainer -lOpUtil -lm -lmed -lmedsplitter -lmedmem -lmed_V2_1 -lSALOMELocalTrace LDFLAGSFORBIN=$(LDFLAGS) # Executables targets @CONCLUDE@