| Brad Bishop | bba7f8c | 2016-11-10 09:32:58 -0500 | [diff] [blame] | 1 | if WANT_SDBUSPP | 
|  | 2 |  | 
|  | 3 | all-local: | 
|  | 4 | $(AM_V_at)$(PYTHON) ${top_builddir}/tools/setup.py build | 
|  | 5 |  | 
|  | 6 | clean-local: | 
|  | 7 | rm -rfv ${top_builddir}/build | 
|  | 8 |  | 
|  | 9 | install-exec-hook: | 
|  | 10 | $(AM_V_at)$(PYTHON) ${top_builddir}/tools/setup.py install \ | 
|  | 11 | --prefix=$(DESTDIR)${prefix} \ | 
|  | 12 | --install-data=$(DESTDIR)${datadir} \ | 
|  | 13 | --install-lib=$(DESTDIR)$(PYTHONDIR) \ | 
|  | 14 | --install-scripts=$(DESTDIR)${bindir} \ | 
|  | 15 | --record=${top_builddir}/python_install.log | 
|  | 16 |  | 
|  | 17 | uninstall-hook: | 
|  | 18 | cat ${top_builddir}/python_install.log \ | 
|  | 19 | | awk '{print "$(DESTDIR)"$$1}' | xargs rm -fv | 
|  | 20 |  | 
|  | 21 | endif |