# Must include configure.hwrf here or CPPFLAGS and CPP are overrided # as "" on AIX. include ./configure.hwrf SHELL=/bin/sh # HWRF tools makefile SUBDIRS = hwrf_tempdrop.fd hwrf_obstobufr.fd hwrf_regrid_merge.fd wgrib2 \ satgrib2 cnvgrib copygb hwrf_wrfbdy_tinterp.fd \ hwrf_grbindex.fd hwrf_grb2index.fd hwrf_atcf_to_stats.fd hwrf_aux_rw.fd hwrf_prepbufr.fd \ hwrf_gridgenfine.fd hwrf_prep_hybrid.fd hwrf_read_indi.fd \ hwrf_supvit.fd hwrf_swath.fd wgrib ndate mdate nhour hwrf_bin_io.fd \ hwrf_afos.fd hwrf_combinetrack.fd serpoe hwrf_wrfout_newtime.fd \ hwrf_htcfstats.fd hwrf_readtdrinfo.fd \ ships hwrf_bdy_update.fd hwrf_netcdf_grads.fd hwrf_binary_grads.fd \ hwrf_bufr_remorest.fd hwrf_nhc_products.fd mpiserial \ hwrf_blend_gsi.fd hwrf_mpi_example.fd hwrf_metgrid_levels.fd \ hwrf_final_merge.fd hwrf_ensemble.fd hwrf_da_update_analysis.fd all: $(SUBDIRS) for dir in $(SUBDIRS); do \ ( cd $$dir; echo "Making $@ in `pwd`" ; make ); \ done clean: $(SUBDIRS) for dir in $(SUBDIRS); do \ ( cd $$dir; echo "Making $@ in `pwd`" ; \ make $@) ; \ done