Lines Matching refs:prerequisite
465 1) All prerequisite files (both `*.c` and `*.h`)
466 2) `CONFIG_` options used in all prerequisite files
484 path to prerequisite files and target files.
507 The target file depends on two prerequisite files. References
553 and its prerequisite files. GNU Make updates the target when any of the
580 Note: It is a typical mistake to forget the FORCE prerequisite.
881 as a prerequisite.
884 (1) List the prerequisite explicitly in a custom rule.
1000 (1) Add it as the prerequisite of another file
1379 Add a new prerequisite to all: to select a default goal different
1417 The ": %: %.o" part of the prerequisite is a shorthand that