2010-05-07 19:25:17 +06:00
|
|
|
# Copyright (C) 2007-2010 CEA/DEN, EDF R&D, OPEN CASCADE
|
2003-07-09 20:44:57 +06:00
|
|
|
#
|
2009-02-13 17:16:39 +05: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
|
|
|
#
|
2009-02-13 17:16:39 +05: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.
|
|
|
|
#
|
|
|
|
# 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.com
|
|
|
|
#
|
2010-05-07 19:25:17 +06:00
|
|
|
|
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)
|
|
|
|
#
|
2010-06-15 15:41:18 +06:00
|
|
|
SUBDIRS = ARCHIMEDE NMTDS NMTTools GEOMAlgo SKETCHER OCC2VTK GEOM \
|
|
|
|
BREPExport BREPImport IGESExport IGESImport STEPExport \
|
|
|
|
STEPImport STLExport VTKExport ShHealOper GEOMImpl GEOM_I \
|
2010-09-27 21:17:08 +06:00
|
|
|
GEOMClient GEOM_I_Superv GEOM_SWIG GEOM_PY
|
2003-05-12 21:24:23 +06:00
|
|
|
|
2008-03-07 12:45:34 +05:00
|
|
|
if GEOM_ENABLE_GUI
|
2009-02-13 17:16:39 +05:00
|
|
|
SUBDIRS += OBJECT DlgRef GEOMFiltersSelection GEOMGUI GEOMBase GEOMToolsGUI \
|
|
|
|
DisplayGUI BasicGUI PrimitiveGUI GenerationGUI EntityGUI BuildGUI \
|
|
|
|
BooleanGUI TransformationGUI OperationGUI RepairGUI MeasureGUI \
|
2010-03-10 13:08:20 +05:00
|
|
|
GroupGUI BlocksGUI AdvancedGUI GEOM_SWIG_WITHIHM
|
2008-03-07 12:45:34 +05:00
|
|
|
endif
|
2009-02-13 17:16:39 +05:00
|
|
|
|
2010-06-17 18:27:40 +06:00
|
|
|
DIST_SUBDIRS = ARCHIMEDE NMTDS NMTTools GEOMAlgo SKETCHER OCC2VTK GEOM BREPExport\
|
2009-02-13 17:16:39 +05:00
|
|
|
BREPImport IGESExport IGESImport STEPExport STEPImport STLExport \
|
2010-06-15 15:41:18 +06:00
|
|
|
VTKExport ShHealOper GEOMImpl GEOM_I GEOMClient GEOM_I_Superv \
|
|
|
|
GEOM_SWIG OBJECT DlgRef GEOMFiltersSelection GEOMGUI GEOMBase \
|
|
|
|
GEOMToolsGUI DisplayGUI BasicGUI PrimitiveGUI GenerationGUI \
|
|
|
|
EntityGUI BuildGUI BooleanGUI TransformationGUI OperationGUI \
|
|
|
|
RepairGUI MeasureGUI GroupGUI BlocksGUI AdvancedGUI \
|
2010-09-27 21:17:08 +06:00
|
|
|
GEOM_SWIG_WITHIHM GEOM_PY
|