automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: about o files


From: Ralf Wildenhues
Subject: Re: about o files
Date: Wed, 4 Jan 2006 18:00:07 +0100
User-agent: Mutt/1.5.11

Hi Adnan,

* Adnan Shaheen wrote on Wed, Jan 04, 2006 at 02:56:03PM CET:
> I want to know how can I put all of the .o files in a specified
> folder, using makefile.am

Yes.

mkdir build
cd build
../path/to/source-tree/configure [OPTIONS]
make

All object files will be below the build directory.

Cheers,
Ralf




reply via email to

[Prev in Thread] Current Thread [Next in Thread]