# PROJECTS = s4_0207 # PROGRAM = s4_dck.o \ s4_0207.o # NAGLIB = -L/teosw/lib -lnag # OPTS = -vms -check bounds #-check overflow -check underflow # ### the main command for the makefile # s4_0207: $(PROGRAM) ;\ f77 $(PROGRAM) $(NAGLIB) -o s4_0207 # ### the commands to produce all the obj # s4_dck.o: s4_dck.f ;\ f77 -c -O -automatic -share -fpe4 -c $(OPTS) s4_dck.f # s4_0207.o: s4_0207.f ;\ f77 -c -O -automatic -share -fpe4 -c $(OPTS) s4_0207.f