~ubuntu-branches/ubuntu/karmic/hypre/karmic

« back to all changes in this revision

Viewing changes to src/babel/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Adam C. Powell, IV
  • Date: 2009-03-20 11:40:12 UTC
  • mfrom: (4.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20090320114012-132h6ok9w2r6o609
Tags: 2.4.0b-2
Rebuild against new openmpi.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#BHEADER**********************************************************************
2
 
# Copyright (c) 2006   The Regents of the University of California.
 
2
# Copyright (c) 2008,  Lawrence Livermore National Security, LLC.
3
3
# Produced at the Lawrence Livermore National Laboratory.
4
 
# Written by the HYPRE team. UCRL-CODE-222953.
5
 
# All rights reserved.
6
 
#
7
 
# This file is part of HYPRE (see http://www.llnl.gov/CASC/hypre/).
8
 
# Please see the COPYRIGHT_and_LICENSE file for the copyright notice, 
9
 
# disclaimer, contact information and the GNU Lesser General Public License.
 
4
# This file is part of HYPRE.  See file COPYRIGHT for details.
10
5
#
11
6
# HYPRE is free software; you can redistribute it and/or modify it under the
12
 
# terms of the GNU General Public License (as published by the Free Software 
13
 
# Foundation) version 2.1 dated February 1999.
14
 
#
15
 
# HYPRE is distributed in the hope that it will be useful, but WITHOUT ANY 
16
 
# WARRANTY; without even the IMPLIED WARRANTY OF MERCHANTABILITY or FITNESS 
17
 
# FOR A PARTICULAR PURPOSE.  See the terms and conditions of the GNU General
18
 
# Public License for more details.
19
 
#
20
 
# You should have received a copy of the GNU Lesser General Public License
21
 
# along with this program; if not, write to the Free Software Foundation,
22
 
# Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
23
 
#
24
 
# $Revision: 2.13 $
 
7
# terms of the GNU Lesser General Public License (as published by the Free
 
8
# Software Foundation) version 2.1 dated February 1999.
 
9
#
 
10
# $Revision: 2.17 $
25
11
#EHEADER**********************************************************************
26
12
 
 
13
 
 
14
 
 
15
 
 
16
 
27
17
include ../config/Makefile.config
28
18
 
29
19
# Python support.
41
31
ifeq ($(BUILD_PYTHON),1)
42
32
   BHYPRE_BABEL_PYTHON_DIR=bHYPREClient-P
43
33
endif
 
34
# The build process for the Java interface has environment variable requirements
 
35
# which many people may not have satisfied, so we don't want to do it unless
 
36
# requested.
 
37
ifeq ($(BUILD_JAVA),1)
 
38
   BHYPRE_BABEL_JAVA_DIR=bHYPREClient-J
 
39
endif
44
40
 
45
41
BHYPRE_BABEL_DIRS =\
46
42
 bHYPRE \
47
43
 bHYPREClient-C\
48
44
 bHYPREClient-F\
49
45
 bHYPREClient-CX\
 
46
 $(BHYPRE_BABEL_JAVA_DIR)\
50
47
 $(BHYPRE_BABEL_PYTHON_DIR)
51
48
 
52
49
HYPRE_BABEL_RUNTIME_SIDL_DIR = ${HYPRE_SRC_TOP_DIR}/babel-runtime/sidl