Re: How to build front and middle end separately from the whole

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



pang long <hitpanglong@xxxxxxxxx> writes:

> I want to get the intermedia represeative of the code of language C
> for my later static analysis. I want to build the front and middle end
> separately from the whole so that the function is embeded into my
> application.

gcc does not support building the front and middle end separately.
Sorry.

>     How is the $(GCCSource)/gcc/Makefile.in generated? In my learning,
> there should be Makefile.am but none~.

Makefile.am is used by tools which use automake.  gcc does not use
automake, and thus does not have a Makefile.am file.  The Makefile.in
file is hand-written.

Ian

[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux