# 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/ # # File : Makefile.in # Author : Vladimir Klyachin (OCN) # Module : OCCViewer # $Header$ top_srcdir=@top_srcdir@ top_builddir=../.. srcdir=@srcdir@ VPATH=.:@srcdir@:@srcdir@/resources @COMMENCE@ # header files EXPORT_HEADERS= OCCViewer_AISSelector.h \ OCCViewer_ViewManager.h \ OCCViewer_ViewModel.h \ OCCViewer_ViewPort3d.h \ OCCViewer_ViewPort.h \ OCCViewer_ViewWindow.h \ OCCViewer_VService.h \ OCCViewer_CreateRestoreViewDlg.h \ OCCViewer.h # .po files to transform in .qm PO_FILES = OCCViewer_images.po \ OCCViewer_msg_en.po # Libraries targets LIB = libOCCViewer.la LIB_SRC= OCCViewer_AISSelector.cxx \ OCCViewer_ViewManager.cxx \ OCCViewer_ViewModel.cxx \ OCCViewer_ViewPort3d.cxx \ OCCViewer_ViewPort.cxx \ OCCViewer_ViewWindow.cxx \ OCCViewer_VService.cxx \ OCCViewer_CreateRestoreViewDlg.cxx \ OCCViewer_ClippingDlg.cxx LIB_MOC = OCCViewer_AISSelector.h \ OCCViewer_ViewModel.h \ OCCViewer_ViewPort3d.h \ OCCViewer_ViewPort.h \ OCCViewer_ViewWindow.h \ OCCViewer_ViewManager.h \ OCCViewer_CreateRestoreViewDlg.h \ OCCViewer_ClippingDlg.h RESOURCES_FILES = \ view_back.png \ view_bottom.png \ view_camera_dump.png \ view_clone.png \ view_clipping.png \ view_clipping_pressed.png \ view_fitall.png \ view_fitarea.png \ view_front.png \ view_glpan.png \ view_left.png \ view_pan.png \ view_presets.png \ view_reset.png \ view_right.png \ view_rotate.png \ view_shoot.png \ view_top.png \ view_triedre.png \ view_zoom.png CPPFLAGS+=$(QT_INCLUDES) $(OGL_INCLUDES) $(OCC_INCLUDES) LDFLAGS+=$(OGL_LIBS) $(QT_MT_LIBS) $(CAS_KERNEL) $(CAS_VIEWER) -lsuit @CONCLUDE@