**make-default**: list-init-param-steps

list-init-param-steps: AAAANTH.cf
	xgrep -x '//task[@name="init"]/step//*[contains(text(),"$.input")]/ancestor::step[1]/@name' *.cf | \
		sed 's/<!--[^>]*-->//' | \
		grep '[^ 	]' | \
		sort | uniq -c | sort -rn

AAAANTH.cf:
	./copy-connectors

clean:
	rm -f *.cf

