toolsandutils/buildsystem/shell/cmd.mk
branchGCC_SURGE
changeset 55 59148e28d9f6
parent 0 83f4b4db085c
equal deleted inserted replaced
53:d23856282806 55:59148e28d9f6
   130 
   130 
   131 define settPath
   131 define settPath
   132 1
   132 1
   133 endef
   133 endef
   134 
   134 
       
   135 # Macro to execute a command if a file exists.
       
   136 define ifexistf
       
   137 if exist $(1) $(2)
       
   138 endef
       
   139 
       
   140 # Macro ensure path delimiters are the right sort.
       
   141 define normalise_path
       
   142 $(subst /,\,$(1))
       
   143 endef
       
   144 
       
   145 
   135 # Configuration needs to be returned as upper case for abld
   146 # Configuration needs to be returned as upper case for abld
   136 CONFIGURATION:=REL
   147 CONFIGURATION:=REL