
OBJ5 = imgmdl2.o imprsp2.o dfft2.o dfinv1.o svdcmp.o 


FFLAGS = -O3  
#FFLAGS = -O   
#TIMING = -p 
#Insert TIMING into the compilation of executable for timing profile


armaest22e: $(OBJ5)  armaest22.o   
	f77  $(FFLAGS) -o armaest22e armaest22.o $(OBJ5)  
 
armaest22.o: armaest22.f 
	f77 $(FFLAGS)  -c armaest22.f
 
dfinv1.o: dfinv1.f
	f77 $(FFLAGS)  -c dfinv1.f 
 
imgmdl2.o: imgmdl2.f
	f77 $(FFLAGS)  -c imgmdl2.f 
 
imprsp2.o: imprsp2.f
	f77  $(FFLAGS)  -c  imprsp2.f 
 
dfft2.o: dfft2.f
	f77 $(FFLAGS)  -c dfft2.f
 
svdcmp.o: svdcmp.f
	f77 $(FFLAGS)  -c svdcmp.f
 
