Searched refs:RULE_EXISTING (Results 1 – 2 of 2) sorted by relevance
60 #define RULE_EXISTING 0x20 /* $(>) is pre-exisitng sources only */ macro
1139 ( actions->flags & ( RULE_NEWSRCS | RULE_EXISTING ) ) ) in make1cmds()1326 if ( ( flags & RULE_EXISTING ) && ( flags & RULE_NEWSRCS ) ) in make1list()1332 else if ( flags & RULE_EXISTING ) in make1list()