Re: how to add source or header file in gcc

2005-12-22 Thread Mike Stump
On Dec 22, 2005, at 1:54 AM, Liu Haibin wrote: I'd like to add some source and header files into gcc. I think I probably need to make some change in Makefile.in. But the Makefile.in looks very complicated. Could anyone give some advice on this? google("make tutorial"). After that, you can just

how to add source or header file in gcc

2005-12-22 Thread Liu Haibin
Hi, I'd like to add some source and header files into gcc. I think I probably need to make some change in Makefile.in. But the Makefile.in looks very complicated. Could anyone give some advice on this? Regards, Haibin