# # $Id$ # SRC_FILES = hopstestb/__init__.py \ hopstestb/hopstestb.py EXTRA_DIST = $(SRC_FILES) setup.py.in if HAVE_PYTHON dist_bin_SCRIPTS = hopstestsuiteb.py all-local: (mkdir -p ./build) (rsync -av --exclude 'Makefile.*' $(srcdir)/ .) (chmod -R u+rwx .) ($(PYTHON) setup.py build --verbose) clean-local: rm -rf ./build install-exec-local: ($(PYTHON) setup.py install \ --prefix $(DESTDIR)$(prefix) \ --record $(DESTDIR)$(pythondir)/$(PKG_NAME)/install_hopstest_files.txt \ --verbose) uninstall-local: cat $(DESTDIR)$(pythondir)/$(PKG_NAME)/install_hopstest_files.txt | xargs rm -rf rm -rf $(DESTDIR)$(pythondir)/$(PKG_NAME)/install_hopstest_files.txt CLEANFILES = $(SRC_FILES) setup.py.in hopstestsuiteb.py.in DISTCLEANFILES = setup.py endif # # eof #