geom/src/GEOMImpl/Makefile.am

264 lines
8.0 KiB
Makefile
Raw Normal View History

2013-04-01 18:25:01 +06:00
# Copyright (C) 2007-2013 CEA/DEN, EDF R&D, OPEN CASCADE
#
2012-08-09 13:58:02 +06:00
# 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.
2009-02-13 17:16:39 +05:00
#
2012-08-09 13:58:02 +06:00
# 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.
2009-02-13 17:16:39 +05:00
#
2012-08-09 13:58:02 +06:00
# 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
2009-02-13 17:16:39 +05:00
#
2012-08-09 13:58:02 +06:00
# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
2013-04-01 18:25:01 +06:00
#
2012-08-09 13:58:02 +06:00
2009-02-13 17:16:39 +05:00
# GEOM GEOM : implementaion of GEOM_Gen.idl
# File : Makefile.in
# Author : Damien COQUERET (OCC)
# Modified by : Alexander BORODIN (OCN) - autotools usage
# Module : GEOM
2012-08-09 13:58:02 +06:00
include $(top_srcdir)/adm_local/unix/make_common_starter.am
# Libraries targets
lib_LTLIBRARIES = libGEOMimpl.la
2012-08-09 13:58:02 +06:00
# header files
2009-02-13 17:16:39 +05:00
salomeinclude_HEADERS = \
GEOMImpl_Gen.hxx \
GEOMImpl_IBasicOperations.hxx \
GEOMImpl_ITransformOperations.hxx \
GEOMImpl_IHealingOperations.hxx \
GEOMImpl_I3DPrimOperations.hxx \
GEOMImpl_IShapesOperations.hxx \
GEOMImpl_IBlocksOperations.hxx \
GEOMImpl_IBooleanOperations.hxx \
GEOMImpl_ICurvesOperations.hxx \
GEOMImpl_ILocalOperations.hxx \
GEOMImpl_IInsertOperations.hxx \
GEOMImpl_IMeasureOperations.hxx \
GEOMImpl_IGroupOperations.hxx \
2012-08-09 13:58:02 +06:00
GEOMImpl_IAdvancedOperations.hxx \
2009-02-13 17:16:39 +05:00
GEOMImpl_IGlue.hxx \
GEOMImpl_PointDriver.hxx \
GEOMImpl_IPoint.hxx \
GEOMImpl_IPolyline.hxx \
GEOMImpl_ICircle.hxx \
GEOMImpl_ISpline.hxx \
GEOMImpl_IEllipse.hxx \
GEOMImpl_IFillet.hxx \
2012-08-09 13:58:02 +06:00
GEOMImpl_IFillet1d.hxx \
2009-02-13 17:16:39 +05:00
GEOMImpl_IFillet2d.hxx \
GEOMImpl_IChamfer.hxx \
GEOMImpl_ICopy.hxx \
GEOMImpl_IArchimede.hxx \
GEOMImpl_IArc.hxx \
GEOMImpl_ISketcher.hxx \
GEOMImpl_I3DSketcher.hxx \
GEOMImpl_IVector.hxx \
GEOMImpl_IDisk.hxx \
GEOMImpl_IFace.hxx \
GEOMImpl_ILine.hxx \
GEOMImpl_IPlane.hxx \
GEOMImpl_IMarker.hxx \
GEOMImpl_ITranslate.hxx \
GEOMImpl_IMirror.hxx \
GEOMImpl_IOffset.hxx \
GEOMImpl_IScale.hxx \
GEOMImpl_IRotate.hxx \
GEOMImpl_IPosition.hxx \
GEOMImpl_IHealing.hxx \
GEOMImpl_IImportExport.hxx \
GEOMImpl_IBox.hxx \
GEOMImpl_IBlocks.hxx \
GEOMImpl_IBlockTrsf.hxx \
GEOMImpl_IBoolean.hxx \
GEOMImpl_ICylinder.hxx \
GEOMImpl_ICone.hxx \
GEOMImpl_ISphere.hxx \
GEOMImpl_ITorus.hxx \
GEOMImpl_IPrism.hxx \
GEOMImpl_IPipe.hxx \
2012-12-13 14:40:36 +06:00
GEOMImpl_IPipePath.hxx \
2009-02-13 17:16:39 +05:00
GEOMImpl_IRevolution.hxx \
GEOMImpl_IMeasure.hxx \
GEOMImpl_IShapes.hxx \
GEOMImpl_IFilling.hxx \
GEOMImpl_IThruSections.hxx \
GEOMImpl_IPartition.hxx \
GEOMImpl_IPipeDiffSect.hxx \
GEOMImpl_IPipeShellSect.hxx \
GEOMImpl_IPipeBiNormal.hxx \
GEOMImpl_VectorDriver.hxx \
GEOMImpl_LineDriver.hxx \
GEOMImpl_DiskDriver.hxx \
GEOMImpl_FaceDriver.hxx \
GEOMImpl_PlaneDriver.hxx \
GEOMImpl_MarkerDriver.hxx \
GEOMImpl_TranslateDriver.hxx \
GEOMImpl_MirrorDriver.hxx \
2012-08-09 13:58:02 +06:00
GEOMImpl_ProjectionDriver.hxx \
2009-02-13 17:16:39 +05:00
GEOMImpl_OffsetDriver.hxx \
GEOMImpl_ScaleDriver.hxx \
GEOMImpl_PositionDriver.hxx \
GEOMImpl_BoxDriver.hxx \
GEOMImpl_ConeDriver.hxx \
GEOMImpl_CylinderDriver.hxx \
GEOMImpl_SphereDriver.hxx \
GEOMImpl_TorusDriver.hxx \
GEOMImpl_PrismDriver.hxx \
GEOMImpl_PipeDriver.hxx \
2012-12-13 14:40:36 +06:00
GEOMImpl_PipePathDriver.hxx \
2009-02-13 17:16:39 +05:00
GEOMImpl_ThruSectionsDriver.hxx \
GEOMImpl_RevolutionDriver.hxx \
GEOMImpl_ShapeDriver.hxx \
GEOMImpl_BlockDriver.hxx \
GEOMImpl_Block6Explorer.hxx \
GEOMImpl_MeasureDriver.hxx \
GEOMImpl_PolylineDriver.hxx \
GEOMImpl_CircleDriver.hxx \
GEOMImpl_EllipseDriver.hxx \
GEOMImpl_ArcDriver.hxx \
GEOMImpl_SplineDriver.hxx \
GEOMImpl_SketcherDriver.hxx \
GEOMImpl_3DSketcherDriver.hxx \
GEOMImpl_FilletDriver.hxx \
2012-08-09 13:58:02 +06:00
GEOMImpl_Fillet1d.hxx \
GEOMImpl_Fillet1dDriver.hxx \
2009-02-13 17:16:39 +05:00
GEOMImpl_Fillet2dDriver.hxx \
GEOMImpl_ChamferDriver.hxx \
GEOMImpl_BooleanDriver.hxx \
GEOMImpl_PartitionDriver.hxx \
GEOMImpl_CopyDriver.hxx \
GEOMImpl_ExportDriver.hxx \
GEOMImpl_ImportDriver.hxx \
GEOMImpl_RotateDriver.hxx \
GEOMImpl_ArchimedeDriver.hxx \
GEOMImpl_HealingDriver.hxx \
GEOMImpl_FillingDriver.hxx \
GEOMImpl_GlueDriver.hxx \
GEOMImpl_Types.hxx \
GEOM_GEOMImpl.hxx
2012-08-09 13:58:02 +06:00
ADVANCED_INCLUDES =
ADVANCED_INCLUDES += GEOMImpl_IPipeTShape.hxx GEOMImpl_PipeTShapeDriver.hxx
ADVANCED_INCLUDES += GEOMImpl_IDividedDisk.hxx GEOMImpl_DividedDiskDriver.hxx
##ADVANCED_INCLUDES += GEOMImpl_IDividedCylinder.hxx GEOMImpl_DividedCylinderDriver.hxx
##@@ insert new functions before this line @@ do not remove this line @@ do not remove this line @@##
salomeinclude_HEADERS += $(ADVANCED_INCLUDES)
2009-02-13 17:16:39 +05:00
dist_libGEOMimpl_la_SOURCES = \
GEOMImpl_IBasicOperations.cxx \
GEOMImpl_ITransformOperations.cxx \
GEOMImpl_IHealingOperations.cxx \
GEOMImpl_I3DPrimOperations.cxx \
GEOMImpl_IShapesOperations.cxx \
GEOMImpl_IBlocksOperations.cxx \
GEOMImpl_IBooleanOperations.cxx \
GEOMImpl_ICurvesOperations.cxx \
GEOMImpl_ILocalOperations.cxx \
GEOMImpl_IInsertOperations.cxx \
GEOMImpl_IMeasureOperations.cxx \
GEOMImpl_IGroupOperations.cxx \
2012-08-09 13:58:02 +06:00
GEOMImpl_IAdvancedOperations.cxx \
2009-02-13 17:16:39 +05:00
GEOMImpl_Gen.cxx \
GEOMImpl_PointDriver.cxx \
GEOMImpl_VectorDriver.cxx \
GEOMImpl_LineDriver.cxx \
GEOMImpl_PlaneDriver.cxx \
GEOMImpl_MarkerDriver.cxx \
GEOMImpl_TranslateDriver.cxx \
GEOMImpl_MirrorDriver.cxx \
2012-08-09 13:58:02 +06:00
GEOMImpl_ProjectionDriver.cxx \
2009-02-13 17:16:39 +05:00
GEOMImpl_OffsetDriver.cxx \
GEOMImpl_ScaleDriver.cxx \
GEOMImpl_PositionDriver.cxx \
GEOMImpl_BoxDriver.cxx \
GEOMImpl_FaceDriver.cxx \
GEOMImpl_DiskDriver.cxx \
GEOMImpl_ConeDriver.cxx \
GEOMImpl_CylinderDriver.cxx \
GEOMImpl_SphereDriver.cxx \
GEOMImpl_TorusDriver.cxx \
GEOMImpl_PrismDriver.cxx \
GEOMImpl_PipeDriver.cxx \
2012-12-13 14:40:36 +06:00
GEOMImpl_PipePathDriver.cxx \
2009-02-13 17:16:39 +05:00
GEOMImpl_ThruSectionsDriver.cxx \
GEOMImpl_RevolutionDriver.cxx \
GEOMImpl_ShapeDriver.cxx \
GEOMImpl_BlockDriver.cxx \
GEOMImpl_Block6Explorer.cxx \
GEOMImpl_MeasureDriver.cxx \
GEOMImpl_PolylineDriver.cxx \
GEOMImpl_CircleDriver.cxx \
GEOMImpl_EllipseDriver.cxx \
GEOMImpl_ArcDriver.cxx \
GEOMImpl_SplineDriver.cxx \
GEOMImpl_SketcherDriver.cxx \
GEOMImpl_3DSketcherDriver.cxx \
GEOMImpl_FilletDriver.cxx \
2012-08-09 13:58:02 +06:00
GEOMImpl_Fillet1d.cxx \
GEOMImpl_Fillet1dDriver.cxx \
2009-02-13 17:16:39 +05:00
GEOMImpl_Fillet2dDriver.cxx \
GEOMImpl_ChamferDriver.cxx \
GEOMImpl_BooleanDriver.cxx \
GEOMImpl_PartitionDriver.cxx \
GEOMImpl_CopyDriver.cxx \
GEOMImpl_ExportDriver.cxx \
GEOMImpl_ImportDriver.cxx \
GEOMImpl_RotateDriver.cxx \
GEOMImpl_ArchimedeDriver.cxx \
GEOMImpl_HealingDriver.cxx \
GEOMImpl_FillingDriver.cxx \
GEOMImpl_GlueDriver.cxx
2012-08-09 13:58:02 +06:00
ADVANCED_SOURCES =
ADVANCED_SOURCES += GEOMImpl_PipeTShapeDriver.cxx
ADVANCED_SOURCES += GEOMImpl_DividedDiskDriver.cxx
##ADVANCED_SOURCES += GEOMImpl_DividedCylinderDriver.cxx
##@@ insert new functions before this line @@ do not remove this line @@ do not remove this line @@##
dist_libGEOMimpl_la_SOURCES += $(ADVANCED_SOURCES)
2009-02-13 17:16:39 +05:00
# additional information to compile and link file
libGEOMimpl_la_CPPFLAGS = \
$(CORBA_CXXFLAGS) \
$(CORBA_INCLUDES) \
$(CAS_CPPFLAGS) \
$(KERNEL_CXXFLAGS) \
$(BOOST_CPPFLAGS) \
2012-08-09 13:58:02 +06:00
$(PYTHON_INCLUDES) \
2009-02-13 17:16:39 +05:00
-I$(srcdir)/../ShHealOper \
2012-08-09 13:58:02 +06:00
-I$(srcdir)/../NMTDS \
2009-02-13 17:16:39 +05:00
-I$(srcdir)/../NMTTools \
-I$(srcdir)/../GEOM \
2013-02-12 17:35:16 +06:00
-I$(srcdir)/../BlockFix \
2009-02-13 17:16:39 +05:00
-I$(srcdir)/../GEOMAlgo \
2013-02-12 17:35:16 +06:00
-I$(srcdir)/../GEOMUtils \
2009-02-13 17:16:39 +05:00
-I$(srcdir)/../SKETCHER \
-I$(srcdir)/../ARCHIMEDE \
2012-08-09 13:58:02 +06:00
-I$(top_builddir)/idl
2009-02-13 17:16:39 +05:00
libGEOMimpl_la_LDFLAGS = \
../GEOM/libGEOMbasic.la \
2013-02-12 17:35:16 +06:00
../BlockFix/libBlockFix.la \
2009-02-13 17:16:39 +05:00
../GEOMAlgo/libGEOMAlgo.la \
2013-02-12 17:35:16 +06:00
../GEOMUtils/libGEOMUtils.la \
2009-02-13 17:16:39 +05:00
../ShHealOper/libShHealOper.la \
../ARCHIMEDE/libGEOMArchimede.la \
../SKETCHER/libGEOMSketcher.la \
2012-08-09 13:58:02 +06:00
$(KERNEL_LDFLAGS) -lSALOMELocalTrace -lSALOMEBasics \
2009-02-13 17:16:39 +05:00
$(STDLIB) \
2012-08-09 13:58:02 +06:00
$(CAS_LDPATH) -lTKCAF -lTKFillet -lTKOffset -lTKFeat \
$(PYTHON_LIBS)
2009-02-13 17:16:39 +05:00
# extra dist files
EXTRA_DIST += GUID.txt