all : goheatopt2 goheatopt cheat

goheatopt2 : goheatopt2.go
	gccgo -O2 -o goheatopt2 goheatopt2.go -I /usr/local/lib -l gocandis
goheatopt : goheatopt.go
	gccgo -O2 -o goheatopt goheatopt.go -I /usr/local/lib -l gocandis
cheat : cheat.c
	gcc -O2 -o cheat cheat.c -lcdf -lm

clean :
	rm -f goheatopt goheatopt2 gotest.cdf gotest2.cdf cheat ctest.cdf.0000
