LIBS = DEBUG = -g -traceback ##DEBUG2 = -ftrapuv -check all -fp-stack-check -fstack-protector #DEBUG2 = -ftrapuv -check all -check nobounds -fp-stack-check -fstack-protector # this code currently fails bounds check cal_1hr_thunder_predict: cal_1hr_thunder_predict.f $(FC) -convert big_endian -o spc_cal_1hr_thunder_predict cal_1hr_thunder_predict.f $(LIBS) $(DEBUG) $(DEBUG2)