Need to run a perl script in the beginning of the Makefile



Hi,

I need to run a perl script in the begining of the Makefile.
make can be called with any option like

make
or
make clean
or
make clobber

For all the calls I want perl script to be called first.
Can it be done by just including a call to perl script in Makefile ?
Please help me

.