Lines Matching defs:TO
9 # * using the :: dependency operator for adding commands to a target
23 TO?= C # ... to this stack.
25 # Since make has no built-in arithmetic functions, convert N to a list of
32 . for from to in ${FROM} ${TO}
34 @echo "Move the upper disk from stack ${from} to stack ${to}."
37 _:= ${N::=${N:[1..-2]}} ${TMP::=${VIA}} ${VIA::=${TO}} ${TO::=${TMP}}
39 _:= ${N::+=D} ${TMP::=${VIA}} ${VIA::=${TO}} ${TO::=${TMP}}
41 . for from to in ${FROM} ${TO}
43 @echo "Move the upper disk from stack ${from} to stack ${to}."