~reducedmodelling/fluidity/ROM_Non-intrusive-ann

« back to all changes in this revision

Viewing changes to libadaptivity/Makefile

  • Committer: fangf at ac
  • Date: 2012-11-06 12:21:31 UTC
  • mto: This revision was merged to the branch mainline in revision 3989.
  • Revision ID: fangf@imperial.ac.uk-20121106122131-u2zvt7fxc1r3zeou
updated

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#    Copyright (C) 2009 Imperial College London and others.
 
2
#
 
3
#    Please see the AUTHORS file in the main source directory for a full list
 
4
#    of copyright holders.
 
5
#
 
6
#    Gerard Gorman
 
7
#    Applied Modelling and Computation Group
 
8
#    Department of Earth Science and Engineering
 
9
#    Imperial College London
 
10
#
 
11
#    g.gorman@imperial.ac.uk
 
12
#
 
13
#    This library is free software; you can redistribute it and/or
 
14
#    modify it under the terms of the GNU Lesser General Public
 
15
#    License as published by the Free Software Foundation,
 
16
#    version 2.1 of the License.
 
17
#
 
18
#    This library is distributed in the hope that it will be useful,
 
19
#    but WITHOUT ANY WARRANTY; without even the implied warranty of
 
20
#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 
21
#    Lesser General Public License for more details.
 
22
#
 
23
#    You should have received a copy of the GNU Lesser General Public
 
24
#    License along with this library; if not, write to the Free Software
 
25
#    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
 
26
#    USA
 
27
SHELL = /bin/bash
 
28
 
 
29
MAKE = make
 
30
 
 
31
default:
 
32
        $(MAKE) -C adapt3d
 
33
        $(MAKE) -C load_balance
 
34
ifeq (,yes)
 
35
        $(MAKE) -C metric_field
 
36
endif
 
37
 
 
38
doc:
 
39
        doxygen doxygen.conf &> doxygen.log
 
40
 
 
41
clean:
 
42
        $(MAKE) -C adapt3d clean
 
43
        $(MAKE) -C load_balance clean
 
44
        $(MAKE) -C metric_field clean
 
45
        $(MAKE) -C tests clean
 
46
 
 
47
        rm -rf lib/libadaptivity.a 
 
48
 
 
49
distclean: clean
 
50
        rm -f adapt3d/include/confdefs.h include/confdefs.h include/config.h include/vtk.h load_balance/include/confdefs.h