Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

Hi Guys, Do anyone know how to call a perl script through GNU Makefile ?? I have to call a perl script which manipulates some files and this I have to do by calling the script through Makefile.This makefile does lots of other jobs, like compiling my other source code.

Replies are listed 'Best First'.
Re: calling perl scripts in Makefils
by derby (Abbot) on Mar 13, 2002 at 14:53 UTC
      thank you mate !!