Lines Matching refs:path
27 # Find the relative path from the project root.
28 # When the path is in 'sources' just below the root, 'sources' is also removed
29 GetSubPath(path) =
30 private.apath = $(absname $(path))
73 private.CreateCmdFile(path, files) =
74 private.f = $(fopen $(path),w)
95 # Return the .o path
100 AddRuleToMakeObjectFromC(path, src, includes, flags, flags_build, flags_scan) =
101 private.scanner_name = $(SCANNER_PREFIX)-c-$(fullname $(rootname $(path)))
103 ….SCANNER: $(scanner_name): $(src) .PHONY/$(ROOT)/build-setup :value: $(digest-in-path-optional_ $(…
104 $(CC) $(flags) $(flags_scan) $(CCOUT)$(absname $(path)) $(absname $<)
106 $(path): $(src) :scanner: $(scanner_name) :value: $(getMtimeIfLarge $(src))
109 $(path): $(nth 0, $(CC)) $(makeDirectory $(dirname $(path)))
110 return $(path)
118 # Return the .o path
123 AddRuleToMakeObjectFromCpp(path, src, includes, flags, flags_build, flags_scan) =
124 private.scanner_name = $(SCANNER_PREFIX)-cxx-$(fullname $(rootname $(path)))
126 ….SCANNER: $(scanner_name): $(src) .PHONY/$(ROOT)/build-setup :value: $(digest-in-path-optional_ $(…
127 $(CXX) $(flags) $(flags_scan) $(CCOUT)$(absname $(path)) $(absname $<)
129 $(path): $(src) :scanner: $(scanner_name) :value: $(getMtimeIfLarge $(src))
132 $(path): $(nth 0, $(CXX)) $(makeDirectory $(dirname $(path)))
133 return $(path)
141 # Return the .o path
146 AddRuleToMakeObjectFromAsm(path, src, flags, flags_build) =
147 $(path): $(src) :effects: asmlock :value: $(getMtimeIfLarge $(src))
149 $(path): $(nth 0, $(AS)) $(makeDirectory $(dirname $(path)))
150 return $(path)
157 # Return the .o path
174 # Return the .a path
195 # Return the .o path
213 # Return the result file path
222 ….SCANNER: $(scanner_name): $(infile) .PHONY/$(ROOT)/build-setup :value: $(digest-in-path-optional_…
235 # Return the ELF file path
253 # Return the ELF file path
305 # Return the path to the generated object file
391 # Return the .a file path
424 # Return the path to the generated object file
446 # Return the path to the generated object file
461 # Return the file path after application