From 01bc6cc71dca04a7b69cbb8f715bb32ecf51de0f Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Wed, 16 Aug 2006 23:12:22 -0400 Subject: [PATCH] Forgot to add Makefile.in --- threadframe/Makefile.in | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 threadframe/Makefile.in diff --git a/threadframe/Makefile.in b/threadframe/Makefile.in new file mode 100644 index 00000000..972f08b9 --- /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