ARCH	= mips

CC	= gcc
CFLAGS	= -g3 -O2

MACHDEP_OBJS=
MACHDEP_LIBS= -lm -Wl,-jmpopt

all: fft.atm fft.udp

include	../.common
