Salome HOME
Merge from V5_1_4_BR 07/05/2010
[modules/smesh.git] / src / Makefile.am
1 #  Copyright (C) 2007-2010  CEA/DEN, EDF R&D, OPEN CASCADE
2 #
3 #  This library is free software; you can redistribute it and/or
4 #  modify it under the terms of the GNU Lesser General Public
5 #  License as published by the Free Software Foundation; either
6 #  version 2.1 of the License.
7 #
8 #  This library is distributed in the hope that it will be useful,
9 #  but WITHOUT ANY WARRANTY; without even the implied warranty of
10 #  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
11 #  Lesser General Public License for more details.
12 #
13 #  You should have received a copy of the GNU Lesser General Public
14 #  License along with this library; if not, write to the Free Software
15 #  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
16 #
17 #  See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
18 #
19
20 #  File   : Makefile.in
21 #  Author : Patrick GOLDBRONN (CEA)
22 #  Modified by : Alexander BORODIN (OCN) - autotools usage
23 #  Module : SMESH
24 #  $Header$
25 #
26 include $(top_srcdir)/adm_local/unix/make_common_starter.am
27
28 SUBDIRS = \
29         SMDS \
30         SMESHDS \
31         Controls \
32         Driver \
33         DriverMED \
34         DriverDAT \
35         DriverUNV \
36         DriverSTL \
37         SMESH \
38         SMESH_I \
39         SMESHClient \
40         SMESH_SWIG \
41         MEFISTO2 \
42         StdMeshers \
43         StdMeshers_I
44
45 if SMESH_ENABLE_GUI
46   SUBDIRS += \
47         OBJECT \
48         SMESHFiltersSelection \
49         SMESHGUI \
50         PluginUtils \
51         SMESH_SWIG_WITHIHM \
52         StdMeshersGUI
53 endif
54
55 DIST_SUBDIRS =  SMDS SMESHDS Controls Driver DriverMED DriverDAT DriverUNV DriverSTL SMESH      \
56                 SMESH_I SMESHClient SMESH_SWIG MEFISTO2 StdMeshers StdMeshers_I OBJECT          \
57                 SMESHFiltersSelection SMESHGUI PluginUtils SMESH_SWIG_WITHIHM StdMeshersGUI