On 2001-04-27 11:02:04, [EMAIL PROTECTED] wrote:
> 
> I currently have a (very simple) build script put together to just
> build the modules, but I'd like to integrate the build of those
> sub-modules with the rest of the build.  Anyone have any suggestions
> on how this could be put into the Makefile generator script?

Write a sub named MY::postamble in Makefile.PL, which returns the text
of the Makefile rules required to build your modules. These will be
added verbatim to your Makefile by WriteMakefile(), to which you should
pass the appropriate "depend" arguments to ensure that your rules are
invoked.

See the ExtUtils::MakeMaker documentation for more information.

- ams

Reply via email to