Lines Matching refs:file
6 # you may not use this file except in compliance with the License.
20 # This file is the generic "header" or pre make header for all
80 # nl-check-file-with-subroutine <subroutine prefix> <macro suffix>
82 # Check whether a file, referenced by the $(@) variable, should be
84 # $(<) variable by running the make macro check-file-<macro suffix>.
87 # it and the prospective new output file, which the macro MUST
98 # make macro to invoke to actually check the file.
102 # make macro to invoke to actually check the file.
105 define nl-check-file-with-subroutine
116 endef # nl-check-file
119 # nl-check-file <macro suffix>
121 # Check whether a file, referenced by the $(@) variable, should be
123 # $(<) variable by running the make macro check-file-<macro suffix>.
126 # it and the prospective new output file, which the macro MUST
130 # prior to invoking check-file-<macro suffix>.
135 # <macro suffix> - The name, suffixed to "check-file-", which indicates
139 define nl-check-file
140 $(call nl-check-file-with-subroutine,nl-check-file,$(1))
141 endef # nl-check-file