summaryrefslogtreecommitdiffstats
path: root/installclasses/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'installclasses/Makefile')
-rw-r--r--installclasses/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/installclasses/Makefile b/installclasses/Makefile
new file mode 100644
index 000000000..2f0f88bfa
--- /dev/null
+++ b/installclasses/Makefile
@@ -0,0 +1,12 @@
+include ../Makefile.inc
+
+all:
+ echo "nothing to make"
+
+install:
+ mkdir -p $(DESTDIR)/$(PYTHONLIBDIR)/installclass
+ install *.py $(DESTDIR)/$(PYTHONLIBDIR)/installclass
+ ../py-compile --basedir $(DESTDIR)/$(PYTHONLIBDIR)/installclass $(DESTDIR)/$(PYTHONLIBDIR)/installclass/*.py
+
+clean:
+ rm -f *.o *.so *.pyc