IMAKEFILE = lib

SRCS =\
	lvbilinco.c \
	lvcost.c \
	lvdetilt.c \
	lvexpwarp.c \
	lvgettilt.c \
	lvlayer.c \
	lvmapdlg.c \
	lvpolyco.c \
	lvslope.c \
	lvsurf.c \
	lvtilt.c \
	lvwarp.c

OBJS =\
	lvbilinco.o \
	lvcost.o \
	lvdetilt.o \
	lvexpwarp.o \
	lvgettilt.o \
	lvlayer.o \
	lvmapdlg.o \
	lvpolyco.o \
	lvslope.o \
	lvsurf.o \
	lvtilt.o \
	lvwarp.o

FSRCS =

FOBJS =

HEADERS =

LIBRARY_NAME =\
	geo_surf

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