summaryrefslogtreecommitdiffstats
path: root/ipa-python/Makefile
diff options
context:
space:
mode:
authorKarl MacMillan <kmacmillan@mentalrootkit.com>2007-07-31 12:09:38 -0400
committerKarl MacMillan <kmacmillan@mentalrootkit.com>2007-07-31 12:09:38 -0400
commit7d95cd612c1b340add692038c835e7cd8d8ad18b (patch)
tree144813760c6ff19d85285496293270385af74fde /ipa-python/Makefile
parent1d8d4222ab05ee7cf84203d4917174f7fbca1200 (diff)
downloadfreeipa-7d95cd612c1b340add692038c835e7cd8d8ad18b.tar.gz
freeipa-7d95cd612c1b340add692038c835e7cd8d8ad18b.tar.xz
freeipa-7d95cd612c1b340add692038c835e7cd8d8ad18b.zip
Final reorginzation to reflect packaging.
Diffstat (limited to 'ipa-python/Makefile')
-rw-r--r--ipa-python/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/ipa-python/Makefile b/ipa-python/Makefile
new file mode 100644
index 000000000..bc6554be4
--- /dev/null
+++ b/ipa-python/Makefile
@@ -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 \ No newline at end of file