#       fno-automatic is equivalent to a SAVE command in each subroutine
#
drifter:
	g77 -fvxt -fno-automatic hilumdrift.for funcdrft.for \
	params.for -o drifter.exe

drifter1:
	g77 -fvxt -fno-automatic -fbounds-check hilumdrift.for \
	funcdrft.for params.for -o drifter.exe

filldirs:
	g77 -fvxt -fno-automatic filldirs.for -o filldirs.exe

driftdirs:
	g77 -fvxt -fno-automatic driftdirs.for -o driftdirs.exe

chmods:
	g77 -fvxt -fno-automatic scriptchmod.for -o scriptchmod.exe

delscripts:
	g77 -fvxt -fno-automatic delscripts.for -o delscripts.exe

rundriftall:
	g77 -fvxt -fno-automatic rundriftall.for -o rundriftall.exe

extractI:
	g77 -fvxt -fno-automatic extractI.for -o extractI.exe

test:
	g77 -fvxt -fno-automatic test.for -o test.exe

testdble:
	g77 -fvxt -fno-automatic testdble.for -o testdble.exe
