forked from bensonr/FMS
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMakefile.am
More file actions
18 lines (14 loc) · 696 Bytes
/
Makefile.am
File metadata and controls
18 lines (14 loc) · 696 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# This is the main automake file for FMS.
# Ed Hartnett 2/21/2019
# This directory stores libtool macros, put there by aclocal.
ACLOCAL_AMFLAGS = -I m4
# Make targets will be run in each subdirectory. Order is significant.
SUBDIRS = include platform constants tridiagonal mpp memutils fms \
affinity mosaic time_manager diag_manager drifters axis_utils \
horiz_interp time_interp column_diagnostics block_control \
data_override astronomy field_manager coupler diag_integral \
monin_obukhov interpolator fft amip_interp oda_tools exchange \
topography tracer_manager station_data sat_vapor_pres random_numbers \
libFMS test_fms
EXTRA_DIST = README.md
CLEANFILES = *__genmod.mod *__genmod.f90