IMAKEFILE = lib

SRCS =\
	Form.c \
	Label.c \
	bitmap_image.c \
	browser.c \
	detect.c \
	display.c \
	error.c \
	exit.c \
	help.c \
	inform.c \
	list.c \
	pixmap_image.c \
	query.c \
	select.c \
	text.c \
	utils.c \
	view.c \
	warn.c \
	wmprotocol.c

OBJS =\
	Form.o \
	Label.o \
	bitmap_image.o \
	browser.o \
	detect.o \
	display.o \
	error.o \
	exit.o \
	help.o \
	inform.o \
	list.o \
	pixmap_image.o \
	query.o \
	select.o \
	text.o \
	utils.o \
	view.o \
	warn.o \
	wmprotocol.o

FSRCS =

FOBJS =

HEADERS =\
	utils.h

LIBRARY_NAME =\
	xvutils

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