2010-05-14 21:32:37 +06:00
|
|
|
# Copyright (C) 2007-2010 CEA/DEN, EDF R&D, OPEN CASCADE
|
2003-07-10 15:14:56 +06:00
|
|
|
#
|
2009-02-17 10:27:49 +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.
|
|
|
|
#
|
|
|
|
# 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
|
2003-07-10 15:14:56 +06:00
|
|
|
#
|
2010-05-14 21:32:37 +06:00
|
|
|
|
2003-07-10 15:14:56 +06:00
|
|
|
# File : Makefile.in
|
|
|
|
# Author : Patrick GOLDBRONN (CEA)
|
2008-03-07 12:47:05 +05:00
|
|
|
# Modified by : Alexander BORODIN (OCN) - autotools usage
|
2003-07-10 15:14:56 +06:00
|
|
|
# Module : SMESH
|
2003-05-19 20:07:00 +06:00
|
|
|
# $Header$
|
2009-02-17 10:27:49 +05:00
|
|
|
#
|
2008-03-07 12:47:05 +05:00
|
|
|
include $(top_srcdir)/adm_local/unix/make_common_starter.am
|
2006-06-01 17:39:17 +06:00
|
|
|
|
2004-06-18 14:34:31 +06:00
|
|
|
SUBDIRS = \
|
2008-03-07 12:47:05 +05:00
|
|
|
SMDS \
|
|
|
|
SMESHDS \
|
|
|
|
Controls \
|
|
|
|
Driver \
|
|
|
|
DriverMED \
|
|
|
|
DriverDAT \
|
|
|
|
DriverUNV \
|
|
|
|
DriverSTL \
|
|
|
|
SMESH \
|
|
|
|
SMESH_I \
|
|
|
|
SMESHClient \
|
|
|
|
SMESH_SWIG \
|
|
|
|
MEFISTO2 \
|
|
|
|
StdMeshers \
|
2010-11-25 17:44:43 +05:00
|
|
|
StdMeshers_I \
|
|
|
|
SMESH_PY
|
2003-07-10 15:14:56 +06:00
|
|
|
|
2008-03-07 12:47:05 +05:00
|
|
|
if SMESH_ENABLE_GUI
|
|
|
|
SUBDIRS += \
|
|
|
|
OBJECT \
|
|
|
|
SMESHFiltersSelection \
|
|
|
|
SMESHGUI \
|
2009-11-23 19:46:21 +05:00
|
|
|
PluginUtils \
|
2008-03-07 12:47:05 +05:00
|
|
|
SMESH_SWIG_WITHIHM \
|
|
|
|
StdMeshersGUI
|
|
|
|
endif
|
2009-02-17 10:27:49 +05:00
|
|
|
|
|
|
|
DIST_SUBDIRS = SMDS SMESHDS Controls Driver DriverMED DriverDAT DriverUNV DriverSTL SMESH \
|
|
|
|
SMESH_I SMESHClient SMESH_SWIG MEFISTO2 StdMeshers StdMeshers_I OBJECT \
|
2010-11-25 17:44:43 +05:00
|
|
|
SMESHFiltersSelection SMESHGUI PluginUtils SMESH_SWIG_WITHIHM StdMeshersGUI SMESH_PY
|