#define DoNotAutoRecreate

#include DESIGN_INCLUDE

OBJECT_TYPE = library

TOOLBOX_NAME = design

OBJECT_NAME = xvwidgets

HEADERS = \
	internals.h \
	xvw_attrib.h

CSRCS = \
	action.c \
	attributes.c \
	busy.c \
	callback.c \
	chargeom.c \
	compiled.c \
	convert.c \
	converter.c \
	dispatch.c \
	error.c \
	event.c \
	extent.c \
	fid.c \
	file.c \
	general.c \
	globals.c \
	initialize.c \
	menu.c \
	process.c \
	resources.c \
	shell.c \
	signal.c \
	timeout.c \
	toplevel.c \
	widgets.c \
	wmprotocol.c
YSRCS =
LSRCS =
FSRCS =
C++SRCS =

#define UnsharedObjs
UNSHAREDOBJS =\
        initialize.o

COBJS = \
	action.o \
	attributes.o \
	busy.o \
	callback.o \
	chargeom.o \
	compiled.o \
	convert.o \
	converter.o \
	dispatch.o \
	error.o \
	event.o \
	extent.o \
	fid.o \
	file.o \
	general.o \
	globals.o \
	menu.o \
	process.o \
	resources.o \
	shell.o \
	signal.o \
	timeout.o \
	toplevel.o \
	widgets.o \
	wmprotocol.o
LOBJS =
YOBJS =
FOBJS =
C++OBJS =

BINARY_NAME = xvw

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