default all: mathhdf

mathhdf: mathhdf.c mathhdf.tm
	mcc -o mathhdf -DIRIS4 -O -I/usr/local/include/hdf \
	    mathhdf.c mathhdf.tm /usr/local/lib/libdf.a
	rm -f mathhdf.tm.c


