# This file is included several times in a row, once for each element of
# $(iter-items). On each inclusion, we advance $o to the next element.
# $(iter-labels) and $(iter-from) and $(iter-to) are also advanced.
o := $(firstword $(iter-items))
iter-items := $(filter-out $o,$(iter-items))