IMAKEFILE = lib

SRCS =\
	absolute.c \
	bess.c \
	complex.c \
	dpow.c \
	fact.c \
	isef.c \
	kfmod.c \
	matrix.c \
	noise.c \
	random.c \
	signal.c

OBJS =\
	absolute.o \
	bess.o \
	complex.o \
	dpow.o \
	fact.o \
	isef.o \
	kfmod.o \
	matrix.o \
	noise.o \
	random.o \
	signal.o

FSRCS =

FOBJS =

HEADERS =

LIBRARY_NAME =\
	vmath

/* 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>
