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