#include DATASERV_INCLUDE

OBJECT_TYPE = library

TOOLBOX_NAME = dataserv

OBJECT_NAME = kdatafmt

HEADERS = \
	internals.h

CSRCS = \
	arf.c \
	ascii.c \
	avs.c \
	pnm.c \
	rast.c \
	xbm.c \
	xpm.c \
	xvimage.c \
	xwd.c
YSRCS =
LSRCS =
FSRCS =
C++SRCS =

COBJS = \
	arf.o \
	ascii.o \
	avs.o \
	pnm.o \
	rast.o \
	xbm.o \
	xpm.o \
	xvimage.o \
	xwd.o
LOBJS =
YOBJS =
FOBJS =
C++OBJS =

BINARY_NAME = kfmt

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