Searched refs:OP_LIB (Results 1 – 5 of 5) sorted by relevance
183 gn->type = name[0] == '-' && name[1] == 'l' ? OP_LIB : OP_NONE; in GNode_New()400 { OP_LIB, true, "LIB" }, in Targ_PrintType()
173 ADD(OP_LIB); in GNodeType_ToString()320 } else if ((gn->type & OP_LIB) && (gn->mtime == 0 || Arch_IsLib(gn))) { in GNode_IsOODate()
357 OP_LIB = 1 << 28, enumerator
1925 gn->type |= OP_LIB; in FindDepsRegular()2062 else if (gn->type & OP_LIB) in FindDeps()
1342 else if (gn->type & OP_LIB) in Job_Touch()1368 if ((gn->type & OP_LIB) && !Lst_IsEmpty(&gn->children)) in Job_CheckCommands()