# Copyright (C) 2007-2010 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 # # -* Makefile *- # Author : # Modified by : Alexander BORODIN (OCN) - autotools usage # Module : GHS3DPLUGIN # include $(top_srcdir)/adm_local/unix/make_common_starter.am # header files salomeinclude_HEADERS = \ MULTIPR_GUI.h MULTIPR_GUI_Dlg.h # Libraries targets lib_LTLIBRARIES = libMULTIPR.la dist_libMULTIPR_la_SOURCES = \ MULTIPR_GUI_Dlg.cxx MULTIPR_GUI.cxx # MOC pre-processing MOC_FILES = \ MULTIPR_GUI_moc.cxx MULTIPR_GUI_Dlg_moc.cxx nodist_libMULTIPR_la_SOURCES = $(MOC_FILES) libMULTIPR_la_CPPFLAGS = \ $(QT_INCLUDES) \ $(CAS_CPPFLAGS) \ $(KERNEL_CXXFLAGS) \ $(MED_CXXFLAGS) \ $(GUI_CXXFLAGS) \ $(MED2_INCLUDES) \ $(BOOST_CPPFLAGS) \ $(PYTHON_INCLUDES) \ $(CORBA_CXXFLAGS) \ $(CORBA_INCLUDES) \ $(KERNEL_CXXFLAGS) \ -I$(srcdir)/../MULTIPR \ -I$(top_builddir)/idl libMULTIPR_la_LDFLAGS = \ ../../idl/libSalomeIDLMULTIPR.la \ ../MULTIPR/libMULTIPREngine.la \ $(KERNEL_LDFLAGS) -lSalomeLifeCycleCORBA \ $(GUI_LDFLAGS) \ $(QT_LIBS) \ $(MED_LDFLAGS) $(MED2_LIBS) \ $(BOOST_LIBS) -lboost_thread${BOOST_LIBSUFFIX} \ -lSALOMELocalTrace \ -lSalomeApp \ -lmedsplitter \ -lmedmem \ -lmed \ -lMULTIPR_API # resources files nodist_salomeres_DATA = \ MULTIPR_msg_en.qm \ MULTIPR_msg_fr.qm \ MULTIPR_icons.qm