IMAKEFILE = lib

SRCS =\
	lvasphere.c \
	lvconic.c \
	lvcontract.c \
	lvdrape.c \
	lveplane.c \
	lvexpwarp.c \
	lvibf.c \
	lvibfsim.c \
	lvspcomp.c \
	lvspread.c

OBJS =\
	lvasphere.o \
	lvconic.o \
	lvcontract.o \
	lvdrape.o \
	lveplane.o \
	lvexpwarp.o \
	lvibf.o \
	lvibfsim.o \
	lvspcomp.o \
	lvspread.o

FSRCS =

FOBJS =

HEADERS =

LIBRARY_NAME =\
	ion_beam

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