automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: generated lex/yacc sources?


From: Karl Berry
Subject: Re: generated lex/yacc sources?
Date: Tue, 21 Sep 2021 14:32:23 -0600

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]