-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hey I have been experimenting with gcc tracing through the code with printf's! :) Anyways so i am starting to play with implementing my own front-end into gcc just to get to grips with the api in gcc. So I notice top level in the source there is GCC then each lib<lang name> so i am working directly in gcc/<new lang name> As i noticed each language front-end has their own folder in tat source folder each with their own main as you would expect. So i made my own workspace, and started implementing bits and pieces but i am unsure how to link this all in to be compiled. Because i can't see any Makefile.am in any of those other language front-ends source folders. So where should i add my code to be compiled or how do i go about this. I am kind of tired now so i guess it must be really simple i just needed to read a little more :P Anyways thanks guys - --Phil -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.11 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkoOCQQACgkQAhcOgIaQQ2EqrQCfWIOj51h6xfwfxDM+3R5EKDMY 5WkAn0kYOYVTyXz8A6BablpHisxidbbv =BoDj -----END PGP SIGNATURE-----