Michael G Schwern wrote:
As a kludge-around, I was thinking of using the PL_FILES functionality
to have a template module .PL compile the filter and run it on the
template to generate the module .pm file. I'll see if
ExtUtils::CBuilder suits.
That doesn't sound like a kludge, it sounds like what PL_FILES is made for.
That loses any compiler information given to the top-level make
Not that such a kludge will correctly track dependencies.
What dependencies?
The dependency the filter output has on the C source code of the filter.