7 select.c crc32.c atom.c report.c sym.c unihash.c \
8 base64.c base32.c hex.c
10 GEN = base64.pyx base32.pyx hex.pyx
13 $(PYTHON) setup.py build
16 $(PYTHON) setup.py clean
18 rm -f $(AUTOC) $(GEN) MANIFEST
21 $(PYTHON) setup.py sdist
24 $(PYTHON) setup.py install --prefix $(prefix)
26 .PHONY: all clean dist install