IMAKEFILE = lib

SRCS =\
	lvblurlace.c \
	lvfill.c \
	lvrcsum.c \
	lvringint.c \
	lvthd.c \
	lvuclass.c

OBJS =\
	lvblurlace.o \
	lvfill.o \
	lvrcsum.o \
	lvringint.o \
	lvthd.o \
	lvuclass.o

FSRCS =

FOBJS =

HEADERS =

LIBRARY_NAME =\
	analysis

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