automake
[Top][All Lists]
Advanced

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

Re: BUILT_SOURCES: dependencies not copied to build_dir


From: tom fogal
Subject: Re: BUILT_SOURCES: dependencies not copied to build_dir
Date: Mon, 27 Mar 2006 15:38:27 -0500

 <address@hidden>Michael Biebl writes:
<snip>
>ngcs_marshal.c: ngcs_marshal.ngci idef.py
>        $(srcdir)/idef.py ngcs_marshal
>
>ngcs_marshal.h: ngcs_marshal.ngci idef.py
>        $(srcdir)/idef.py ngcs_marshal

Not sure if it will work, but perhaps you could just use the .ngci file
without copying it?  Perhaps rules like:

ngcs_marshal.c: $(srcdir)/ngcs_marshal.ngci $(srcdir)/idef.py
        $(srcdir)/idef.py ngcs_marshal

ngcs_marshal.h: $(srcdir)/ngcs_marshal.ngci $(srcdir)/idef.py
        $(srcdir)/idef.py ngcs_marshal

would work?  Or do the files need to be copied for other reasons as
well?

-tom




reply via email to

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