#include "../../elle.tmpl"

SRCS= nrutil.cc gaussj.cc mat.cc
OBJS= nrutil.o gaussj.o mat.o

.SUFFIXES: .cc .o
.cc .o:
    NormalCplusplusObjectRule()

NormalLibraryTarget(matrix,$(OBJS))

InstallLibrary(matrix,$(LIBDIR))

MakeLibBatch(matrix,NullParameter,$(OBJS),$(LIBDIR))

CleanMakefile()

DependTarget()
