How to call .sh file from makefile.am?

in this bin_SCRIPTS = doEcho.sh this command is not working,
$(shell ./doEcho.sh ) this is also not working then how to execute it?

Duplicate thread.

Continue here.