Revision 68c58e0a70b5ba3f02a40e6c09fd5b3a20b517cb authored by andrewjpage on 19 January 2015, 13:14:07 UTC, committed by andrewjpage on 19 January 2015, 13:14:07 UTC
1 parent fd80ebd
Raw File
Makefile.am
EXTRA_DIST=gubbins/* setup.py scripts/*

all-local:
	${PYTHON} setup.py build


install-exec-local:
	${PYTHON} setup.py install  --root=$(DESTDIR) --install-purelib=$(pythondir) --install-scripts=/usr/bin

uninstall-local:
	rm -rf $(pythondir)/*gubbins*

clean-local:
	$(PYTHON) setup.py clean --all

check-local:
	$(PYTHON) setup.py test
back to top