public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* configure, build and file cleanup
@ 2002-09-06 18:49 William Tyler
  2002-09-08 20:05 ` DJ Delorie
  0 siblings, 1 reply; 2+ messages in thread
From: William Tyler @ 2002-09-06 18:49 UTC (permalink / raw)
  To: gcc


Hi all,
I would like to get familiar with the configuration and build system for
gcc.  I think that this would be a good place to start filtering out unused
files.
I think that I could also work on filling in the documentation in these
areas as well.  Does this seem like a reasonable aproach?

I hope that these questions are not too nubie like but here goes:
I have looked at the configure script and do not recognize it, where can I
get information on that is going on here (language, syntax and what not?)
Where can I get information on the make files and how they are processed?
Are the make files generated as output to from the configure script?

Thanks for the information folks.

Bill


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: configure, build and file cleanup
  2002-09-06 18:49 configure, build and file cleanup William Tyler
@ 2002-09-08 20:05 ` DJ Delorie
  0 siblings, 0 replies; 2+ messages in thread
From: DJ Delorie @ 2002-09-08 20:05 UTC (permalink / raw)
  To: wtyler; +Cc: gcc


> I have looked at the configure script and do not recognize it, where can I
> get information on that is going on here (language, syntax and what not?)

If you mean the toplevel configure script, please ignore it for now.
It's being converted to autoconf format, like the other configure
scripts.

> Where can I get information on the make files and how they are processed?

First, learn about autoconf.  Then, read the "source tree structure
and build system" chapter of the GCC internals document.

> Are the make files generated as output to from the configure script?

Yes, and from Makefile.in

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-09-09  3:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-09-06 18:49 configure, build and file cleanup William Tyler
2002-09-08 20:05 ` DJ Delorie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).