Parent Directory
|
Revision Log
|
Revision Graph
Lots of component bits + builds 1_0_4 or 1_0_5
1 | cnh | 1.1 | #!/bin/csh -fxv |
2 | # | ||
3 | set OPATH = ( ../../run/mmout ) | ||
4 | set OINC = ( ../../run ) | ||
5 | |||
6 | source ${BUILDROOT}/mytools/comp_profile.BASE | ||
7 | source ${BUILDROOT}/mytools/comp_profile.${COMP_PROF} | ||
8 | |||
9 | set includes = ( -I${OPATH} -I${APPF90MOD_PATH} -I${OINC} ${compinc} ) | ||
10 | set libs = ( -L${OPATH} -L${APPLIB_PATH} -lmitgcm_org_ocn_esmf_driver ${complibs} -lesmf ) | ||
11 | |||
12 | $comp $compopts -c mitgcm_ocn2cam_cpl.F $includes $libs | ||
13 | |||
14 | ${arcommand} ${aropts} libmitgcm_org_ocn2cam.a *.o | ||
15 | |||
16 | cp *.a ${APPLIB_PATH} | ||
17 | cp *.mod ${APPF90MOD_PATH} | ||
18 | \rm *.a *.mod | ||
19 |
ViewVC Help | |
Powered by ViewVC 1.1.22 |