# Use gmake! TIC_REGISTRY:= TARGET := wator SRCS := wator.sc CFLAGS := -I. LIBS := -lsplit-c-X_pe -lm CPLIBS := -lsplit-c-X -lX11 -lXext -L/usr/sww/X11/lib -L/usr/castle/lib include /usr/castle/include/split-c/Make.split-c graph: rm -f graph.m echo "echo off; output = [" > graph.m ./wator >> graph.m echo "];" >> graph.m echo "**** Enter matlab and type display"