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()
162 ADD(OP_LIB); in GNodeType_ToString()307 } else if ((gn->type & OP_LIB) && (gn->mtime == 0 || Arch_IsLib(gn))) { in GNode_IsOODate()
357 OP_LIB = 1 << 28, enumerator
1923 gn->type |= OP_LIB; in FindDepsRegular()2060 else if (gn->type & OP_LIB) in FindDeps()
1339 else if (gn->type & OP_LIB) in Job_Touch()1365 if ((gn->type & OP_LIB) && !Lst_IsEmpty(&gn->children)) in Job_CheckCommands()