Home
last modified time | relevance | path

Searched refs:staticpattern (Results 1 – 4 of 4) sorted by relevance

/ndk/sources/host-tools/make-3.81/
Ddep.h44 unsigned int staticpattern : 1; member
Dfile.c486 if (d->staticpattern) in expand_deps()
495 d->staticpattern = 0; /* Clear staticpattern so that we don't in expand_deps()
526 if (new && d->staticpattern) in expand_deps()
585 d1->staticpattern = 0; in expand_deps()
Dread.c2101 this->staticpattern = 1; in record_files()
DChangeLog450 * implicit.c (pattern_search): Initialize the new staticpattern
454 staticpattern field for prerequisites.
457 * read.c (read_all_makefiles): Initialize the staticpattern field.
462 Set the staticpattern field for prereqs of static pattern targets.