geom/src/Makefile.am

48 lines
2.2 KiB
Makefile
Raw Normal View History

2012-08-09 13:58:02 +06:00
# Copyright (C) 2007-2012 CEA/DEN, EDF R&D, OPEN CASCADE
2003-07-09 20:44:57 +06:00
#
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.
2003-07-09 20:44:57 +06: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.
2003-07-09 20:44:57 +06: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
2009-02-13 17:16:39 +05:00
# File : Makefile.am
# Author : Alexander BORODIN, Open CASCADE S.A.S. (alexander.borodin@opencascade.com)
# Package : src (source files directory)
2012-08-09 13:58:02 +06:00
2013-02-12 17:35:16 +06:00
SUBDIRS = ARCHIMEDE NMTDS NMTTools BlockFix GEOMAlgo SKETCHER OCC2VTK GEOM \
BREPExport BREPImport IGESExport IGESImport STEPExport STEPImport \
STLExport VTKExport ShHealOper GEOMUtils GEOMImpl GEOM_I \
2012-08-09 13:58:02 +06:00
GEOMClient GEOM_I_Superv GEOM_SWIG GEOM_PY
if WITH_OPENCV
SUBDIRS += ShapeRecognition
endif
2003-05-12 21:24:23 +06:00
if GEOM_ENABLE_GUI
2013-02-12 17:35:16 +06:00
SUBDIRS += OBJECT DlgRef GEOMFiltersSelection Material GEOMGUI GEOMBase \
GEOMToolsGUI DisplayGUI BasicGUI PrimitiveGUI GenerationGUI \
EntityGUI BuildGUI BooleanGUI TransformationGUI OperationGUI \
RepairGUI MeasureGUI GroupGUI BlocksGUI AdvancedGUI GEOM_SWIG_WITHIHM
endif
2009-02-13 17:16:39 +05:00
2013-02-12 17:35:16 +06:00
DIST_SUBDIRS = ARCHIMEDE NMTDS NMTTools BlockFix GEOMAlgo SKETCHER \
OCC2VTK GEOM BREPExport BREPImport IGESExport IGESImport \
STEPExport STEPImport STLExport VTKExport ShHealOper GEOMUtils \
GEOMImpl GEOM_I GEOMClient GEOM_I_Superv GEOM_SWIG OBJECT \
DlgRef GEOMFiltersSelection Material GEOMGUI GEOMBase \
2012-08-09 13:58:02 +06:00
GEOMToolsGUI DisplayGUI BasicGUI PrimitiveGUI GenerationGUI \
EntityGUI BuildGUI BooleanGUI TransformationGUI OperationGUI \
2013-02-12 17:35:16 +06:00
RepairGUI MeasureGUI GroupGUI BlocksGUI AdvancedGUI \
2012-08-09 13:58:02 +06:00
GEOM_SWIG_WITHIHM GEOM_PY ShapeRecognition