I am trying to understand structure of a make file but could not understand some macros and flags such as -I is to find header files and -L is for linking to library files, similarly what is -D , -w ,-s , -f , T1 , TSRC , CFLAG , IDLFLAG ?
closed as not a real question by DevSolar, eckes, bstpierre, Sjoerd, Apurv Jan 28 at 15:13
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
What do you mean you "could not understand"? Did you read the documentation? All of the supported flags are, of course, defined and described in the manual. Some of those that you mention might be compiler and/or flags local to the source code you're trying to build though, it's hard to be more specific without seeing the exact code. |
|||
|
|
|
Your question shows me that you are overwhelmed by both the structure of a Makefile and the options of an average compiler / linker invocation. As such, there is no way to answer your question in this place, other than suggesting you pick up a "how do use the compiler" tutorial of your choice, and work on that until you are proficient with that (or at least recognize stuff like Then pick up a tutorial on Makefiles, and work on that until you are proficient with the technology. Then pick up the Makefile you've just been looking at, again, and ask any specific question that might remain. We will be happy to assist. |
|||
|
|
remake -xinstead ofmaketo understand better what is happening. – Basile Starynkevitch Jan 28 at 19:55