#include DATASERV_INCLUDE

OBJECT_TYPE = library

TOOLBOX_NAME = dataserv

OBJECT_NAME = kdataman

HEADERS = \
	attributes.h \
	internals.h \
	segue.h

CSRCS = \
	Arf.c \
	Ascii.c \
	Avs.c \
	Eps.c \
	Glue.c \
	Pnm.c \
	Rast.c \
	Raw.c \
	Viff.c \
	Xbm.c \
	Xpm.c \
	Xvimage.c \
	Xwd.c \
	admin.c \
	attributes.c \
	callbacks.c \
	data.c \
	errors.c \
	init.c \
	obsolete.c \
	public.c \
	segment.c \
	segue.c \
	transport.c \
	utility.c
YSRCS =
LSRCS =
FSRCS =
C++SRCS =

COBJS = \
	Arf.o \
	Ascii.o \
	Avs.o \
	Eps.o \
	Glue.o \
	Pnm.o \
	Rast.o \
	Raw.o \
	Viff.o \
	Xbm.o \
	Xpm.o \
	Xvimage.o \
	Xwd.o \
	admin.o \
	attributes.o \
	callbacks.o \
	data.o \
	errors.o \
	init.o \
	obsolete.o \
	public.o \
	segment.o \
	segue.o \
	transport.o \
	utility.o
LOBJS =
YOBJS =
FOBJS =
C++OBJS =

BINARY_NAME = kdms

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