# Copyright (C) 2005 CEA/DEN, EDF R&D, OPEN CASCADE, PRINCIPIA 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 # # File : Makefile.in # Author : Vladimir Klyachin (OCN) # Module : suit # $Header$ top_srcdir=@top_srcdir@ top_builddir=../.. srcdir=@srcdir@ VPATH=.:@srcdir@:@srcdir@/resources @COMMENCE@ # header files EXPORT_HEADERS= SUIT.h \ SUIT_ActionOperation.h \ SUIT_Application.h \ SUIT_Convertor.h \ SUIT_DataObject.h \ SUIT_DataObjectIterator.h \ SUIT_DataObjectKey.h \ SUIT_DataOwner.h \ SUIT_Desktop.h \ SUIT_ExceptionHandler.h \ SUIT_FileDlg.h \ SUIT_FileValidator.h \ SUIT_MessageBox.h \ SUIT_Operation.h \ SUIT_OverrideCursor.h \ SUIT_ParserSettings.h \ SUIT_PopupClient.h \ SUIT_ResourceMgr.h \ SUIT_SelectionMgr.h \ SUIT_Selector.h \ SUIT_Session.h \ SUIT_SmartPtr.h \ SUIT_Study.h \ SUIT_ToolButton.h \ SUIT_Tools.h \ SUIT_ViewManager.h \ SUIT_ViewModel.h \ SUIT_ViewWindow.h \ SUIT_SelectionFilter.h \ SUIT_Accel.h \ SUIT_TreeSync.h # .po files to transform in .qm PO_FILES = SUIT_images.po \ SUIT_msg_en.po # Libraries targets LIB = libsuit.la LIB_SRC= SUIT_ActionOperation.cxx \ SUIT_Application.cxx \ SUIT_DataObject.cxx \ SUIT_DataObjectIterator.cxx \ SUIT_DataObjectKey.cxx \ SUIT_DataOwner.cxx \ SUIT_Desktop.cxx \ SUIT_ExceptionHandler.cxx \ SUIT_FileDlg.cxx \ SUIT_FileValidator.cxx \ SUIT_MessageBox.cxx \ SUIT_Operation.cxx \ SUIT_OverrideCursor.cxx \ SUIT_ParserSettings.cxx \ SUIT_PopupClient.cxx \ SUIT_ResourceMgr.cxx \ SUIT_SelectionMgr.cxx \ SUIT_Selector.cxx \ SUIT_Session.cxx \ SUIT_Study.cxx \ SUIT_ToolButton.cxx \ SUIT_Tools.cxx \ SUIT_ViewManager.cxx \ SUIT_ViewModel.cxx \ SUIT_ViewWindow.cxx \ SUIT_SelectionFilter.cxx \ SUIT_Accel.cxx LIB_MOC = SUIT_ActionOperation.h \ SUIT_Application.h \ SUIT_DataObject.h \ SUIT_Desktop.h \ SUIT_FileDlg.h \ SUIT_Operation.h \ SUIT_PopupClient.h \ SUIT_Session.h \ SUIT_Study.h \ SUIT_ToolButton.h \ SUIT_ViewModel.h \ SUIT_ViewWindow.h \ SUIT_ViewManager.h \ SUIT_SelectionMgr.h \ SUIT_Selector.h \ SUIT_Accel.h RESOURCES_FILES = \ cascade.png \ htile.png \ vtile.png CPPFLAGS+=$(QT_INCLUDES) LDFLAGS+=$(QT_MT_LIBS) -lqtx @CONCLUDE@