IMAKEFILE = xprog

HEADERS =\
	Plot.h \
	PlotObj.h \
	PlotObjP.h \
	PlotP.h \
	form_info.h \
	structs.h \
	viewimage.h

SRCS =\
	Plot.c \
	PlotObj.c \
	create.c \
	create_util.c \
	form_info.c \
	form_init.c \
	lviewimage.c \
	run_cmap.c \
	run_file.c \
	run_lut.c \
	run_persp.c \
	run_plot.c \
	run_pseudo.c \
	run_thres.c \
	scroll_util.c \
	stack.c \
	utils.c \
	viewimage.c

OBJS =\
	Plot.o \
	PlotObj.o \
	create.o \
	create_util.o \
	form_info.o \
	form_init.o \
	lviewimage.o \
	run_cmap.o \
	run_file.o \
	run_lut.o \
	run_persp.o \
	run_plot.o \
	run_pseudo.o \
	run_thres.o \
	scroll_util.o \
	stack.o \
	utils.o \
	viewimage.o

YFLAGS =

PROGRAM_NAME =\
	viewimage

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>
