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