#include DATASERV_INCLUDE

OBJECT_TYPE = library

TOOLBOX_NAME = dataserv

OBJECT_NAME = kapputils

HEADERS = \
	internals.h

CSRCS = \
	append.c \
	exprn.c \
	inset.c \
	utilities.c
YSRCS =
LSRCS =
FSRCS =
C++SRCS =

COBJS = \
	append.o \
	exprn.o \
	inset.o \
	utilities.o
LOBJS =
YOBJS =
FOBJS =
C++OBJS =

BINARY_NAME = kapu

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