all:
	sh -c "echo INSTALLDIR=$$HOME/.desktop-`hostname` > makefile.host"
	sh -c "cat makefile.static >>  makefile.host"
	$(MAKE) -f  makefile.host
