This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Generating foo.o?
- To: automake@gnu.org
- Subject: Generating foo.o?
- From: Harlan Stenn <Harlan.Stenn@pfcs.com>
- Date: Sun, 30 May 1999 12:03:34 -0400
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