#include <classify.def>

IMAKEFILE = lib

TOOLBOX =\
	classify

SRCS =\
	SM_cfactor.c \
	SM_comb_stats.c \
	SM_csolve.c \
	SM_get_matrix.c \
	UT_find_2.c \
	contig_matrix.c \
	delete.c \
	dot_product.c \
	getstats.c \
	lvrdclust.c \
	merge.c \
	merge_alg_1.c \
	merge_alg_2.c \
	merge_alg_3.c \
	putstats.c

OBJS =\
	SM_cfactor.o \
	SM_comb_stats.o \
	SM_csolve.o \
	SM_get_matrix.o \
	UT_find_2.o \
	contig_matrix.o \
	delete.o \
	dot_product.o \
	getstats.o \
	lvrdclust.o \
	merge.o \
	merge_alg_1.o \
	merge_alg_2.o \
	merge_alg_3.o \
	putstats.o

FSRCS =

FOBJS =

HEADERS =\
	lanlmisc.h \
	vrdclust.h

LIBRARY_NAME =\
	spec

/* the following field are intentionally left commented.  Use the flags       */
/* if you wish to override the defaults assigned in the system configuration  */
/* files.								      */

/* STD_INCLUDES = */

/* LIBCDEBUGFLAGS = */

#include <Lib.template>
