Home | History | Annotate | Download | only in make

Lines Matching defs:allsrc

90  *			target, including the .ALLSRC variable, making
818 * Add a child's name to the ALLSRC and OODATE variables of the given
823 * If the child is a .JOIN node, its ALLSRC is propagated to the parent.
833 * pgn The parent to whose ALLSRC variable it should
839 const char *child, *allsrc;
854 allsrc = GNode_VarAllsrc(cgn);
856 allsrc = child;
858 if (allsrc != NULL)
859 Var_Append(pgn, ALLSRC, allsrc);
890 * Set up the ALLSRC and OODATE variables. Sad to say, it must be
897 * variable. As for ALLSRC, the ordering is important and not
901 * match its ALLSRC variable.
917 if (!Var_Exists(gn, ALLSRC))
918 Var_Set(gn, ALLSRC, "");