# This Makefile will compile the he_relp program OBJP1 = he_relp.o st_slv.o st_pfd.o st_ilc.o st_sln.o st_dml.o st_glc.o \ st_msa.o dateconv.o config.o CFLAGS = -O FFLAGS = -g -C all: he_relp he_relp: ${OBJP1} config.o ${FC} ${FFLAGS} -o $@ ${OBJP1} clean: -rm *.o