#include GEOMETRY_INCLUDE

OBJECT_TYPE = xvroutine

TOOLBOX_NAME = geometry

OBJECT_NAME = rmonster

HEADERS = \
	camera.h \
	clip.h \
	form_info.h \
	imaging.h \
	lights.h \
	poly.h \
	rmatrix.h \
	rmonster.h \
	rmonster_cursors.h \
	rmonster_mouse.h \
	rmonster_objs.h \
	shader.h \
	sort_trans.h \
	volrender.h \
	zbuffer.h

CSRCS = \
	abuffer.c \
	camera.c \
	clip.c \
	dither.c \
	do_Cameras.c \
	do_Imaging.c \
	do_Input.c \
	do_Lights.c \
	do_Objects.c \
	do_Output.c \
	do_RenderMonster.c \
	do_Transformations.c \
	form_drv.c \
	form_info.c \
	form_init.c \
	gl.c \
	imaging.c \
	lights.c \
	line_draw.c \
	machine.c \
	matrix.c \
	object.c \
	output.c \
	poly.c \
	poly_scan.c \
	quantize.c \
	render.c \
	rmonster.c \
	rmonster_mouse.c \
	shader.c \
	sort_trans.c \
	sphere.c \
	tstrip.c \
	usage.c \
	volrender.c \
	xgl.c \
	zbuffer.c
YSRCS =
LSRCS =
FSRCS =
C++SRCS =

COBJS = \
	abuffer.o \
	camera.o \
	clip.o \
	dither.o \
	do_Cameras.o \
	do_Imaging.o \
	do_Input.o \
	do_Lights.o \
	do_Objects.o \
	do_Output.o \
	do_RenderMonster.o \
	do_Transformations.o \
	form_drv.o \
	form_info.o \
	form_init.o \
	gl.o \
	imaging.o \
	lights.o \
	line_draw.o \
	machine.o \
	matrix.o \
	object.o \
	output.o \
	poly.o \
	poly_scan.o \
	quantize.o \
	render.o \
	rmonster.o \
	rmonster_mouse.o \
	shader.o \
	sort_trans.o \
	sphere.o \
	tstrip.o \
	usage.o \
	volrender.o \
	xgl.o \
	zbuffer.o
LOBJS =
YOBJS =
FOBJS =
C++OBJS =

BINARY_NAME = rmonster

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