]> SALOME platform Git repositories - modules/med.git/blob - src/Makefile.am
Salome HOME
Join modifications from BR_Dev_For_4_0 tag V4_1_1.
[modules/med.git] / src / Makefile.am
1 #  Copyright (C) 2003  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
2 #  CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
3 #
4 #  This library is free software; you can redistribute it and/or
5 #  modify it under the terms of the GNU Lesser General Public
6 #  License as published by the Free Software Foundation; either
7 #  version 2.1 of the License.
8 #
9 #  This library is distributed in the hope that it will be useful,
10 #  but WITHOUT ANY WARRANTY; without even the implied warranty of
11 #  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
12 #  Lesser General Public License for more details.
13 #
14 #  You should have received a copy of the GNU Lesser General Public
15 #  License along with this library; if not, write to the Free Software
16 #  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
17 #
18 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
19
20 include $(top_srcdir)/adm_local/unix/make_common_starter.am
21
22 SUBDIRS = MEDWrapper MEDMEM INTERPOLATION MEDMEM_SWIG 
23
24 if MED_ENABLE_SPLITTER
25   SUBDIRS+= MEDSPLITTER
26
27 # MULTIPR
28 if MED_ENABLE_METIS
29   MULTIPR_DIR = MULTIPR
30 endif
31 if MED_ENABLE_SCOTCH
32   MULTIPR_DIR = MULTIPR
33 endif
34
35 endif
36
37 if MED_ENABLE_KERNEL
38   SUBDIRS+= $(MULTIPR_DIR) MEDMEM_I MED MedCorba_Swig MED_SWIG MedClient
39 endif
40
41 if MED_ENABLE_GUI
42   SUBDIRS+= MEDGUI
43 endif
44
45 DIST_SUBDIRS= MEDWrapper INTERPOLATION MEDMEM MEDMEM_SWIG MEDSPLITTER MULTIPR MEDMEM_I MED MedCorba_Swig MED_SWIG MedClient MEDGUI