#include DESIGN_INCLUDE

OBJECT_TYPE = library

TOOLBOX_NAME = design

OBJECT_NAME = xvutils

HEADERS = \
	internals.h

CSRCS = \
	browser.c \
	display.c \
	error.c \
	exit.c \
	globals.c \
	help.c \
	info.c \
	list.c \
	list_util.c \
	multlist.c \
	prompt.c \
	query.c \
	select.c \
	text.c \
	utilities.c \
	view.c \
	warn.c
YSRCS =
LSRCS =
FSRCS =
C++SRCS =

COBJS = \
	browser.o \
	display.o \
	error.o \
	exit.o \
	globals.o \
	help.o \
	info.o \
	list.o \
	list_util.o \
	multlist.o \
	prompt.o \
	query.o \
	select.o \
	text.o \
	utilities.o \
	view.o \
	warn.o
LOBJS =
YOBJS =
FOBJS =
C++OBJS =

BINARY_NAME = xvu

#include <Library.template>

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

/* STD_INCLUDES = */
/* LIBCDEBUGFLAGS = */
