How are the PARENT-COUNT-MyVariable definitions defined in the CodeWarrior IDE?

The Linked resource variable PARENT can be used to define path variables relative to a parent directory of another one. For example, a path variable FOO can be set to ${PARENT-2-PROJECT_LOC}/foo, which is equivalent of setting it to ${PROJECT_LOC}../../foo. The reason of this strange syntax is for the Eclipse compatibility constraints. You can not have the "..." characters inside a path variable value (at the resource level).