Searched refs:OP_LIB (Results 1 - 10 of 10) sorted by relevance

/freebsd-10-stable/usr.bin/make/
H A DGNode.h110 #define OP_LIB 0x20000000 /* Target is a library */ macro
H A Dtarg.c132 gn->type = OP_LIB;
349 { OP_LIB, ".LIB" },
357 type &= ~(OP_ARCHV | OP_LIB | OP_MEMBER);
H A Dmake.c182 } else if (gn->type & OP_LIB) {
H A Dsuff.c1880 gn->type |= OP_LIB;
2043 } else if (gn->type & OP_LIB) {
H A Djob.c1183 } else if (gn->type & OP_LIB) {
1230 (gn->type & OP_LIB) == 0) {
/freebsd-10-stable/contrib/bmake/
H A Dmake.h302 #define OP_LIB 0x20000000 /* Target is a library */ macro
H A Dtarg.c241 gn->type = OP_LIB;
H A Djob.c1209 } else if (gn->type & OP_LIB) {
1262 ((gn->type & OP_LIB) == 0 || Lst_IsEmpty(gn->children))) {
H A Dsuff.c2303 gn->type |= OP_LIB;
2471 } else if (gn->type & OP_LIB) {
H A Dmake.c258 } else if ((gn->type & OP_LIB) &&

Completed in 89 milliseconds