--- trunk/libf/GNUmakefile 2011/04/13 12:29:18 44 +++ trunk/GNUmakefile 2014/03/06 15:12:00 83 @@ -1,70 +1,63 @@ -# This is the makefile for LMDZE. For GNU Make 3.80. +# This is a makefile for GNU make. -# Suffixes are: -# "f90" for free format, no preprocessing -# "f" for fixed format, no preprocessing +# This makefile builds LMDZE. -# Extend known suffixes: -%.o: %.f90 - $(COMPILE.f90) $(OUTPUT_OPTION) $< -COMPILE.f90 = $(FC) $(F90FLAGS) -c +# 1. Source files -# Directories: -libf_dir = . +src_root = . -VPATH = ${libf_dir}:${libf_dir}/dyn3d:${libf_dir}/dyn3d/Vlsplt:${libf_dir}/filtrez:${libf_dir}/phylmd:${libf_dir}/bibio:${libf_dir}/phylmd/Mobidic:${libf_dir}/phylmd/Orography:${libf_dir}/phylmd/Radlwsw:${libf_dir}/IOIPSL:${libf_dir}/IOIPSL/Stringop:${libf_dir}/dyn3d/Read_reanalyse +VPATH := ${src_root} $(addprefix ${src_root}/, $(shell cat ${src_root}/directories)) -# Compiler-dependent part: --include compiler.mk +common_sources := $(shell cat ${src_root}/common_sources) +src_ce0l_only := $(shell cat ${src_root}/src_ce0l_only) +src_gcm_only := $(shell cat ${src_root}/src_gcm_only) +sources = ${src_ce0l_only} ${src_gcm_only} ${common_sources} -# Source files: -sources_etat0_lim = acc.f dimens_m.f90 comvert.f90 comconst.f90 paramet_m.f90 bernoui.f caldyn0.f90 coefpoly.f comdissnew.f90 conf_dat2d.f90 conf_dat3d.f90 conf_gcm.f90 convflu.f convmas.f covcont.f dimphy.f90 diverg.f diverg_gam.f divergf.f divgrad.f divgrad2.f dynredem0.f90 dynredem1.f90 eigen_sort.f enercin.f indicesol.f90 etat0_lim.f90 etat0.f90 exner_hyb.f90 extrapol.f filtreg.f90 flumass.f fxhyp.f fxy.f90 fxyhyper.f90 fxysinus.f fyhyp.f geopot.f90 grid_change.f90 grad.f gradiv.f gradiv2.f grid_atob.f90 heavyside.f iniconst.f90 inidissip.f90 inifgn.f inifilr.f90 inigeom.f90 inter_barxy.f90 jacobi.f laplacien.f laplacien_gam.f laplacien_rot.f laplacien_rotgam.f limit.f90 massbar.f massbarxy.f massdair.f minmax.f90 nxgrad.f nxgrad_gam.f nxgraro2.f nxgrarot.f phyredem.f90 psextbar.f q_sat.f90 ran1.f rotat.f rotat_nfil.f rotatf.f sortvarc0.f90 tourpot.f vitvert.f90 logic.f90 comgeom.f90 serre.f90 dimsoil.f90 temps.f90 clesphys.f90 iniprint.f90 ener.f90 iniadvtrac.f90 startdyn.f90 regr1_step_av.f90 regr_lat_time_coefoz.f90 pressure_var.f90 regr1_lint.f90 start_init_phys_m.f90 start_init_orog_m.f90 grid_noro_m.f90 gr_int_dyn_m.f90 parafilt.f90 regr3_lint.f90 regr_pr_o3.f90 coefils.f90 new_unit.f90 scopy.f90 ssum.f90 histcom.f90 ioipslmpp.f90 errioipsl.f90 histcom_var.f90 mathelp.f90 calendar.f90 flincom.f90 find_str.f90 strlowercase.f90 flinget.f90 abort_gcm.f90 +# 2. Objects and executable files -sources_gcm = dimens_m.f90 comvert.f90 comconst.f90 paramet_m.f90 PVtheta.f dimphy.f90 aaam_bud.f abort_gcm.f90 acc.f adaptdt.f addfi.f90 advect.f90 advn.f advtrac.f90 advx.f advxp.f advy.f advyp.f advz.f advzp.f aeropt.f ajsec.f albedo.f bernoui.f caladvtrac.f90 caldyn.f90 calfis.f90 calltherm.f indicesol.f90 clcdrag.f90 clift.f interface_surf.f90 clmain.f90 calbeta.f clqh.f90 clvent.f coefkz.f90 coefkz2.f clouds_gno.f cltrac.f cltracrn.f90 coefcdrag.f90 coefkzmin.f coefpoly.f comdissnew.f90 concvl.f90 condsurf.f conema3.f conema3_m.f90 conf_gcm.f90 getparam.f90 conf_guide.f90 conf_phys.f90 conflx.f convect3.f convflu.f convmas.f coordij.f covcont.f cv3_routines.f cv_driver.f cv_routines.f cvltr.f diagphy.f dissip.f90 diverg.f diverg_gam.f divergf.f divgrad.f divgrad2.f dteta1.f90 dudv1.f dudv2.f dump2d.f dynetat0.f90 dynredem0.f90 dynredem1.f90 eigen_sort.f enercin.f exner_hyb.f90 filtreg.f90 fisrtilp.f90 flumass.f fluxstokenc.f90 formcoord.f fxhyp.f fxy.f90 fxyhyper.f90 fxysinus.f fyhyp.f gcm.f90 geopot.f90 grid_change.f90 gr_fi_ecrit.f90 grad.f gradiv.f gradiv2.f groupe.f90 groupeun.f guide.f90 hbtm.f90 heavyside.f hgardfou.f90 iniconst.f90 inidissip.f90 inifgn.f inifilr.f90 inigeom.f90 inigrads.f90 initdynav.f90 initfluxsto.f90 inithist.f90 initial0.f initphysto.f90 initrrnpb.f integrd.f90 interpost.f interpre.f ismax.f ismin.f jacobi.f laplacien.f laplacien_gam.f laplacien_rot.f laplacien_rotgam.f leapfrog.f90 limx.f limy.f limz.f lnblnk.f massbar.f massbarxy.f massdair.f minmax.f90 newmicro.f nflxtr.f nuage.f nxgrad.f nxgrad_gam.f nxgraro2.f nxgrarot.f orbite.f90 ozonecm.f90 pentes_ini.f phyetat0.f90 phyredem.f90 physiq.f90 phystokenc.f90 phytrac.f90 ppm3d.f prather.f pres2lev.f printflag.f90 psextbar.f q_sat.f90 qminimum.f90 ran1.f read_reanalyse.f90 readsulfate.f rotat.f rotat_nfil.f rotatf.f screenc.f90 screenp.f90 soil.f sortvarc.f90 stdlevvar.f90 suphec.f90 tetalevel.f thermcell.f tlift.f90 tourabs.f tourpot.f transp.f transp_lay.f ustarhb.f vdif_kcay.f vitvert.f90 vlsplt.f90 vlx.f90 vly.f90 vlz.f90 vlspltqs.f90 wrgrads.f yamada.f yamada4.f zilch.f logic.f90 comgeom.f90 serre.f90 dimsoil.f90 temps.f90 clesphys.f90 iniprint.f90 com_io_dyn.f90 tracstoke.f90 ener.f90 iniadvtrac.f90 YOMCST.f90 comgeomphy.f90 ctherm.f90 writedynav.f bilan_dyn.f90 covnat.f gr_u_scal.f gr_v_scal.f academic.f90 oasis_m.f90 raddim.f90 radepsi.f90 radopt.f90 yoethf.f90 FCTTRE.f90 gradsdef.f90 comfisrtilp.f90 nuagecom.f90 regr_pr_comb_coefoz.f90 regr_pr_coefoz.f90 ini_histday.f90 ini_histhf3d.f90 ini_histrac.f90 ini_histhf.f90 ini_histins.f90 o3_chem.f90 conf_interface.f90 gath_cpl.f90 albsno_m.f90 parafilt.f90 YOECUMF.f90 YOEGWD.f90 raddimlw.f90 pressure_var.f90 regr1_step_av.f90 regr1_lint.f90 clesphys2.f90 qcheck.f90 radiornpb.f90 minmaxqfi.f90 press_coefoz.f90 drag_noro.f90 gwstress.f90 orodrag.f90 orosetup.f90 gwprofil.f90 lift_noro.f90 orolift.f90 sugwd.f90 lw.f sw.f lwc.f lwu.f lwvd.f swclr.f swtt.f lwb.f lwtt.f lwv.f lwvn.f sw1s.f swde.f swtt1.f lwbv.f lwttm.f lwvb.f radlwsw.f sw2s.f swr.f swu.f coefils.f90 new_unit.f90 scopy.f90 ssum.f90 histcom.f90 getincom.f90 histwrite.f90 calendar.f90 errioipsl.f90 histcom_var.f90 ioipslmpp.f90 mathelp.f90 cmpblank.f90 find_str.f90 nocomma.f90 find_sig.f90 gensig.f90 strlowercase.f90 gr_phy_write_3d.f90 mathop.f90 tau2alpha.f90 correctbid.f90 nat2gcm.f90 reanalyse2nat.f90 vlxqs.f90 vlyqs.f90 +obj_ce0l := $(sort ${common_sources:.f=.o} ${src_ce0l_only:.f=.o}) +obj_gcm := $(sort ${common_sources:.f=.o} ${src_gcm_only:.f=.o}) +objects := $(sources:.f=.o) +execut = ce0l gcm -sources := $(sort ${sources_etat0_lim} ${sources_gcm}) -# (sort so that each filename appears only once) +# 3. Compiler-dependent part -# Object files: -obj_etat0_lim := $(addsuffix .o, $(sort $(basename ${sources_etat0_lim}))) -obj_gcm := $(addsuffix .o, $(sort $(basename ${sources_gcm}))) -objects := $(addsuffix .o, $(basename ${sources})) +mode = debug +include Compiler_options/${FC}_${mode}.mk -# Executable files: -executables = etat0_lim gcm +# 4. Rules -# Rules: -.PHONY: all -all: ${executables} +SHELL = bash +.DELETE_ON_ERROR: +.PHONY: all clean clobber depend +all: ${execut} log -etat0_lim: ${obj_etat0_lim} - @echo "$(FC) $(LDFLAGS) \$$^ $(LDLIBS) -o $@" - @$(FC) $(LDFLAGS) $^ $(LDLIBS) -o $@ +${execut}: + $(FC) $(LDFLAGS) $^ $(LDLIBS) -o $@ +ce0l: ${obj_ce0l} gcm: ${obj_gcm} - @echo "$(FC) $(LDFLAGS) \$$^ $(LDLIBS) -o $@" - @$(FC) $(LDFLAGS) $^ $(LDLIBS) -o $@ -TAGS: ${sources} - etags -l fortran $^ +depend ${src_root}/depend.mk: + makedepf90 -free -Wmissing -Wconfused $(addprefix -I, ${VPATH}) -nosrc $(addprefix -u , netcdf numer_rec_95 netcdf95 nr_util jumble) ${sources} >${src_root}/depend.mk -.PHONY: clean clobber +${src_root}/TAGS: ${sources} + ctags -e --language-force=fortran -f $@ $^ clean: - @echo "Removing object files." - @rm -f ${objects} - rm -f ${executables} + rm -f ${execut} ${objects} log clobber: clean - rm -f *.mod ${libf_dir}/depend.mk TAGS + rm -f *.mod ${src_root}/depend.mk ${src_root}/TAGS -.PHONY: depend -depend ${libf_dir}/depend.mk: - makedepf90 -Wmissing -Wconfused -I ${VPATH} -u netcdf -u numer_rec -u netcdf95 -u nr_util -nosrc ${sources} >${libf_dir}/depend.mk +log: + hostname >$@ + ${FC} ${version_flag} >>$@ 2>&1 + echo -e "\nFC = ${FC}\n\nFFLAGS = ${FFLAGS}\n\nLDLIBS = ${LDLIBS}\n\nLDFLAGS = ${LDFLAGS}" >>$@ + +ifneq ($(MAKECMDGOALS), clobber) +include ${src_root}/depend.mk +endif -# Dependencies between object files and include files: -include ${libf_dir}/depend.mk - -# Other rules, optionnally: -include grep.mk -include nag_rules.mk