ARCH	= mips

CC	= f77
CFLAGS	= -g3 -O

FC	= f77
FFLAGS  = -g3 -O

MACHDEP_OBJS=
MACHDEP_LIBS= -Wl,-jmpopt

all: Jacobi.atm Jacobi.udp

include ../.common
