IMAKEFILE = lib

SRCS =\
	b512.c \
	bitrev.c \
	dint.c \
	dintime.c \
	idint.c \
	idintime.c \
	lcfft.c \
	ldct2d.c \
	lidct2d.c \
	tab.c

OBJS =\
	b512.o \
	bitrev.o \
	dint.o \
	dintime.o \
	idint.o \
	idintime.o \
	lcfft.o \
	ldct2d.o \
	lidct2d.o \
	tab.o

FSRCS =

FOBJS =

HEADERS =\
	fft.h \
	tab_fft.h

LIBRARY_NAME =\
	xfms

/* the following field are intentionally left commented.  Use the flags       */
/* if you wish to override the defaults assigned in the system configuration  */
/* files.								      */

/* INCLUDES = */

/* CDEBUGFLAGS = */

#include <Lib.template>
