#include BOOTSTRAP_INCLUDE

OBJECT_TYPE = library

TOOLBOX_NAME = bootstrap

OBJECT_NAME = ktestutils

HEADERS = \
	internals.h

CSRCS = \
	public.c \
	utilities.c
YSRCS =
LSRCS =
FSRCS =
C++SRCS =

COBJS = \
	public.o \
	utilities.o
LOBJS =
YOBJS =
FOBJS =
C++OBJS =

BINARY_NAME = ktu

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