in reply to FOR LOOP not entered
This looks like a snippet from a make file.
This:
@folder_mk =./AACBaseFileLib/common.mk
This:
$(PROJECT_ROOT)/../FilemuxIn
The rest is perl code (probably) that seems to be in the recipe section. This is the code that gets run in order to build the @folder_mk target.
You are going to have to understand make. Here is the link to docs: http://www.gnu.org/software/make/manual/make.html. Once you figure out the preprocessing that make is doing, then you can tell us the full code that is getting executed.
|
|---|