EXTRA_DIST = setup.py Makefile.am pypcp/*.py Makefile.in
all:
python setup.py build
install:
python setup.py install
clean:
rm -rf build pypcp/*.pyc