···3030# $( ) suppresses warning from the alignments in the V_ macros below
3131$(SPACE) :=
32323333+ifeq "$(UNIX_OR_WIN32)" "win32"
3434+DIR_SEP := \$ # There must a space following the $
3535+CONVERT_PATH = $(subst /,$(DIR_SEP),$(strip $(1)))
3636+else
3737+DIR_SEP = /
3838+CONVERT_PATH = $(strip $(1))
3939+endif
4040+3341V ?= 0
34423543ifeq "$(V)" "0"