This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Beginner GCC projects question
>>>>> "Michael" == Michael Veksler <VEKSLER@il.ibm.com> writes:
Michael> I am sure that there are examples somewhere on the
Michael> web, I am not quite sure if Automake has it done right.
You can read about automake's approach, and how it got there, here:
http://sources.redhat.com/automake/dependencies.html
Automake is somewhat constrained in that it tries to work with any C
compiler and any version of make. gcc can assume GNU make, this would
probably let you get rid of some ugliness.
Tom