automake
[Top][All Lists]
Advanced

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

BUILT_SOURCES


From: Russell Shaw
Subject: BUILT_SOURCES
Date: Fri, 18 Dec 2009 00:07:40 +1100
User-agent: Mozilla-Thunderbird 2.0.0.22 (X11/20090701)

Hi,
BUILT_SOURCES has no effect. gran.proc.tab.c should be built
first, but it doesn't happen. eerat isn't even run:

bin_PROGRAMS = appmain

appmain_SOURCES = appmain.c
nodist_appmain_SOURCES = gran.proc.tab.c

BUILT_SOURCES: gran.proc.tab.c

gran.proc.tab.c: gran.spec
        eerat $< -o gran


Automake is 1.9.6 on debian/unstable

Inspecting the generated Makefile doesn't seem to do anything
with BUILT_SOURCES.




reply via email to

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