IMAKEFILE = lib

SRCS =\
	axes2.c \
	axes3.c \
	axeslib.c \
	box.c \
	diagram.c \
	function.c \
	gen_util.c \
	grid.c \
	gwin_util.c \
	input.c \
	inquire.c \
	output.c \
	plot_util.c \
	refresh.c \
	stats.c \
	strings.c

OBJS =\
	axes2.o \
	axes3.o \
	axeslib.o \
	box.o \
	diagram.o \
	function.o \
	gen_util.o \
	grid.o \
	gwin_util.o \
	input.o \
	inquire.o \
	output.o \
	plot_util.o \
	refresh.o \
	stats.o \
	strings.o

FSRCS =

FOBJS =

HEADERS =\
	stats.h

LIBRARY_NAME =\
	xvplot

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

/* INCLUDES = */

/* CDEBUGFLAGS = */

#include <Lib.template>
