#ar rcs *.o to make archives

INVLIB = annie_lib.a
#DBLTRIG = dbltrig.a


confimp_calc3d:		confimp_calc3d.f
			gfortran -o $@ confimp_calc3d.f $(INVLIB)  

magpickproc:		magpickproc.f
			gfortran -o $@ magpickproc.f $(INVLIB) 
 
magprepro:		magprepro.f
			gfortran -o $@ magprepro.f $(INVLIB)   
 
fzpickproc:		fzpickproc.f
			gfortran -o $@ fzpickproc.f $(INVLIB)   

tfpickproc:		tfpickproc.f
			gfortran -o $@ tfpickproc.f  $(INVLIB)  

std_calc:		std_calc.f
			gfortran -o $@ std_calc.f $(INVLIB)  

gstd_calc:		gstd_calc.f
			gfortran -o $@ gstd_calc.f $(INVLIB)  

poles_inv:		poles_inv.f
			gfortran -o $@ poles_inv.f $(INVLIB)  

poles_adjust:		poles_adjust.f
			gfortran -o $@ poles_adjust.f $(INVLIB)  

sort_magerr:		sort_magerr.f
			gfortran -o $@ sort_magerr.f $(INVLIB)  


