michael@0: VAR = value1 michael@0: VAR := value2 michael@0: michael@0: VAR2 := val1 michael@0: VAR2 = val2 michael@0: michael@0: default: michael@0: test "$(flavor VAR)" = "simple" michael@0: test "$(VAR)" = "value2" michael@0: test "$(flavor VAR2)" = "recursive" michael@0: test "$(VAR2)" = "val2" michael@0: @echo "TEST-PASS"