|
Posted by Shaun Clowes on November 5, 2004, 5:20 pm
Please log in for more thread options
Hi All,
This may be a strange one, I'm not sure how to solve it.
I have a project with a perl version of a parser, as well as an xs module to
invoke the C version of the module. They are shipped in a tree like:
project/c
project/perl
There are 4 .pm files in the project/perl directory and a
ExtUtils::MakeMaker Makefile.PL script to install them. What I'd like to is
have the 5th module (the one generated by the .xs file) be built and
installed _ONLY_ if the static library has been built in ../c/libparser.a.
I've got it all working except that part.
Any ideas?
Thanks,
Shaun
|