Hi Nick, Jan, all,
nick> I think all that should be needed is to list the .l (or .y) file in
_SOURCES normally
Thanks much. I was thinking I should avoid that since the .[ly] are not
ultimate sources, but if it works, fine with me.
jan>
BUILT_SOURCES = foo.y
foo.y: foo.cweb
somecommands
That would be sensible, but I failed to mention the problem with
BUILT_SOURCES (sorry): the manual says it only works with the general
targets (all, check, install, install-exec). I need something that works
with individual targets.
I'll give the _SOURCES stuff a whirl. Thanks again. -k