2004-12-01 15:39:14 +05:00
|
|
|
# GEOM NMTTools : partition algorithm
|
|
|
|
#
|
|
|
|
# Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
|
|
|
# CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
|
|
|
#
|
|
|
|
# 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.org
|
|
|
|
#
|
|
|
|
#
|
|
|
|
#
|
|
|
|
# File : Makefile.in
|
|
|
|
# Author : Julia DOROVSKIKH
|
|
|
|
# Module : GEOM
|
|
|
|
# $Header$
|
|
|
|
|
|
|
|
top_srcdir=@top_srcdir@
|
|
|
|
top_builddir=../..
|
|
|
|
srcdir=@srcdir@
|
|
|
|
VPATH=.:@srcdir@
|
|
|
|
|
|
|
|
|
|
|
|
@COMMENCE@
|
|
|
|
|
|
|
|
# Libraries targets
|
|
|
|
LIB = libNMTTools.la
|
|
|
|
LIB_SRC = \
|
|
|
|
NMTTools_CommonBlock.cxx \
|
|
|
|
NMTTools_CommonBlockAPI.cxx \
|
|
|
|
NMTTools_CommonBlockPool_0.cxx \
|
|
|
|
NMTTools_CoupleOfShape.cxx \
|
|
|
|
NMTTools_DEProcessor.cxx \
|
|
|
|
NMTTools_DSFiller.cxx \
|
|
|
|
NMTTools_IndexedDataMapNodeOfIndexedDataMapOfIndexedMapOfInteger_0.cxx \
|
|
|
|
NMTTools_IndexedDataMapNodeOfIndexedDataMapOfShapeIndexedMapOfShape_0.cxx \
|
|
|
|
NMTTools_IndexedDataMapNodeOfIndexedDataMapOfShapePaveBlock_0.cxx \
|
|
|
|
NMTTools_IndexedDataMapOfIndexedMapOfInteger_0.cxx \
|
|
|
|
NMTTools_IndexedDataMapOfShapeIndexedMapOfShape_0.cxx \
|
|
|
|
NMTTools_IndexedDataMapOfShapePaveBlock_0.cxx \
|
|
|
|
NMTTools_IteratorOfCoupleOfShape.cxx \
|
|
|
|
NMTTools_ListIteratorOfListOfCommonBlock_0.cxx \
|
|
|
|
NMTTools_ListIteratorOfListOfCoupleOfShape_0.cxx \
|
|
|
|
NMTTools_ListNodeOfListOfCommonBlock_0.cxx \
|
|
|
|
NMTTools_ListNodeOfListOfCoupleOfShape_0.cxx \
|
|
|
|
NMTTools_ListOfCommonBlock_0.cxx \
|
|
|
|
NMTTools_ListOfCoupleOfShape_0.cxx \
|
|
|
|
NMTTools_PaveFiller.cxx \
|
|
|
|
NMTTools_PaveFiller_0.cxx \
|
|
|
|
NMTTools_PaveFiller_1.cxx \
|
|
|
|
NMTTools_PaveFiller_2.cxx \
|
|
|
|
NMTTools_PaveFiller_3.cxx \
|
|
|
|
NMTTools_PaveFiller_4.cxx \
|
|
|
|
NMTTools_PaveFiller_5.cxx \
|
|
|
|
NMTTools_PaveFiller_6.cxx \
|
|
|
|
NMTTools_PaveFiller_7.cxx \
|
|
|
|
NMTTools_PaveFiller_8.cxx \
|
|
|
|
NMTTools_PaveFiller_9.cxx \
|
|
|
|
NMTTools_PCurveMaker.cxx \
|
|
|
|
NMTTools_Tools.cxx
|
|
|
|
|
|
|
|
LIB_CLIENT_IDL =
|
|
|
|
LIB_SERVER_IDL =
|
|
|
|
|
|
|
|
# header files
|
|
|
|
EXPORT_HEADERS = \
|
|
|
|
NMTTools_PDSFiller.hxx \
|
|
|
|
NMTTools_DSFiller.hxx \
|
|
|
|
NMTTools_PPaveFiller.hxx \
|
|
|
|
NMTTools_PaveFiller.hxx \
|
|
|
|
NMTTools_ListOfCoupleOfShape.hxx \
|
|
|
|
NMTTools_Tools.hxx \
|
|
|
|
NMTTools_CoupleOfShape.hxx \
|
|
|
|
NMTTools_ListIteratorOfListOfCoupleOfShape.hxx \
|
|
|
|
NMTTools_IndexedDataMapOfShapeIndexedMapOfShape.hxx \
|
|
|
|
NMTTools_IteratorOfCoupleOfShape.hxx \
|
|
|
|
NMTTools_CommonBlockPool.hxx \
|
|
|
|
Handle_NMTTools_ListNodeOfListOfCoupleOfShape.hxx \
|
|
|
|
Handle_NMTTools_IndexedDataMapNodeOfIndexedDataMapOfShapeIndexedMapOfShape.hxx
|
|
|
|
|
|
|
|
# idl files
|
|
|
|
EXPORT_IDLS=
|
|
|
|
|
|
|
|
|
|
|
|
CPPFLAGS += $(OCC_INCLUDES) -I${KERNEL_ROOT_DIR}/include/salome
|
|
|
|
CXXFLAGS += $(OCC_CXXFLAGS) -I${KERNEL_ROOT_DIR}/include/salome
|
2005-11-11 14:44:55 +05:00
|
|
|
LDFLAGS += $(CAS_LDPATH) -lTKBool -lTKBO -lNMTDS -L${KERNEL_ROOT_DIR}/lib/salome
|
2004-12-01 15:39:14 +05:00
|
|
|
|
|
|
|
%_moc.cxx: %.h
|
|
|
|
$(MOC) $< -o $@
|
|
|
|
|
|
|
|
@CONCLUDE@
|