Re: source code: src to find (target/prerequisites/recipes)

2015-07-23 Thread Rakesh Sharma
You may also want to put the following code at the top of your main Makefile to make the output comingfrom somewhat tractable. # Disable built in pattern rules. MAKEFLAGS += -r # Disable built in variables. MAKEFLAGS += -R # Disable

RE: using $eval to include other makefiles

2015-07-23 Thread Rakesh Sharma
Let me quote from the GNU make manual on the "eval function". It says: The argument to the eval function is expanded, then the results of that expansion are parsed as makefile syntax. Now in this case, of $(eval include /path/to/file.mk)the two arguments to eval are the keyword include & the ful