Fixup distcheck, release 0.19

This commit is contained in:
Marco Pesenti Gritti
2006-08-21 15:59:40 +02:00
parent c3b7a84cbc
commit 7d6adc55a3
8 changed files with 108 additions and 21 deletions
+5 -12
View File
@@ -1,13 +1,6 @@
all:
python setup.py build
INCLUDES = $(PYTHON_INCLUDES)
install:
python setup.py install --prefix=${prefix}
uninstall:
rm -f ${prefix}/lib/python2.4/site-packages/threadframe.so
clean:
python setup.py clean
-rm -rf build
-rm -f core *~ *.so *.o *.pyd *.a python*.def
threadframedir = $(pyexecdir)
threadframe_la_LDFLAGS = -module -avoid-version
threadframe_LTLIBRARIES = threadframe.la
threadframe_la_SOURCES = threadframemodule.c