This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Adding files to Makefile compile/link...


aspiesrule@mcleodusa.net wrote:
How would I make a makefile in GCC compile+link a file that it hasn't before? I am not very familiar with GNU Make syntax, so examples would be helpful.

Try "info make", and read the Introduction section. You can also learn a lot by looking at existing Makefiles. There are also books you can get. The O'Reilly books for instance.
--
Jim Wilson, GNU Tools Support, http://www.SpecifixInc.com



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]