HomeSort by: relevance | last modified time | path
    Searched refs:OP_LIB (Results 1 - 5 of 5) sorted by relevancy

  /src/usr.bin/make/
targ.c 189 gn->type = name[0] == '-' && name[1] == 'l' ? OP_LIB : OP_NONE;
393 { OP_LIB, true, "LIB" },
make.c 165 ADD(OP_LIB);
310 } else if ((gn->type & OP_LIB) && (gn->mtime == 0 || Arch_IsLib(gn))) {
make.h 356 OP_LIB = 1 << 28,
suff.c 1866 gn->type |= OP_LIB;
2002 else if (gn->type & OP_LIB)
job.c 1376 else if (gn->type & OP_LIB)
1402 if ((gn->type & OP_LIB) && !Lst_IsEmpty(&gn->children))

Completed in 17 milliseconds