Lines Matching refs:file
6 # you may not use this file except in compliance with the License.
20 # This file defines automake macros common to all other automake
51 # check-file <macro suffix>
53 # Check whether a file, referenced by the $(@) variable, should be
55 # $(<) variable by running the make macro check-file-<macro suffix>.
58 # it and the prospective new output file, which the macro MUST
62 # prior to invoking check-file-<macro suffix>.
67 # <macro suffix> - The name, suffixed to "check-file-", which indicates
71 define check-file
72 $(call nl-check-file-with-subroutine,check-file,$(1))
73 endef # check-file