Searched defs:depfile (Results 1 – 6 of 6) sorted by relevance
31 depfile = objfile + '.d' variable
52 FILE *depfile; /* = NULL */ variable
124 char *depfile; variable
412 set(depfile "${CMAKE_CURRENT_BINARY_DIR}/${dest}.d") variable
2407 static const struct depfile { in depmod_output() struct2408 const char *name; in depmod_output()2409 int (*cb)(struct depmod *depmod, FILE *out); in depmod_output()