#define DoNotAutoRecreate

#include BOOTSTRAP_INCLUDE

OBJECT_TYPE = library

TOOLBOX_NAME = bootstrap

OBJECT_NAME = kutils

HEADERS = \
	internals.h \
	kconvert.h \
	transport.h

CSRCS = \
	File.c \
	Mmap.c \
	Pipe.c \
	Remote.c \
	Shm.c \
	Socket.c \
	Stream.c \
	Tli.c \
	array.c \
	dir.c \
	env.c \
	errno.c \
	errors.c \
	fildes.c \
	file.c \
	gnuscan.c \
	hash.c \
	ipc.c \
	kconvert.c \
	kfile.c \
	khoros.c \
	kmach.c \
	knegotiator.c \
	kprocess.c \
	kread.c \
	kstdio.c \
	ktransport.c \
	kwrite.c \
	list.c \
	memory.c \
	notify.c \
	parse.c \
	path.c \
	program.c \
	regex.c \
	strftime.c \
	strings.c \
	token.c \
	utilities.c
YSRCS =
LSRCS =
FSRCS =
C++SRCS =

COBJS = \
	File.o \
	Mmap.o \
	Pipe.o \
	Remote.o \
	Shm.o \
	Socket.o \
	Stream.o \
	Tli.o \
	array.o \
	dir.o \
	env.o \
	errno.o \
	errors.o \
	fildes.o \
	file.o \
	gnuscan.o \
	hash.o \
	ipc.o \
	kconvert.o \
	kfile.o \
	khoros.o \
	kmach.o \
	knegotiator.o \
	kprocess.o \
	kread.o \
	kstdio.o \
	ktransport.o \
	kwrite.o \
	list.o \
	memory.o \
	notify.o \
	parse.o \
	path.o \
	program.o \
	regex.o \
	strftime.o \
	strings.o \
	token.o \
	utilities.o
LOBJS =
YOBJS =
FOBJS =
C++OBJS =

BINARY_NAME = ku

#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 = */
SITE_INCLUDE_FILE = SiteIncludeFile
LOCALDEFINES = -DSITE_INCLUDE_FILE="\"$(SITE_INCLUDE_FILE)\""
