This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: Generating foo.o?
- To: Alexandre Oliva <oliva@dcc.unicamp.br>
- Subject: Re: Generating foo.o?
- From: Harlan Stenn <Harlan.Stenn@pfcs.com>
- Date: Tue, 01 Jun 1999 11:43:45 -0400
- cc: Harlan Stenn <Harlan.Stenn@pfcs.com>, automake@gnu.org
Thanks for the response and idea.
I used an EXTRA_LIBRARIES and drove the rest using libfoo_a_OBJECTS to
create foo.o, and I just specified foo.o as an *_LDADD where it was needed.
The noinst_PROGRAM might be a little cleaner - I'll try it out soon.
H