Below is the file 'Makefile' from this revision. You can also download the file.
#!/bin/sh # this is pretty evil # # it'd be nice if someone would clean this up :-) all: @echo "No actual build required." install: mkdir -p $(DESTDIR)/var/lib/interapplet mkdir -p $(DESTDIR)/var/lib/interapplet/state mkdir -p $(DESTDIR)/usr/lib/interapplet mkdir -p $(DESTDIR)/usr/share/interapplet cp get-state.sh $(DESTDIR)/usr/lib/interapplet/ cp set-state.sh $(DESTDIR)/usr/lib/interapplet/ cp active.gif $(DESTDIR)/usr/share/interapplet cp normal.png $(DESTDIR)/usr/share/interapplet cp interapplet.py $(DESTDIR)/usr/lib/gnome-applets/ cp InterApplet.server $(DESTDIR)/usr/lib/bonobo/servers/