#include <classify.def>

IMAKEFILE = xprog

TOOLBOX =\
	classify

HEADERS =\
	Viewport.h \
	ViewportP.h \
	form_info.h \
	spectrum.h

SRCS =\
	Viewport.c \
	change_band.c \
	form_info.c \
	form_init.c \
	init.c \
	input.c \
	legend.c \
	lgd_display.c \
	lgd_io.c \
	lspectrum.c \
	output.c \
	plot.c \
	printclass.c \
	read_map.c \
	run_disp.c \
	run_files.c \
	run_legend.c \
	run_plot.c \
	run_zoom.c \
	scrolls.c \
	spectrum.c \
	stats.c \
	string_utils.c \
	utils.c \
	zoom.c

OBJS =\
	Viewport.o \
	change_band.o \
	form_info.o \
	form_init.o \
	init.o \
	input.o \
	legend.o \
	lgd_display.o \
	lgd_io.o \
	lspectrum.o \
	output.o \
	plot.o \
	printclass.o \
	read_map.o \
	run_disp.o \
	run_files.o \
	run_legend.o \
	run_plot.o \
	run_zoom.o \
	scrolls.o \
	spectrum.o \
	stats.o \
	string_utils.o \
	utils.o \
	zoom.o

PROGRAM_NAME =\
	spectrum

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

DEPLIBS = \
	$(X_TOOLBOX_DEP_LIBRARIES) \
	$(X_LOCAL_DEP_LIBRARIES) \
	$(TOOLBOX_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 = */
/* STD_INCLUDES = */

#include <Prog.template>
