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

SRCS = gauss.c random_suNg.c random_fields.c ranz2.c

include $(MKDIR)/MkRules

