I am trying to add perlcc to a Makefile.am file so that I can compile my Perl scripts into executable form. I know how to do it by hand by running perlcc -o hello hello.c but not by just running make. If anyone can tell me how to do this and a good site to goto so that I may learn how to write Makefile.am files. Ben