Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--threadframe/Makefile.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/threadframe/Makefile.in b/threadframe/Makefile.in
new file mode 100644
index 0000000..972f08b
--- /dev/null
+++ b/threadframe/Makefile.in
@@ -0,0 +1,12 @@
+prefix = @prefix@
+
+all:
+ python setup.py build
+
+install:
+ python setup.py install --prefix=${prefix}
+
+clean:
+ python setup.py clean
+ -rm -rf build
+ -rm -f core *~ *.so *.o *.pyd *.a python*.def