geom/src/Makefile.am

54 lines
2.3 KiB
Makefile
Raw Normal View History

2012-08-09 07:58:02 +00:00
# Copyright (C) 2007-2012 CEA/DEN, EDF R&D, OPEN CASCADE
2003-07-09 14:44:57 +00:00
#
2012-08-09 07:58:02 +00: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.
2003-07-09 14:44:57 +00:00
#
2012-08-09 07:58:02 +00: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.
2003-07-09 14:44:57 +00:00
#
2012-08-09 07:58:02 +00: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 12:16:39 +00:00
#
2012-08-09 07:58:02 +00:00
# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
2009-02-13 12:16:39 +00:00
#
2012-08-09 07:58:02 +00:00
2009-02-13 12:16:39 +00:00
# File : Makefile.am
# Author : Alexander BORODIN, Open CASCADE S.A.S. (alexander.borodin@opencascade.com)
# Package : src (source files directory)
2012-08-09 07:58:02 +00:00
SUBDIRS = ARCHIMEDE NMTDS NMTTools GEOMAlgo SKETCHER OCC2VTK GEOM \
BREPExport BREPImport IGESExport IGESImport STEPExport \
2013-03-28 08:49:23 +00:00
STEPImport STLExport VTKExport ShHealOper XAO GEOMImpl GEOM_I \
2012-08-09 07:58:02 +00:00
GEOMClient GEOM_I_Superv GEOM_SWIG GEOM_PY
if WITH_OPENCV
SUBDIRS += ShapeRecognition
endif
2003-05-12 15:24:23 +00:00
if GEOM_ENABLE_GUI
2012-08-09 07:58:02 +00:00
SUBDIRS += OBJECT DlgRef GEOMFiltersSelection Material GEOMGUI GEOMBase GEOMToolsGUI \
2009-02-13 12:16:39 +00:00
DisplayGUI BasicGUI PrimitiveGUI GenerationGUI EntityGUI BuildGUI \
BooleanGUI TransformationGUI OperationGUI RepairGUI MeasureGUI \
2013-02-04 11:11:13 +00:00
GroupGUI BlocksGUI AdvancedGUI ImportExportGUI GEOM_SWIG_WITHIHM
2009-02-13 12:16:39 +00:00
2013-04-10 12:53:46 +00:00
if CPPUNIT_IS_OK
SUBDIRS += XAO/tests
endif
2013-04-11 15:50:20 +00:00
endif
2012-08-09 07:58:02 +00:00
DIST_SUBDIRS = ARCHIMEDE NMTDS NMTTools GEOMAlgo \
SKETCHER OCC2VTK GEOM BREPExport \
2009-02-13 12:16:39 +00:00
BREPImport IGESExport IGESImport STEPExport STEPImport STLExport \
2013-03-28 08:49:23 +00:00
VTKExport ShHealOper XAO GEOMImpl GEOM_I GEOMClient GEOM_I_Superv \
2012-08-09 07:58:02 +00:00
GEOM_SWIG OBJECT DlgRef GEOMFiltersSelection Material GEOMGUI GEOMBase \
GEOMToolsGUI DisplayGUI BasicGUI PrimitiveGUI GenerationGUI \
EntityGUI BuildGUI BooleanGUI TransformationGUI OperationGUI \
2013-03-28 08:49:23 +00:00
RepairGUI MeasureGUI GroupGUI BlocksGUI AdvancedGUI ImportExportGUI \
2012-08-09 07:58:02 +00:00
GEOM_SWIG_WITHIHM GEOM_PY ShapeRecognition