#***********************************************************************
#***********************************************************************
#
# macros:
#
compiler = f77 -O -n32 -mips4 -static
executable = truxton6
usersubs = truxton6.user.f
T6_DIR = ./
nmlpaks = 
libraries = -lcomplib.sgimath
# unix makefile instructions
#
TRUXTON6:	$(usersubs) $(T6_DIR)truxton6.f $(T6_DIR)fundy6_10_pieces.f
	$(compiler) -o $(executable) $(usersubs) truxton6.f fundy6_10_pieces.f $(libraries)
	rm *.o
#***********************************************************************
#***********************************************************************
