# PROJECTS = wto_23 # PROGRAM = wto_dck_23.o \ wto_main_23.o \ wto_io_23.o \ wto_cca_23.o \ wto_nca1_23.o \ wto_nca2_23.o \ wto_hca1_23.o \ wto_hca2_23.o \ wto_swa_23.o \ wto_flagg_23.o \ wto_lib_23.o \ wto_jetset_23.o # ### NAGLIB # NAGLIB = -L/teosw/lib -lnag # ### the main command for the makefile # wto_23: $(PROGRAM) ;\ f77 $(PROGRAM) $(NAGLIB) -o wto_23 # ### the commands to produce all the obj # wto_dck_23.o: wto_dck_23.f ;\ f77 -c -O -automatic -shared -fpe4 -c wto_dck_23.f # wto_main_23.o: wto_main_23.f ;\ f77 -c -O -automatic -shared -fpe4 -c wto_main_23.f # wto_io_23.o: wto_io_23.f ;\ f77 -c -O -automatic -shared -fpe4 -c wto_io_23.f # wto_cca_23.o: wto_cca_23.f ;\ f77 -c -O -automatic -shared -fpe4 -c wto_cca_23.f # wto_nca1_23.o: wto_nca1_23.f ;\ f77 -c -O -automatic -shared -fpe4 -c wto_nca1_23.f # wto_nca2_23.o: wto_nca2_23.f ;\ f77 -c -O -automatic -shared -fpe4 -c wto_nca2_23.f # wto_hca1_23.o: wto_hca1_23.f ;\ f77 -c -O -automatic -shared -fpe4 -c wto_hca1_23.f # wto_hca2_23.o: wto_hca2_23.f ;\ f77 -c -O -automatic -shared -fpe4 -c wto_hca2_23.f # wto_swa_23.o: wto_swa_23.f ;\ f77 -c -O -automatic -shared -fpe4 -c wto_swa_23.f # wto_flagg_23.o: wto_flagg_23.f ;\ f77 -c -O -automatic -shared -fpe4 -c wto_flagg_23.f # wto_lib_23.o: wto_lib_23.f ;\ f77 -c -O -automatic -shared -fpe4 -c wto_lib_23.f # wto_jetset_23.o: wto_jetset_23.f ;\ f77 -c -O -automatic -shared -fpe4 -c wto_jetset_23.f #