Final reorginzation to reflect packaging.

This commit is contained in:
Karl MacMillan
-
parent 1d8d4222ab
commit 7d95cd612c
18 changed files with 35 additions and 52 deletions
+11
View File
@@ -0,0 +1,11 @@
PYTHONLIBDIR ?= $(shell python -c "from distutils.sysconfig import *; print get_python_lib(1)")
PACKAGEDIR ?= $(DESTDIR)/$(PYTHONLIBDIR)/ipa
all: ;
install:
-mkdir -p $(PACKAGEDIR)
install -m 644 *.py $(PACKAGEDIR)
clean:
rm -f *~ *.pyc