remake
remake copied to clipboard
Adding new functions this_line, this_file, this_counter
This patch add new functions :
-
$(this_line)- inspired by__LINE__in C and expanded to the current file name (e.g.Makefile) -
$(this_file)- inspired by__FILE__in C and expanded to the current line number (e.g.123if appearing in line 123 of yourGNUmakefile -
$(this_counter), inspired by__COUNTER__from GCC preprocessor
The documentation is wrong and needs some fix.
Also, the GNUremakefile is also considered as a name.