This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Makefile


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 :-)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]