1 |
# Header for makemake that adds ESMF directories |
2 |
# einfo=/home/cnh/src/esmf_builds/ESMF_HEAD_20060515_mpich2_ifort_build/esmf/e_make_settings |
3 |
einfo=/home/cnh/src/esmf_builds/ESMF_3_0_0_mpich2_ifort_build/esmf/e_make_settings |
4 |
einfo=/home/cnh/src/esmf_builds/ESMF_3_0_0_mpich2_ifort_build/esmf/e_make_settings |
5 |
einfo=/home/cnh/src/esmf_builds/ESMF_3_0_0_mpich-1.2.7p1_ifort-9.1.037/ESMF_3_0_0/esmf/e_make_settings |
6 |
einfo=/home/cnh/src/esmf_builds/ESMF_3_0_0_mpich-1.2.7p1_ifort-9.1.037/esmf/e_make_settings |
7 |
include $(einfo) |
8 |
|
9 |
EXTRA_IDIR=$(EIPATH) |
10 |
EXTRA_LOPT=$(EFLINK) |
11 |
# MLIB_LOPT=-L../../../../cg/build -lmitgcmuv |
12 |
MLIB_LOPT= |
13 |
EXTRA_LOPT=$(EFLINK) -lpmpich++ $(MLIB_LOPT) |
14 |
# EXTRA_LIB_LIST=../../../../cg/build/libmitgcmuv.a |
15 |
EXTRA_LIB_LIST= |
16 |
F90C=$(EFC) |
17 |
LINK=$(EFC) |