This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: subdir-objects and 1.7


>>> "Harlan" == Harlan Stenn <stenn@whimsy.udel.edu> writes:

[...]

 Harlan> Do I need to list all of these subdir files as EXTRA_SOURCES in this
 Harlan> Makefile.am in order to avoid:

 Harlan> gcc ... -Wp,-MD,.deps/mibgroup/Rmon/system_rmon_mib.TPlo ...
 Harlan> -o mibgroup/Rmon/.libs/system_rmon_mib.lo

Sorry, You've described your setup, but you haven't explained
the troubles you have with it.  What's wrong in the above
command?  Why do you want to avoid it?

Anyway, a partial answer to the previous question is: yes, files
which are conditionally built should be listed in the
EXTRA_libucdmibs_la_SOURCES variables.  This is needed, not only
for the dependency tracking code to work, but also for targets
that processes all sources like `tags', `ctags', etc, and also
so the source files get distributed.  That was already the case
in 1.5, though.
-- 
Alexandre Duret-Lutz




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]