makefile

pleas explain in detail the hows of creating a makefile
As you didn't mention which make utility you were wanting to use, I assumed you meant the one in the GCC toolset: Gnu make.

This looks like a good starting point. Not too detailed

A Simple Makefile Tutorial
http://www.cs.colby.edu/maxwell/courses/tutorials/maketutor/

If you need more info, see:

GNU make - Writing Makefiles
http://web.mit.edu/gnu/doc/html/make_3.html

GNU `make'
http://www.gnu.org/software/make/manual/make.html

For even more, google 'how to write a makefile gnu make'

Andy
Last edited on
Topic archived. No new replies allowed.