all:
	python2.4 setup.py build

clean:
	python2.4 setup.py clean --all

install:
	python2.4 setup.py install --no-compile --root $(DESTDIR) --install-lib /usr/lib/gpixpod
	chmod 0755 $(DESTDIR)/usr/lib/gpixpod/gpixpod.py $(DESTDIR)/usr/lib/gpixpod/gpixpod_cli.py $(DESTDIR)/usr/lib/gpixpod/mh.py
