# 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_grbindex.fd hwrf_atcf_to_stats.fd hwrf_aux_rw.fd hwrf_data_remv.fd \ hwrf_gettrk.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_data_flag.fd hwrf_readtdrstmid.fd hwrf_readtdrtime.fd \ ships hwrf_bdy_update.fd hwrf_netcdf_grads.fd hwrf_binary_grads.fd \ hwrf_bufr_remorest.fd hwrf_nhc_products.fd hwrf_wave_sample.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