# 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/ # # source path top_srcdir=@top_srcdir@ top_builddir=../.. srcdir=@srcdir@ VPATH=.:@srcdir@:@top_srcdir@/idl @COMMENCE@ EXPORT_HEADERS = SALOME_InteractiveObject.hxx \ Handle_SALOME_InteractiveObject.hxx \ SALOME_AISShape.hxx \ Handle_SALOME_AISShape.hxx \ SALOME_AISObject.hxx \ Handle_SALOME_AISObject.hxx \ SALOME_ListIO.hxx \ SALOME_ListIteratorOfListIO.hxx \ Handle_SALOME_ListNodeOfListIO.hxx \ SALOME_ListNodeOfListIO.hxx \ Handle_SALOME_Filter.hxx \ SALOME_Filter.hxx \ Handle_SALOME_TypeFilter.hxx \ SALOME_TypeFilter.hxx \ SALOME_DataMapOfIOMapOfInteger.hxx \ SALOME_DataMapIteratorOfDataMapOfIOMapOfInteger.hxx \ Handle_SALOME_DataMapNodeOfDataMapOfIOMapOfInteger.hxx \ SALOME_Selection.h # Libraries targets LIB = libSalomeObject.la LIB_SRC = SALOME_InteractiveObject.cxx \ SALOME_AISShape.cxx\ SALOME_AISObject.cxx\ SALOME_ListIO_0.cxx \ SALOME_ListIteratorOfListIO_0.cxx \ SALOME_ListNodeOfListIO_0.cxx \ SALOME_Filter.cxx \ SALOME_TypeFilter.cxx \ SALOME_DataMapOfIOMapOfInteger_0.cxx \ SALOME_DataMapNodeOfDataMapOfIOMapOfInteger_0.cxx \ SALOME_DataMapIteratorOfDataMapOfIOMapOfInteger_0.cxx LIB_CLIENT_IDL = # Executables targets BIN = BIN_SRC = CPPFLAGS+=$(QT_INCLUDES) $(OCC_INCLUDES) LDFLAGS+= $(QT_LIBS) $(CAS_LDPATH) -lTKV3d @CONCLUDE@