Click here to Skip to main content
15,886,110 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
i read many tutorials about how project files are configured and compiled using make. I'm failing in understanding the very simple logics behind how those utilities work, Can anyone help me out in this regard. Also how to study the code flow in Linux enviornment.
Thank you..
Posted

1 solution

The make utility[^] uses a Makefile which contains the commands, targets and templates to automate a set of commands. This is mainly used for compiling and linking source code into executable programs. The syntax of the Makefile is somewhat esoteric but once you understand the basics it is not too difficult to create your own. Work through the tutorial in the link above, and look at the man pages on your system for more information.
 
Share this answer
 
Comments
Amar_C 23-Dec-12 23:48pm    
Thank you:)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900