IMAKEFILE = lib

SRCS =\
	XImage.c \
	autocolor.c \
	check.c \
	clear.c \
	color.c \
	create_util.c \
	error.c \
	image.c \
	roi.c \
	update.c \
	utils.c \
	ximage.c \
	xvdisplay.c

OBJS =\
	XImage.o \
	autocolor.o \
	check.o \
	clear.o \
	color.o \
	create_util.o \
	error.o \
	image.o \
	roi.o \
	update.o \
	utils.o \
	ximage.o \
	xvdisplay.o

FSRCS =

FOBJS =

HEADERS =\
	XImageP.h

LIBRARY_NAME =\
	display

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