TOPDIR = ..
MKDIR = $(TOPDIR)/Make

SRCS = linear_algebra.c cg_mshift.c

include $(MKDIR)/MkRules

