EXECUTE= ovpindex SOURCES= ovpindex.f \ readin.f initialize.f process.f finalize.f \ ld_instdata.f ld_sites.f init_l2.f init_ovx.f init_out.f \ instdates.f lvl2file.f rdrec7.f writeout.f next_l2.f cost_fn.f\ ld_geom.f proscan.f qualify_fov.f select_sites.f profov.f\ get_lun.f str_1st_blank.f yyyydoy_inc.f abstime.f str_text_len.f FFLAGS= -O2 -C # if use -O3, then use .f=.f in the definition of the FILES line and # the clean command. Otherwise use .f=.o in the definition of the FILES. FILES=$(SOURCES:.f=.o) #clean: ${EXECUTE} # rm -f *.u ${EXECUTE}: ${FILES} f77 ${FFLAGS} -o ${EXECUTE} ${FILES}