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: Default source file names


Gary V. Vaughan wrote:

with the simpler:

~    pkglibexec_LTLIBRARIES = gnu.la  ..... traditional.la
~    AM_LDFLAGS = -module

but unfortunately Automake wants to build `gnu.la' from `gnu.la.c', so the
repetitive sources declarations are necessary, unless I rename all my source
files.

This would help me out too, I thought of the same thing. The problem though is that a library is a collection of objects, it's not really a single object (even though we're both using them that way).





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