Searched refs:OP_DEPENDS (Results 1 - 9 of 9) sorted by relevance

/freebsd-9.3-release/usr.bin/make/
H A DGNode.h69 #define OP_DEPENDS 0x00000001 /* Execution of commands depends on macro
74 #define OP_OPMASK (OP_DEPENDS|OP_FORCE|OP_DOUBLEDEP)
H A Dtarg.c417 case OP_DEPENDS:
H A Dparse.c1031 op = OP_DEPENDS;
H A Dsuff.c1611 gn->type |= OP_DEPENDS;
/freebsd-9.3-release/contrib/bmake/
H A Dmake.h253 #define OP_DEPENDS 0x00000001 /* Execution of commands depends on macro
258 #define OP_OPMASK (OP_DEPENDS|OP_FORCE|OP_DOUBLEDEP)
H A Dtarg.c687 case OP_DEPENDS:
H A Dparse.c996 gn->type = OP_WAIT | OP_PHONY | OP_DEPENDS | OP_NOTMAIN;
1492 op = OP_DEPENDS;
H A Dmake.c1433 pgn->type = OP_PHONY | OP_DEPENDS;
H A Dsuff.c1989 gn->type |= OP_DEPENDS;

Completed in 154 milliseconds