all:	comment

comment:
	@echo ""
	@echo "To compile the cameo examples, run:"
	@echo ""
	@echo "make -f Makefile.<OS>"
	@echo ""
	@echo "where <OS> depends on your (Operating) System, e.g. Makefile.HP"
clean:
	rm -f *.o
	rm -f cameo?
