#include ENVISION_INCLUDE

OBJECT_TYPE = xvroutine

TOOLBOX_NAME = envision

OBJECT_NAME = xprism

HEADERS = \
	form_info.h \
	xprism.h

CSRCS = \
	do_file.c \
	do_function.c \
	do_options.c \
	do_screen_dump.c \
	do_xprism.c \
	form_drv.c \
	form_info.c \
	form_init.c \
	function.c \
	globals.c \
	usage.c \
	utilities.c \
	xprism.c
YSRCS =
LSRCS =
FSRCS =
C++SRCS =

COBJS = \
	do_file.o \
	do_function.o \
	do_options.o \
	do_screen_dump.o \
	do_xprism.o \
	form_drv.o \
	form_info.o \
	form_init.o \
	function.o \
	globals.o \
	usage.o \
	utilities.o \
	xprism.o
LOBJS =
YOBJS =
FOBJS =
C++OBJS =

BINARY_NAME = xprism

LDLIBS = $(KHOROSLDOPTION) \
	 $(X_TOOLBOX_LIBRARIES) \
         $(C_TOOLBOX_LIBRARIES) \
	 $(SYSTEMLDOPTION) \
	 $(X_LIBRARIES) \
         $(EXTRA_LIBRARIES) \
         $(SYS_LIBRARIES)

DEPLIBS = $(X_TOOLBOX_DEP_LIBRARIES) \
	  $(C_TOOLBOX_DEP_LIBRARIES)

#define HasCplusplusMain NO

#include <Kroutine.template>

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

/* CDEBUGFLAGS = */
/* STD_INCLUDES = */
