#include DESIGN_INCLUDE

OBJECT_TYPE = library

TOOLBOX_NAME = design

OBJECT_NAME = xvobjects

HEADERS = \
	internals.h

CSRCS = \
	Browser.c \
	Canvas.c \
	Connection.c \
	Console.c \
	Double.c \
	Error.c \
	Float.c \
	GenericWindow.c \
	Help.c \
	Info.c \
	InputFile.c \
	InputOnly.c \
	Integer.c \
	Label.c \
	Layout.c \
	Manager.c \
	ManagerObj.c \
	ManagerUtil.c \
	NotifyWindow.c \
	OutputFile.c \
	Pixmap.c \
	RootWindow.c \
	RowCol.c \
	TextDisplay.c \
	TextInput.c \
	Viewport.c \
	Warn.c \
	utilities.c
YSRCS =
LSRCS =
FSRCS =
C++SRCS =

COBJS = \
	Browser.o \
	Canvas.o \
	Connection.o \
	Console.o \
	Double.o \
	Error.o \
	Float.o \
	GenericWindow.o \
	Help.o \
	Info.o \
	InputFile.o \
	InputOnly.o \
	Integer.o \
	Label.o \
	Layout.o \
	Manager.o \
	ManagerObj.o \
	ManagerUtil.o \
	NotifyWindow.o \
	OutputFile.o \
	Pixmap.o \
	RootWindow.o \
	RowCol.o \
	TextDisplay.o \
	TextInput.o \
	Viewport.o \
	Warn.o \
	utilities.o
LOBJS =
YOBJS =
FOBJS =
C++OBJS =

BINARY_NAME = xvobj

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