Venkatesh P wrote:

> hi,
>        any one help me  about make command how to create and how to use
>

Hi Venkatesh,

A makefile is a text file that is referenced by the make command that
describes the building of targets, and contains information such as
source-level dependencies and build-order dependencies. (taken from
here<http://help.eclipse.org/galileo/index.jsp?topic=/org.eclipse.cdt.doc.user/concepts/cdt_c_makefile.htm>
)

For in-depth usage refer to:

http://www.opussoftware.com/tutorial/TutMakefile.htm

http://mrbook.org/tutorials/make/

-- 
Thanks for your time,
Pratik K Anand <http://www.google.com/profiles/pratik.k.anand>

Reply via email to