#include ENVISION_INCLUDE

OBJECT_TYPE = xvroutine

TOOLBOX_NAME = envision

OBJECT_NAME = editimage

HEADERS = \
	editimage.h \
	form_info.h

CSRCS = \
	autocolor.c \
	create.c \
	do_capture.c \
	do_comment.c \
	do_display.c \
	do_file.c \
	do_function.c \
	do_lists.c \
	do_mapvals.c \
	do_pixel.c \
	do_pseudo.c \
	do_roi.c \
	do_thresh.c \
	do_zoom.c \
	editimage.c \
	form_drv.c \
	form_info.c \
	form_init.c \
	globals.c \
	usage.c \
	utilities.c
YSRCS =
LSRCS =
FSRCS =
C++SRCS =

COBJS = \
	autocolor.o \
	create.o \
	do_capture.o \
	do_comment.o \
	do_display.o \
	do_file.o \
	do_function.o \
	do_lists.o \
	do_mapvals.o \
	do_pixel.o \
	do_pseudo.o \
	do_roi.o \
	do_thresh.o \
	do_zoom.o \
	editimage.o \
	form_drv.o \
	form_info.o \
	form_init.o \
	globals.o \
	usage.o \
	utilities.o
LOBJS =
YOBJS =
FOBJS =
C++OBJS =

BINARY_NAME = editimage

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