#include BOOTSTRAP_INCLUDE

OBJECT_TYPE = library

TOOLBOX_NAME = bootstrap
OBJECT_NAME = kforms

HEADERS = \
	attributes.h \
	deparser.h \
	internals.h \
	parser.h

CSRCS = \
	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 \
	begin.c \
	check.c \
	command.c \
	create_util.c \
	createtree.c \
	creation.c \
	db_util.c \
	deparser.c \
	destroy.c \
	form_list.c \
	globals.c \
	group.c \
	kformstruct.c \
	manip.c \
	parser.c \
	print.c \
	search.c \
	utilities.c
YSRCS =
LSRCS =
FSRCS =
C++SRCS =

COBJS = \
	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 \
	begin.o \
	check.o \
	command.o \
	create_util.o \
	createtree.o \
	creation.o \
	db_util.o \
	deparser.o \
	destroy.o \
	form_list.o \
	globals.o \
	group.o \
	kformstruct.o \
	manip.o \
	parser.o \
	print.o \
	search.o \
	utilities.o
LOBJS =
YOBJS =
FOBJS =
C++OBJS =

BINARY_NAME = kvf

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