IMAKEFILE = lib

SRCS =\
	rastfill.c \
	utils.c

OBJS =\
	rastfill.o \
	utils.o

FSRCS =

FOBJS =

HEADERS =

LIBRARY_NAME =\
	vrast

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