IMAKEFILE = xprog

HEADERS =\
	editimage.h \
	form_info.h \
	roi.h \
	structs.h

SRCS =\
	create.c \
	create_util.c \
	editimage.c \
	form_info.c \
	form_init.c \
	init.c \
	leditimage.c \
	overlays.c \
	run_cmap.c \
	run_comm.c \
	run_file.c \
	run_lut.c \
	run_ovlay.c \
	run_pixels.c \
	run_pseudo.c \
	run_roi.c \
	run_thres.c \
	run_zoom.c \
	scroll_util.c \
	stack.c \
	utils.c

OBJS =\
	create.o \
	create_util.o \
	editimage.o \
	form_info.o \
	form_init.o \
	init.o \
	leditimage.o \
	overlays.o \
	run_cmap.o \
	run_comm.o \
	run_file.o \
	run_lut.o \
	run_ovlay.o \
	run_pixels.o \
	run_pseudo.o \
	run_roi.o \
	run_thres.o \
	run_zoom.o \
	scroll_util.o \
	stack.o \
	utils.o

YFLAGS =

PROGRAM_NAME =\
	editimage

LDLIBS = \
	$(X_LOCAL_LIBRARIES) \
        $(LOCAL_LIBRARIES) \
        $(SYS_LIBRARIES) \
	$(X_LIBRARIES) \
        $(EXTRA_LIBRARIES)

DEPLIBS = \
	$(X_LOCAL_DEP_LIBRARIES) \
	$(LOCAL_DEP_LIBRARIES)


/* 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 LOCAL_LIBRARIES   */
/* and EXTRA_LIBRARIES                                                        */

/* CDEBUGFLAGS = */
/* INCLUDES = */

#include <Prog.template>
