# Make the polynomial interpreter
# A local version of begin1 is used to allow different
# settings of NU = dim(SPACE).
.SUFFIXES: .ea
.ea.o:
aldes $*
ipint.out: ipint.o ipints.o ipint2.o cplot.o begin1.o
link -o ipint.out ipint.o ipints.o ipint2.o cplot.o begin1.o
clean:
rm *.o