#include GEOMETRY_INCLUDE

OBJECT_TYPE = kroutine

TOOLBOX_NAME = geometry

OBJECT_NAME = gisosurface

HEADERS = \
	cell_table.h \
	gisosurface.h

CSRCS = \
	gisosurface.c \
	iso_main.c \
	iso_march.c \
	usage.c
YSRCS =
LSRCS =
FSRCS =
C++SRCS =

COBJS = \
	gisosurface.o \
	iso_main.o \
	iso_march.o \
	usage.o
LOBJS =
YOBJS =
FOBJS =
C++OBJS =

BINARY_NAME = gisosurface

LDLIBS = $(KHOROSLDOPTION) \
	 $(C_TOOLBOX_LIBRARIES) \
	 $(SYSTEMLDOPTION) \
	 $(EXTRA_LIBRARIES) \
	 $(SYS_LIBRARIES)

DEPLIBS = $(C_TOOLBOX_DEP_LIBRARIES)

#define HasCplusplusMain NO
#define HasFortranDependence NO

#include <Kroutine.template>

/* the following field are intentionally left commented.  Use the flags     */
/* if you wish to override the defaults assign in the system configuration  */
/* files.   Other fields may also be overridden such as the EXTRA_LIBRARIES */

/* CDEBUGFLAGS = */
/* STD_INCLUDES = */
