
all:

install : all
	@echo "Installing overlays in" ${IRIS_OVERLAY} ;
	@rootchmod +x ./cphelper
	@./cphelper *.ovr *.xbm

depend :

cleanexe:;
clean:		cleanexe


