This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Makefile
- To: "marami.sen" <marami dot sen at ushacomm dot co dot in>
- Subject: Re: Makefile
- From: <llewelly at dbritsch dot dsl dot xmission dot com>
- Date: Tue, 16 May 2000 03:12:01 -0600 (MDT)
- Cc: gcc at gcc dot gnu dot org
On Tue, 16 May 2000, marami.sen wrote:
> Could you please send me a sample Makefile for g++ compiler?
> Thanks
> Marami
I am not sure what you are asking for.
If you want to learn how to use make, read
$info make
or see http://www.gnu.org/manual/make/index.html
Please note that this is not the right list for asking questions about gnu
make; that list is help-make@gnu.org .
On the other hand, if you want to understand how gcc itself is built and
bootstraped, get the gcc sources, and start with Makefile.in and
configure.in .... beware, it is rather complex :-)