toolsdir = $(TOOLSDIR)

tools_SCRIPTS = \
	exec_wrapper

exec_wrapper: exec_wrapper.in
	sed \
	-e 's,@PYTHON\@,$(PYTHON),g' \
	$< > $@
	chmod +x $@

EXTRA_DIST = exec_wrapper.in

CLEANFILES = exec_wrapper


syntax highlighted by Code2HTML, v. 0.9.1