This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: SUBDIR_OBJECTS option
- From: Tom Tromey <tromey at redhat dot com>
- To: jling at bioinformatics dot ubc dot ca
- Cc: automake at gnu dot org
- Date: 30 Dec 2003 11:51:32 -0700
- Subject: Re: SUBDIR_OBJECTS option
- References: <8dc7d8ab43.8ab438dc7d@cmmt.ubc.ca>
- Reply-to: tromey at redhat dot com
>>>>> "John" == jling <jling@cmmt.ubc.ca> writes:
John> I read in one thread the mention of a SUBDIR_OBJECTS option in
John> automake. Supposedly this would prevent intermediate object files from
John> ending up in the directory of the Makefile (I'm trying to use a non-
John> recursive Makefile.am).
John> Where and how is this option to be specified?
Put `subdir-objects' into the AUTOMAKE_OPTIONS variable in Makefile.am.
See the manual for this and other information...
Tom