# # makefile in directory ~/public_html/aalib/050_giantsteps # #F95 = f95 -v -M../ F95 = f95 -v LDFLAGS = -lplotsub -ldevices -lutils -lX11 -lm #LDFLAGS = -ldevices -lutils -lX11 -lm #AALIB1 =/homes/jeffery/jef/aalib.o #SIM_SM1 = ../../../../../aalib/sim_sm.o ################################################ saha.o: saha.f $(F95) -c saha.f -o saha.o saha.x: saha.o $(F95) saha.o -o saha.x rm saha.o test.o: test.f $(F95) -c test.f -o test.o test.x: test.o $(F95) test.o -o test.x rm test.o