PN = emacs-keys PREFIX := /usr/local # So that "make" doesn't try to install stuff. all: install-console: $(DESTDIR)$(PREFIX)/share/$(PN)/console.map install-xorg: $(DESTDIR)$(PREFIX)/share/$(PN)/Xmodmap $(DESTDIR)$(PREFIX)/share/$(PN)%: src/% install -D --mode=644 $< $@