X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/mLib-python/blobdiff_plain/20bce5e92b01cd928f26b61be78215117039c561..229f53d71cf3484819edc6988f6d36665e6db60c:/Makefile diff --git a/Makefile b/Makefile index 53ea323..b9f9347 100644 --- a/Makefile +++ b/Makefile @@ -1,26 +1,2 @@ -## Makefile - -PYTHON = python -prefix = /usr/local - -AUTOC = \ - select.c crc32.c atom.c report.c sym.c unihash.c \ - base64.c base32.c hex.c - -GEN = base64.pyx base32.pyx hex.pyx - -all: setup.py - $(PYTHON) setup.py build - -clean: setup.py - $(PYTHON) setup.py clean - rm -rf build - rm -f $(AUTOC) $(GEN) MANIFEST - -dist: setup.py - $(PYTHON) setup.py sdist - -install: setup.py - $(PYTHON) setup.py install --prefix $(prefix) - -.PHONY: all clean dist install +### -*-makefile-*- +include pysetup.mk