Lines Matching refs:file

16 # This file is only function definitions
43 eprintln($"Trying to build a file outside the tree.: $(apath)")
153 # Add rule to copy a file
191 # Add a rule to create .o from any file
210 # Return the result file path
231 # Add rule to create the ELF file
232 # Return the ELF file path
238 private.dasm = $(file $(removesuffix $(elf))$(EXT_DASM))
249 # Add a rule to create an ELF file via the option file
250 # Return the ELF file path
256 private.dasm = $(file $(removesuffix $(elf))$(EXT_DASM))
272 return $(file $(makePath $(obj_dir) $(oname)))
300 # Perform an appropriate process according to the extension of the input file
301 # Convert to the object file
302 # Return the path to the generated object file
322 eprintln($"Unsupported source file: " '$(src)')
343 # Explicitly define rules for each file
360 # Apply the Object, and copy the generated file to the specified location
361 # Return the list of file paths after copying
372 … private.libpath = $(file $(libdir)/$(config.getStaticObjectName $(rootname $(filename))))
386 # After converting to an object file, consolidate in an .a file
388 # Return the .a file path
398 private.libpath = $(file $(libdir)$(DIRSEP)$(config.getLibraryName $(name)))
406 # Convert a file to an object file
407 # Return the path to the generated object file
416 private.ofile = $(file $(obj_dir_parent)/$(basename $(filename))$(EXT_OBJ))
427 # Convert a file to an object file
429 # Return the path to the generated object file
443 # Create a file that has a C preprocess process applied
444 # Return the file path after application
522 …lfiles = $(file $(addprefix $(LIBDIR)$(DIRSEP), $(addsuffix $(EXT_LIB), $(completeLibrary…
523 …lfiles += $(file $(addsuffix $(EXT_LIB), $(completeLibrarySuffix $(config), $(replacesuffi…
526 …lfiles += $(file $(addprefix $(LIBDIR)$(DIRSEP), $(addsuffix $(EXT_OBJ), $(completeLibrarySuffix $…