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]

Generating foo.o?


I just ran across a package that Really Wants to take a bunch of .o files 
and "ld -r -x -o foo.o ..." .

Anybody got any good ideas on how to do this?

I know I *could* turn this into a library, but I figured I'd go for the 
education first.

My first idea would be to use the rules for building a library, and just 
use an extra dependency or so.  This would give me all of the other rules 
to handle dependencies, make the TAGS file, etc.

Any other ideas?

H


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