From 01bc6cc71dca04a7b69cbb8f715bb32ecf51de0f Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Thu, 17 Aug 2006 03:12:22 +0000 Subject: Forgot to add Makefile.in --- (limited to 'threadframe') 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 -- cgit v0.9.1