# # $Revision: 25 $: # $Author: Dusan.Jovic $: # $Date: 2013-09-26 19:33:52 +0000 (Thu, 26 Sep 2013) $: # Qingfu Liu updated 2015 # SHELL = /bin/sh #export FFLAGS="-g -ftrapuv -check bounds -check format -check output_conversion -check pointers -check uninit -fp-stack-check -traceback" DIRS = hmon_pert_ct \ nems_bin_io \ hmon_split \ final_merge \ merge_nest \ hmon_anl_bogus \ hmon_anl_cs \ hmon_anl_step2 \ hmon_diffwrf_3dvar \ interpolate \ hmon_set_ijstart \ hmon_create_trak_fnl \ hmon_create_trak_guess BUILDDIRS = $(DIRS:%=build-%) CLEANDIRS = $(DIRS:%=clean-%) all: $(BUILDDIRS) $(DIRS): $(BUILDDIRS) $(BUILDDIRS): $(MAKE) -C $(@:build-%=%) clean: $(CLEANDIRS) $(CLEANDIRS): $(MAKE) -C $(@:clean-%=%) clean .PHONY: subdirs $(DIRS) .PHONY: subdirs $(BUILDDIRS) .PHONY: subdirs $(CLEANDIRS) .PHONY: all clean