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