#include ENVISION_INCLUDE

OBJECT_TYPE = xvroutine

TOOLBOX_NAME = envision

OBJECT_NAME = spectrum

HEADERS = \
	form_info.h \
	spectrum.h

CSRCS = \
	SM_code.c \
	autoclass.c \
	class.c \
	cluster.c \
	create.c \
	curve.c \
	do_contents.c \
	do_curve.c \
	do_disp.c \
	do_files.c \
	do_legend.c \
	do_scatter.c \
	do_spectrum.c \
	do_zoom.c \
	environ_io.c \
	form_drv.c \
	form_info.c \
	form_init.c \
	globals.c \
	init.c \
	input.c \
	legend.c \
	lgd_io.c \
	lgd_util.c \
	output.c \
	plot.c \
	setup.c \
	spectrum.c \
	string_utils.c \
	usage.c \
	utilities.c
YSRCS =
LSRCS =
FSRCS =
C++SRCS =

COBJS = \
	SM_code.o \
	autoclass.o \
	class.o \
	cluster.o \
	create.o \
	curve.o \
	do_contents.o \
	do_curve.o \
	do_disp.o \
	do_files.o \
	do_legend.o \
	do_scatter.o \
	do_spectrum.o \
	do_zoom.o \
	environ_io.o \
	form_drv.o \
	form_info.o \
	form_init.o \
	globals.o \
	init.o \
	input.o \
	legend.o \
	lgd_io.o \
	lgd_util.o \
	output.o \
	plot.o \
	setup.o \
	spectrum.o \
	string_utils.o \
	usage.o \
	utilities.o
LOBJS =
YOBJS =
FOBJS =
C++OBJS =

BINARY_NAME = spectrum

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