#include DESIGN_INCLUDE

OBJECT_TYPE = library

TOOLBOX_NAME = design

OBJECT_NAME = xvisual

HEADERS = \
	colorspace.h \
	internals.h

CSRCS = \
	Animate.c \
	AnnotateMenu.c \
	Area.c \
	Axis.c \
	Axis2D.c \
	Circle.c \
	Color.c \
	ColorCell.c \
	ColorNorm.c \
	ColorUtil.c \
	Date.c \
	Graphics.c \
	Image.c \
	ImageIcon.c \
	ImageRoi.c \
	ImageUtil.c \
	Indicator.c \
	Line.c \
	Marker.c \
	Palette.c \
	PanIcon.c \
	Plot2D.c \
	Plot3D.c \
	Polyline.c \
	Position.c \
	PrintMapVal.c \
	PrintPixel.c \
	Pseudo.c \
	Rectangle.c \
	String.c \
	StringValue.c \
	TextString.c \
	Threshold.c \
	Timer.c \
	Zoom.c \
	annotations.c \
	axis_utils.c \
	getimage.c \
	globals.c \
	utilities.c
YSRCS =
LSRCS =
FSRCS =
C++SRCS =

COBJS = \
	Animate.o \
	AnnotateMenu.o \
	Area.o \
	Axis.o \
	Axis2D.o \
	Circle.o \
	Color.o \
	ColorCell.o \
	ColorNorm.o \
	ColorUtil.o \
	Date.o \
	Graphics.o \
	Image.o \
	ImageIcon.o \
	ImageRoi.o \
	ImageUtil.o \
	Indicator.o \
	Line.o \
	Marker.o \
	Palette.o \
	PanIcon.o \
	Plot2D.o \
	Plot3D.o \
	Polyline.o \
	Position.o \
	PrintMapVal.o \
	PrintPixel.o \
	Pseudo.o \
	Rectangle.o \
	String.o \
	StringValue.o \
	TextString.o \
	Threshold.o \
	Timer.o \
	Zoom.o \
	annotations.o \
	axis_utils.o \
	getimage.o \
	globals.o \
	utilities.o
LOBJS =
YOBJS =
FOBJS =
C++OBJS =

BINARY_NAME = xvs

#include <Library.template>

/* the following field are intentionally left commented.  Use the flags */
/* if you wish to override the defaults assigned in the system          */
/* files.				     	 		        */

/* STD_INCLUDES = */
/* LIBCDEBUGFLAGS = */
