[Coco] OT: Unix/Linux Makefile question
John R. Hogerhuis
jhoger at pobox.com
Tue Feb 1 18:00:25 EST 2005
On Tue, 2005-02-01 at 16:53 -0500, KnudsenMJ at aol.com wrote:
> In a message dated 2/1/05 4:35:50 PM Eastern Standard Time,
> KnudsenMJ at aol.com writes:
>
> Does Unix/Linux Make have a keyword you can set so that all individual
> object files (*.o) will be looked for and placed in a subdirectory of where
> all
> your C files are?
Maybe this:
info make
-> Writing rules -> Directory search
As far as generating products, that has more to do with the compiler
than make, right?
Where the compiler generates .o files is controlled by compiler options.
-- John.
More information about the Coco
mailing list