IMAKEFILE = lib

SRCS =\
	LN03.c \
	X11.c \
	area.c \
	color.c \
	convert_2D.c \
	convert_3D.c \
	coord_2D.c \
	coord_3D.c \
	draw_2D.c \
	draw_3D.c \
	error.c \
	font_3D.c \
	graphics.c \
	graphics_2D.c \
	graphics_3D.c \
	hpgl.c \
	impress.c \
	inquire_2D.c \
	inquire_3D.c \
	matrix_2D.c \
	matrix_3D.c \
	object.c \
	overlay.c \
	postscript.c \
	scale_2D.c \
	scale_3D.c \
	text_2D.c \
	text_3D.c \
	window_2D.c \
	window_3D.c

OBJS =\
	LN03.o \
	X11.o \
	area.o \
	color.o \
	convert_2D.o \
	convert_3D.o \
	coord_2D.o \
	coord_3D.o \
	draw_2D.o \
	draw_3D.o \
	error.o \
	font_3D.o \
	graphics.o \
	graphics_2D.o \
	graphics_3D.o \
	hpgl.o \
	impress.o \
	inquire_2D.o \
	inquire_3D.o \
	matrix_2D.o \
	matrix_3D.o \
	object.o \
	overlay.o \
	postscript.o \
	scale_2D.o \
	scale_3D.o \
	text_2D.o \
	text_3D.o \
	window_2D.o \
	window_3D.o

FSRCS =

FOBJS =

HEADERS =\
	X3D.h \
	graphics.h \
	overlay.h

LIBRARY_NAME =\
	graphics

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