This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: configure, build and file cleanup
> 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