#include GEOMETRY_INCLUDE

OBJECT_TYPE = library

TOOLBOX_NAME = geometry

OBJECT_NAME = geometry

HEADERS = \
	internals.h

CSRCS = \
	bbox.c \
	get_coords.c \
	lgapplytex.c \
	lgcmaplegend.c \
	lgcolorize.c \
	lgcuberille.c \
	lggencmap.c \
	lgimpfacet.c \
	lglinecolor.c \
	lglinexyz.c \
	lgoctmesh.c \
	lgquadmesh.c \
	lgspheres.c \
	lgtubeness.c \
	lkslicer.c \
	matrix.c \
	objutils.c \
	pixutils.c \
	viscmap.c
YSRCS =
LSRCS =
FSRCS =
C++SRCS =

COBJS = \
	bbox.o \
	get_coords.o \
	lgapplytex.o \
	lgcmaplegend.o \
	lgcolorize.o \
	lgcuberille.o \
	lggencmap.o \
	lgimpfacet.o \
	lglinecolor.o \
	lglinexyz.o \
	lgoctmesh.o \
	lgquadmesh.o \
	lgspheres.o \
	lgtubeness.o \
	lkslicer.o \
	matrix.o \
	objutils.o \
	pixutils.o \
	viscmap.o
LOBJS =
YOBJS =
FOBJS =
C++OBJS =

BINARY_NAME = geometry

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