#include DATAMANIP_INCLUDE

OBJECT_TYPE = testsuite

TOOLBOX_NAME = datamanip
OBJECT_NAME = 

HEADERS =

CSRCS =
YSRCS =
LSRCS =
FSRCS =
C++SRCS =

COBJS =
LOBJS =
YOBJS =
FOBJS =
C++OBJS =

SCRIPTS = \
	test.sh

BINARY_NAME = ktest

LDLIBS = $(KHOROSLDOPTION) \
	 $(C_TOOLBOX_LIBRARIES) \
	 $(BOOTSTRAP_LIBRARIES) \
	 $(SYSTEMLDOPTION) \
	 $(EXTRA_LIBRARIES) \
	 $(SYS_LIBRARIES)

DEPLIBS = $(C_TOOLBOX_DEP_LIBRARIES) \
	  $(BOOTSTRAP_DEP_LIBRARIES)

/* the following field are intentionally left commented.  Use the flags     */
/* if you wish to override the defaults assign in the system configuration  */
/* files.   Other fields may also be overridden such as the BOOTSTRAP_LIBRARIES */
/* and EXTRA_LIBRARIES							    */

/* CDEBUGFLAGS = */

/* STD_INCLUDES = */

#include <TestSuite.template>
