Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/threadframe
diff options
context:
space:
mode:
authorDan Williams <dcbw@localhost.localdomain>2006-08-17 03:12:22 (GMT)
committer Dan Williams <dcbw@localhost.localdomain>2006-08-17 03:12:22 (GMT)
commit01bc6cc71dca04a7b69cbb8f715bb32ecf51de0f (patch)
tree83cd89ad8cf00d4bc8115f0fbc2adc001032c11e /threadframe
parentea3b66aa0f74d5ee91369d3cc869912993fe550e (diff)
Forgot to add Makefile.in
Diffstat (limited to 'threadframe')
-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