ARCH	= sparc

CC	= gcc
CFLAGS	= -g -O2

MACHDEP_OBJS=
MACHDEP_LIBS= -lm

all: fft.udp

include	../.common
