BIN_DIR	= /usr/local/bin/Ada
MAN_DIR = /usr/local/man/man1

install:
	cat c2ada | sed -e 's^set BIN.*^set BIN = $(BIN_DIR)^g' > d
	mv -f d c2ada
	- chmod 555 c2ada cfront cpp
	- chmod 444 cfront.1 c2ada.1
	- mkdir $(BIN_DIR)
	- mkdir $(MAN_DIR)
	- cp cfront c2ada cpp $(BIN_DIR)
	- cp c2ada.1 cfront.1 $(MAN_DIR)
	@ echo "You need to add $(BIN_DIR) to your path"
	@ echo "You need to add $(MAN_DIR) to your man path"
