Home
last modified time | relevance | path

Searched refs:OP_LIB (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/bmake/
H A Dtarg.c189 gn->type = name[0] == '-' && name[1] == 'l' ? OP_LIB : OP_NONE; in GNode_New()
393 { OP_LIB, true, "LIB" }, in Targ_PrintType()
H A Dmake.c162 ADD(OP_LIB); in GNodeType_ToString()
307 } else if ((gn->type & OP_LIB) && (gn->mtime == 0 || Arch_IsLib(gn))) { in GNode_IsOODate()
H A Dsuff.c1866 gn->type |= OP_LIB; in FindDepsRegular()
2002 else if (gn->type & OP_LIB) in FindDeps()
H A Dmake.h379 OP_LIB = 1 << 28, enumerator
H A Djob.c1326 else if (gn->type & OP_LIB)
1352 if ((gn->type & OP_LIB) && !Lst_IsEmpty(&gn->children)) in Job_CheckCommands()