fluxletpythondir = $(DESTDIR)$(pythondir)/fluxlet fluxletpython_PYTHON = __init__.py \ painter.py \ runner.py \ rox.py \ tracer.py \ idesk.py CLEANFILES = *.pyc uninstall-hook: if [ -d $(fluxletpythondir) ]; then rmdir $(fluxletpythondir); fi