# 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:$(top_builddir)/idl:${KERNEL_ROOT_DIR}/idl/salome @COMMENCE@ # header files EXPORT_HEADERS= # .po files to transform in .qm PO_FILES = MULTIPR_msg_en.po MULTIPR_icons.po # Libraries targets LIB = libMULTIPR.la LIB_SRC = MULTIPR_GUI.cxx MULTIPR_GUI_Dlg.cxx LIB_MOC = MULTIPR_GUI.h MULTIPR_GUI_Dlg.h LIB_CLIENT_IDL = SALOMEDS.idl SALOME_Exception.idl SALOME_ModuleCatalog.idl \ SALOMEDS_Attributes.idl SALOME_Component.idl SALOME_GenericObj.idl \ MULTIPR.idl Logger.idl LIB_SERVER_IDL = # additionnal information to compil and link file CPPFLAGS += \ $(QT_INCLUDES) \ $(OCC_INCLUDES) \ $(KERNEL_CXXFLAGS) \ $(MED_CXXFLAGS) \ $(GUI_CXXFLAGS) \ $(MED2_INCLUDES) \ $(BOOST_CPPFLAGS) CXXFLAGS += $(KERNEL_CXXFLAGS) $(GUI_CXXFLAGS) $(BOOST_CPPFLAGS) LDFLAGS += \ $(KERNEL_LDFLAGS) \ $(GUI_LDFLAGS) \ $(MED_LDFLAGS) $(MED2_LIBS) \ $(BOOST_LIBS) -lboost_thread${BOOST_LIBSUFFIX} \ -lSALOMELocalTrace \ -lSalomeApp \ -lmedsplitter \ -lmedmem \ -lmed_V2_1 \ -lMULTIPR_API @CONCLUDE@