Searched refs:OP_LIB (Results 1 – 5 of 5) sorted by relevance
189 gn->type = name[0] == '-' && name[1] == 'l' ? OP_LIB : OP_NONE; in GNode_New()393 { OP_LIB, true, "LIB" }, in Targ_PrintType()
162 ADD(OP_LIB); in GNodeType_ToString()307 } else if ((gn->type & OP_LIB) && (gn->mtime == 0 || Arch_IsLib(gn))) { in GNode_IsOODate()
1866 gn->type |= OP_LIB; in FindDepsRegular()2002 else if (gn->type & OP_LIB) in FindDeps()
379 OP_LIB = 1 << 28, enumerator
1326 else if (gn->type & OP_LIB)1352 if ((gn->type & OP_LIB) && !Lst_IsEmpty(&gn->children)) in Job_CheckCommands()