-
Notifications
You must be signed in to change notification settings - Fork 28
/
Makefile.am
63 lines (60 loc) · 2.15 KB
/
Makefile.am
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
#***********************************************************************
# GNU Lesser General Public License
#
# This file is part of the GFDL FRE NetCDF tools package (FRE-NCTools).
#
# FRE-NCTools 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 3 of the License, or (at
# your option) any later version.
#
# FRE-NCTools 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 General Public License
# for more details.
#
# You should have received a copy of the GNU Lesser General Public
# License along with FRE-NCTools. If not, see
# <http://www.gnu.org/licenses/>.
#***********************************************************************
ACLOCAL_AMFLAGS = -I m4
SUBDIRS = postprocessing/combine_restarts \
postprocessing/iceberg_comb \
postprocessing/land_utils \
postprocessing/list_ncvars \
postprocessing/mppnccombine \
postprocessing/plevel \
postprocessing/split_ncvars \
postprocessing/timavg \
tools/libfrencutils \
tools/check_mask \
tools/cubic_utils \
tools/fregrid \
tools/make_coupler_mosaic \
tools/make_hgrid \
tools/make_land_domain \
tools/make_quick_mosaic \
tools/make_regional_mosaic \
tools/make_solo_mosaic \
tools/make_topog \
tools/make_vgrid \
tools/mppncscatter \
tools/ncexists \
tools/remap_land \
tools/river_regrid \
tools/runoff_regrid \
tools/transfer_to_mosaic_grid \
tools/simple_hydrog \
tools/simple_hydrog/libfmslite \
tools/simple_hydrog/postp \
tools/simple_hydrog/lakes \
tools/simple_hydrog/rmvpr \
tools/nc_null_check
if WITH_CHECK_PROGS
SUBDIRS += t
endif
if ENABLE_ACC
SUBDIRS += tools/libfrencutils_acc
SUBDIRS += tools/fregrid_acc
SUBDIRS += t_acc
endif