Lines Matching refs:config
22 public.GetBannerFile(config) =
23 private.banner = $(config.getDefaultBannerFile)
26 … return $(addprefix $(config.getObjectDirectory)$(DIRSEP), $(addsuffixes $(EXT_BANNER), $(base)))
35 public.GetIconFile(config) =
36 private.icon = $(config.getDefaultIconFile)
39 … return $(addprefix $(config.getObjectDirectory)$(DIRSEP), $(addsuffixes $(EXT_ICON), $(base)))
47 public.GetMakeromOptions(config)=
55 BannerFile = $(GetBannerFile $(config))
56 IconFile = $(GetIconFile $(config))
241 MakeCci(config, name, elf, flags, cci_depends) =
242 private.cci = $(config.getBinaryPath $(name), $(EXT_CCI))
255 MakeCclE(config, name, elf, r, flags, depends) =
256 private.e = $(config.getBinaryPath $(name), $(EXT_CCL_E))
269 MakeCclR(config, name, flags, cci_depends) =
270 private.r = $(config.getBinaryPath $(name), $(EXT_CCL_R))
283 MakeCcl(config, name, e, r) =
284 private.ccl = $(config.getBinaryPath $(name), $(EXT_CCL))
297 MakeCxi(config, name, elf, flags, cxi_depends) =
298 private.cxi = $(config.getBinaryPath $(name), $(EXT_CXI))
311 MakeCia(config, name, flags, depends) =
312 private.cia = $(config.getBinaryPath $(name), $(EXT_CIA))
325 MakeCfa(config, name, srcdir, flags, depends) =
326 private.cfa = $(config.getBinaryPath $(name), $(EXT_CFA))
339 MakeBanner(config, rsf) =
340 private.banner = $(GetBannerFile $(config))
341 private.icon = $(GetIconFile $(config))
353 MakeIcon(config, bsf) =
355 …private.icon = $(addprefix $(config.getObjectDirectory)$(DIRSEP), $(addsuffixes $(EXT_ICON), $(bas…
377 BuildCci(config, name, files, cci_flags, cci_depends) =
378 private.elf = $(ExecutableElf $(config), $(name), $(files))
379 private.cci = $(MakeCci $(config), $(name), $(elf), $(cci_flags), $(cci_depends))
392 BuildCcl(config, name, files, cci_flags, cci_depends, r_depends) =
393 private.elf = $(ExecutableElf $(config), $(name), $(files))
394 private.r = $(MakeCclR $(config), $(name), $(cci_flags), $(r_depends) $(cci_depends))
395 private.e = $(MakeCclE $(config), $(name), $(elf), $(r), $(cci_flags), $(cci_depends))
396 private.ccl = $(MakeCcl $(config), $(name), $(e), $(r))
409 BuildCia(config, name, files, cxi_flags, cia_flags, cxi_depends, cia_depends) =
411 private.elf = $(ExecutableElf $(config), $(name), $(files))
412 private.cxi = $(MakeCxi $(config), $(name), $(elf), $(cxi_flags), $(cxi_depends))
418 return $(MakeCia $(config), $(name), $(cia_flags), $(cia_depends))
422 MakeCfaFromCias(config, name, cia_list, rsf) =
423 private.workdir = $(makeDirectory $(makePath $(config.getObjectDirectory) $(name)))
424 private.cfa = $(makePath $(config.getObjectDirectory) $(name)$(EXT_CFA))
429 MakeChildCfa(config, cia_list) =
431 return $(MakeCfaFromCias $(config), Child, $(cia_list), $(rsf))
433 MakeManualCfa(config, manual_dir, flags, depends) =
436 return $(MakeCfa $(config), Manual, $(manual_dir), $(flags), $(rsf) $(depends))
448 DataContent(config, name, contents, flags) =
451 return $(MakeCia $(config), $(name), $(flags), $(depends))
462 InstallProgram(config, install_dir, files) =
466 if $(or $(and $(config.isSdkTool),\
468 $(and $(not $(config.isSdkTool)),\
477 ProgramCard(config, name, files, flags, depends) =
478 return $(BuildCci $(config),$(name),$(files),$(flags.find cci),$(depends.find cci))
480 ProgramList(config, name, files, flags, depends) =
481 …return $(BuildCcl $(config),$(name),$(files),$(flags.find cci),$(depends.find cci),$(depends.find …
483 ProgramImport(config, name, files, flags, depends) =
484 return $(BuildCia $(config),$(name),$(files), \
488 ProgramPatch(config, name, files, flags, depends) =
497 cxi_depends = $(filter-out $(GetBannerFile $(config)),$(cxi_depends))
500 return $(BuildCia $(config),$(name),$(files), \
517 Program(config, name, files) =
522 LDSCRIPT = $(config.getDefaultLdscriptPath)
549 … private.cfa = $(MakeManualCfa $(config), $(MANUAL_DIR), $(MAKEROMFLAGS), $(MANUAL_DEPENDENCIES))
555 private.cfa = $(MakeChildCfa $(config), $(CHILD_APPS))
559 private.desc = $(if $(defined DESCRIPTOR),$`(DESCRIPTOR),$(config.getDefaultDescriptorPath))
565 …vate.cxi_depends = $(desc) $(ROM_SPEC_FILE) $(GetBannerFile $(config)) $(GetIconFile $(config))
571 cxi_flags += $(GetMakeromOptions $(config))
598 value $(apply $(builder), $(config), $(name), $(files), $(flags), $(depends))
606 private.install_dir = $(config.getImageDirectory true)
607 private.install_targets = $(InstallProgram $(config),$(install_dir),$(target_files))
621 Banner(config, bsf) =
622 return $(MakeBanner $(config),$(bsf))
633 Icon(config, bsf) =
634 return $(MakeIcon $(config),$(bsf))
733 private.MakePlf(config, name, files, addtional_ldflags) =
753 private.plf = $(ORIGINAL_ExecutableElf $(config), $(name), $(files))
757 private.MakeXrl1st(config, name, plf, isApp, flags) =
758 private.path = $(config.getBinaryPath $(name), .1$(EXT_XRL))
761 private.MakeXrl2nd(config, name, xrl1st, xrl) =
762 private.path = $(config.getBinaryPath $(name), .2$(EXT_XRL))
768 private.MakeXrl3rd(config, name, xrl2nd, list2nd) =
769 private.path = $(config.getBinaryPath $(name), .3$(EXT_XRL))
772 private.MakeXrl4th(config, name, axf, xrl3rd) =
773 private.path = $(config.getBinaryPath $(name), .4$(EXT_XRL))
776 private.MakeXrlStatic0(config, name, plf, isApp, flags) =
777 private.path = $(config.getBinaryPath $(name), .0$(EXT_XRL))
780 private.MakeXrlStatic1(config, name, xrl1st, xrl) =
781 private.path = $(config.getBinaryPath $(name), .1$(EXT_XRL))
787 private.MakeXrlStatic2(config, name, xrl1st, list2nd, flags) =
788 private.path = $(config.getBinaryPath $(name), .2$(EXT_XRL))
791 private.MakeEdit(config, name, xrl) =
792 private.path = $(config.getBinaryPath $(name), $(EXT_EDIT))
795 private.MakeCmdOpt(config, name, xrl) =
796 private.path = $(config.getBinaryPath $(name), $(EXT_UAE))
799 private.MakeRo(config, name, axf, xrl, list3rd) =
800 private.ro = $(config.getBinaryPath $(name), $(EXT_RO))
801 private.rlt = $(config.getBinaryPath $(name), $(EXT_RLT))
804 private.MakeRs(config, name, axf, xrl, list3rd) =
805 private.path = $(config.getBinaryPath $(name), $(EXT_RS))
808 private.MakeRr(config, name, rlt_list, add_debug) =
809 private.path = $(config.getBinaryPath $(name), $(EXT_RR))
812 private.MakeAxfForRo(config, name, src, edit) =
813 private.base = $(makePath $(ROOT_BUILD) linker $(config.platform).Ro.$(config.processor))
832 private.axf = $(ORIGINAL_ExecutableElf $(config), $(name), $(src))
836 private.MakeForceImport(config, name, xrl) =
837 private.path = $(config.getBinaryPath $(name), $(EXT_FIL))
841 private.ForceImport(config, name, axf, list) =
842 private.path = $(config.getBinaryPath $(name), $(EXT_ELF2))
845 private.ReplaceReference(config, name, raw) =
846 private.path = $(config.getBinaryPath $(name), .axf)
859 global.BuildRo(config, name, src, list2nd, list3rd, flags) =
861 config.getDefaultLibraries =
864 config.getHostIoLibraries =
868 private.libdir = $(config.getLibraryDirectory false)
869 …efix $(libdir)$(DIRSEP), $(addsuffix $(EXT_LIB), $(completeLibrarySuffix $(config), libnn_rocrt))))
873 private.plf = $(MakePlf $(config), $(name), $(src), $(EMPTY))
874 private.xrl1st = $(MakeXrl1st $(config), $(name), $(plf), false, $(flags))
875 …private.xrl2nd = $(MakeXrl2nd $(config), $(name), $(xrl1st), $(if $(defined MODULE_XRL),$`(M…
876 private.xrl3rd = $(MakeXrl3rd $(config), $(name), $(xrl2nd), $(list2nd))
877 private.edit = $(MakeEdit $(config), $(name), $(xrl3rd))
878 private.fil = $(MakeForceImport $(config), $(name), $(xrl3rd))
879 private.axf = $(MakeAxfForRo $(config), $(name), $(src), $(edit))
880 private.axg = $(ForceImport $(config), $(name), $(axf), $(fil))
884 private.xrl4th = $(MakeXrl4th $(config), $(name), $(axg), $(xrl3rd))
885 value $(MakeRo $(config), $(name), $(axg), $(xrl4th), $(list3rd))
887 value $(MakeRo $(config), $(name), $(axg), $(xrl3rd), $(EMPTY))
892 private.BuildAxfUsingRo(config, name, files, list2nd, flags) =
896 config.getDefaultLibraries =
899 config.getHostIoLibraries =
902 value $(MakePlf $(config), $(name), $(files), $(EMPTY))
904 private.xrlS0 = $(MakeXrlStatic0 $(config), $(name), $(plf), true, $(flags))
905 …private.xrlS1 = $(MakeXrlStatic1 $(config), $(name), $(xrlS0), $(if $(defined MODULE_XRL),$`(MO…
906 private.xrlS2 = $(MakeXrlStatic2 $(config), $(name), $(xrlS1), $(list2nd), $(flags))
907 private.xrl3rd = $(MakeXrl3rd $(config), $(name), $(xrlS2), $(list2nd))
908 private.edit = $(MakeEdit $(config), $(name), $(xrl3rd))
909 private.uae = $(MakeCmdOpt $(config), $(name), $(xrl3rd))
927 value $(ORIGINAL_ExecutableElf $(config), $(name), $(files))
929 private.axf = $(ReplaceReference $(config), $(name).ro, $(raw_axf))
934 global.BuildRs(config, name, axf, xrl3rd, list4th) =
936 private.xrl4th = $(MakeXrl4th $(config), $(name), $(axf), $(xrl3rd))
937 return $(MakeRs $(config), $(name), $(axf), $(xrl4th), $(list4th))
939 return $(MakeRs $(config), $(name), $(axf), $(xrl3rd), $(EMPTY))
942 global.CollectXrl2nd(config, module_list) =
946 value $(config.getBinaryPathOf $(module), $(name), .2$(EXT_XRL))
949 global.CollectXrl4th(config, module_list) =
953 value $(config.getBinaryPathOf $(module), $(name), .4$(EXT_XRL))
956 private.CollectRlt(config, module_list) =
960 value $(config.getBinaryPathOf $(module), $(name), $(EXT_RLT))
963 global.ExecutableElfUsingRo(config, name, files) =
967 …value $(if $(defined MODULE_LIST),$(CollectXrl2nd $(config), $`(MODULE_LIST))) $(if $(defined MODU…
971 private.elf = $(BuildAxfUsingRo $(config), $(name), $(files), $(list2nd), $(flags))
974 return $(ORIGINAL_ExecutableElf $(config), $(name), $(files))
982 global.BuildRr(config, name, module_list, add_debug) =
983 private.rlt_list = $(CollectRlt $(config), $(module_list))
984 return $(MakeRr $(config), $(name), $(rlt_list), $(add_debug))