Lines Matching refs:path
236 # Return the .cci path
250 # Return the path to the E portion of .ccl
264 # Return the path to the R portion of .ccl
278 # Return the .ccl path
292 # Return the .cxi path
306 # Return the .cia path
320 # Return the .cfa path
372 # Return the .cci path
387 # Return the .ccl path
404 # Return the .cia path
443 # Return the .cia path
713 private.AddRuleToReplaceReference(path, raw) =
714 $(path) : $(raw) $(MAKECRO)
716 return $(path)
718 private.AddRuleToMakeForceImport(path, xrl) =
719 $(path) : $(makeDirectory $(dirname $(path)))
720 $(path) : $(xrl)
722 return $(path)
724 private.AddRuleToForceImport(path, axf, list) =
725 $(path) : $(axf) $(list) :value: $(getMtimeIfLarge $(axf))
727 return $(path)
758 private.path = $(config.getBinaryPath $(name), .1$(EXT_XRL))
759 return $(AddRuleToMakeXrl1st $(path), $(plf), $(isApp), $(flags))
762 private.path = $(config.getBinaryPath $(name), .2$(EXT_XRL))
764 return $(AddRuleToMakeXrl2nd $(path), $(xrl1st), $(xrl))
766 return $(AddRuleToCopyFile $(path), $(xrl1st))
769 private.path = $(config.getBinaryPath $(name), .3$(EXT_XRL))
770 return $(AddRuleToMakeXrl3rd $(path), $(xrl2nd), $(list2nd))
773 private.path = $(config.getBinaryPath $(name), .4$(EXT_XRL))
774 return $(AddRuleToMakeXrl4th $(path), $(axf), $(xrl3rd))
777 private.path = $(config.getBinaryPath $(name), .0$(EXT_XRL))
778 return $(AddRuleToMakeXrl1st $(path), $(plf), $(isApp), $(flags))
781 private.path = $(config.getBinaryPath $(name), .1$(EXT_XRL))
783 return $(AddRuleToMakeXrl2nd $(path), $(xrl1st), $(xrl))
785 return $(AddRuleToCopyFile $(path), $(xrl1st))
788 private.path = $(config.getBinaryPath $(name), .2$(EXT_XRL))
789 return $(AddRuleToMakeXrlStatic $(path), $(xrl1st), $(list2nd), $(flags))
792 private.path = $(config.getBinaryPath $(name), $(EXT_EDIT))
793 return $(AddRuleToMakeEdit $(path), $(xrl))
796 private.path = $(config.getBinaryPath $(name), $(EXT_UAE))
797 return $(AddRuleToMakeCmdOpt $(path), $(xrl))
805 private.path = $(config.getBinaryPath $(name), $(EXT_RS))
806 return $(AddRuleToMakeRs $(path), $(axf), $(xrl), $(list3rd))
809 private.path = $(config.getBinaryPath $(name), $(EXT_RR))
810 return $(AddRuleToMakeRr $(path), $(rlt_list), $(add_debug))
837 private.path = $(config.getBinaryPath $(name), $(EXT_FIL))
838 return $(AddRuleToMakeForceImport $(path), $(xrl))
842 private.path = $(config.getBinaryPath $(name), $(EXT_ELF2))
843 return $(AddRuleToForceImport $(path), $(axf), $(list))
846 private.path = $(config.getBinaryPath $(name), .axf)
847 return $(AddRuleToReplaceReference $(path), $(raw))