#include DESIGN_INCLUDE

OBJECT_TYPE = library

TOOLBOX_NAME = design
OBJECT_NAME = xvforms

HEADERS = \
	attributes.h \
	internals.h

CSRCS = \
	answer.c \
	attrib_cb.c \
	attrib_dbl.c \
	attrib_flt.c \
	attrib_gen.c \
	attrib_geom.c \
	attrib_int.c \
	attrib_misc.c \
	attrib_print.c \
	attrib_str.c \
	attrib_tbl.c \
	attrib_toggle.c \
	attributes.c \
	callbacks.c \
	clear.c \
	collect.c \
	command.c \
	create_util.c \
	createform.c \
	createwid.c \
	destroy.c \
	extra.c \
	geometry.c \
	get.c \
	get_util.c \
	globals.c \
	group.c \
	init.c \
	manip.c \
	mapform.c \
	menuform.c \
	runform.c \
	utilities.c \
	wid_util.c
YSRCS =
LSRCS =
FSRCS =
C++SRCS =

COBJS = \
	answer.o \
	attrib_cb.o \
	attrib_dbl.o \
	attrib_flt.o \
	attrib_gen.o \
	attrib_geom.o \
	attrib_int.o \
	attrib_misc.o \
	attrib_print.o \
	attrib_str.o \
	attrib_tbl.o \
	attrib_toggle.o \
	attributes.o \
	callbacks.o \
	clear.o \
	collect.o \
	command.o \
	create_util.o \
	createform.o \
	createwid.o \
	destroy.o \
	extra.o \
	geometry.o \
	get.o \
	get_util.o \
	globals.o \
	group.o \
	init.o \
	manip.o \
	mapform.o \
	menuform.o \
	runform.o \
	utilities.o \
	wid_util.o
LOBJS =
YOBJS =
FOBJS =
C++OBJS =

BINARY_NAME = xvf

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

#include <Library.template>
