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

SRCS = suN_utils.c boundary_conditions.c

include $(MKDIR)/MkRules

clean::


