From 0d8d24a31b6837c64fbb86bb4f53a5b442866e4b Mon Sep 17 00:00:00 2001
From: Sinisa Veseli <sveseli@aps.anl.gov>
Date: Mon, 13 Apr 2015 13:41:21 +0000
Subject: [PATCH] add top level python makefile

---
 src/python/Makefile | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 src/python/Makefile

diff --git a/src/python/Makefile b/src/python/Makefile
new file mode 100644
index 00000000..3d1c02d6
--- /dev/null
+++ b/src/python/Makefile
@@ -0,0 +1,15 @@
+TOP=../../..
+
+all install: dist
+
+clean clean-all clean-install distclean: pyc-clean
+
+.PHONY: pyc-clean
+pyc-clean:
+	rm -f `find . -name '*.pyc'`
+
+# For compiling from command line, we have to use generic build properties file
+.PHONY: dist
+dist: 
+
+
-- 
GitLab