#include <cea.def>

IMAKEFILE = lib

TOOLBOX =\
	cea

SRCS =\
	c_fit.c \
	llissaj.c \
	lvfdmax.c \
	lvhgline.c \
	lvhough.c

OBJS =\
	c_fit.o \
	llissaj.o \
	lvfdmax.o \
	lvhgline.o \
	lvhough.o

YSRCS =

LSRCS =

FSRCS =

FOBJS =

HEADERS =

LIBRARY_NAME =\
	cea

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

/* STD_INCLUDES = */

/* LIBCDEBUGFLAGS = */

#include <Lib.template>
