Understanding makefile and dependency
-
Hi, We have lot of modules to handle with for big applications. So, how will we understand the dependencies?I mean if to compile program using make file, how can I know which all modules to compile with?
-
Hi, We have lot of modules to handle with for big applications. So, how will we understand the dependencies?I mean if to compile program using make file, how can I know which all modules to compile with?
Does your IDE support compiling and linking?
"One man's wage rise is another man's price increase." - Harold Wilson
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons
"You can easily judge the character of a man by how he treats those who can do nothing for him." - James D. Miles
-
Hi, We have lot of modules to handle with for big applications. So, how will we understand the dependencies?I mean if to compile program using make file, how can I know which all modules to compile with?
-
Hi, We have lot of modules to handle with for big applications. So, how will we understand the dependencies?I mean if to compile program using make file, how can I know which all modules to compile with?