# Copyright (C) 2005-2008 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.in # Author : Vadim SANDLER (OCN) # Modified by : Alexander BORODIN (OCN) - autotools usage # Created : 13/07/05 ############################################################### # include $(top_srcdir)/adm_local/unix/make_common_starter.am # header files salomeinclude_HEADERS = SierpinskyGUI.h \ SierpinskyGUI_RunDlg.h PO_FILES = SIERPINSKY_msg_en.po SIERPINSKY_icons.po # Libraries targets lib_LTLIBRARIES = libSIERPINSKY.la dist_libSIERPINSKY_la_SOURCES = \ SierpinskyGUI.cxx \ SierpinskyGUI_RunDlg.cxx # MOC pre-processing MOC_FILES = \ SierpinskyGUI_RunDlg_moc.cxx \ SierpinskyGUI_moc.cxx nodist_libSIERPINSKY_la_SOURCES = $(MOC_FILES) libSIERPINSKY_la_CPPFLAGS = \ $(QT_INCLUDES) \ $(CAS_CPPFLAGS) \ $(VTK_INCLUDES) \ $(KERNEL_CXXFLAGS) \ $(MED_CXXFLAGS) \ $(VISU_CXXFLAGS) \ $(RANDOMIZER_CXXFLAGS) \ $(GUI_CXXFLAGS) \ $(BOOST_CPPFLAGS) \ $(CORBA_CXXFLAGS) \ $(CORBA_INCLUDES) \ -I$(srcdir)/../Sierpinsky \ -I$(top_builddir)/idl \ -I$(top_builddir)/salome_adm/unix libSIERPINSKY_la_LDFLAGS = \ ../Sierpinsky/libSIERPINSKYEngine.la \ $(KERNEL_LDFLAGS) \ -lSalomeLifeCycleCORBA \ $(GUI_LDFLAGS) \ -lSalomeApp \ $(VISU_LDFLAGS) \ -lSalomeIDLVISU \ $(RANDOMIZER_LDFLAGS) \ -lSalomeIDLRANDOMIZER \ $(QT_LIBS)