Home
last modified time | relevance | path

Searched refs:autogen (Results 1 – 9 of 9) sorted by relevance

/TwlSDK-5.3.1/build/tools/makelcf/test/
DMakefile84 TARGET = simple1.lcf simple2.lcf test.autogen.lcf ARM9-TEG.autogen.lcf overlay.autogen.lcf
89 %.autogen.lcf: %.lsf $(MAKELCF) $(LCFILE_TEMPLATE)
/TwlSDK-5.3.1/build/tools/makelcf.TWL/test/
DMakefile22 TARGET = simple1.lcf simple2.lcf test.autogen.lcf ARM9-TEG.autogen.lcf overlay.autogen.lcf
27 %.autogen.lcf: %.lsf $(MAKELCF) $(LCFILE_TEMPLATE)
/TwlSDK-5.3.1/build/demos/gx/UnitTours/2D_CharBg_Direct/
DMakefile29 PICTURES_C = $(PICTURES:.ppm=.autogen.c)
51 %.autogen.c: %.ppm
/TwlSDK-5.3.1/build/demos/gx/UnitTours/2D_CharBg_256BMP/
DMakefile27 PICTURES_C = $(PICTURES:.ppm=.autogen.c)
52 %.autogen.c: %.ppm
/TwlSDK-5.3.1/build/demos/gx/UnitTours/2D_BmpBg_Vram/
DMakefile34 PICTURES_C = $(addprefix $(PCITURES_C_DIR)/,$(PICTURES:.ppm=.autogen.c))
57 $(PCITURES_C_DIR)/%.autogen.c: $(PICTURES_DIR)/%.ppm
/TwlSDK-5.3.1/build/demos/gx/UnitTours/2D_BmpBg_MainRam/
DMakefile34 PICTURES_C = $(addprefix $(PCITURES_C_DIR)/,$(PICTURES:.ppm=.autogen.c))
57 $(PCITURES_C_DIR)/%.autogen.c: $(PICTURES_DIR)/%.ppm
/TwlSDK-5.3.1/build/libraries/fs/common/src/
Dfs_file.c621 static BOOL FSi_ComplementDirectory(const char *path, char *autogen) in FSi_ComplementDirectory() argument
626 char *tmppath = autogen; in FSi_ComplementDirectory()
704 autogen[root] = '\0'; in FSi_ComplementDirectory()
721 char autogen[FS_ARCHIVE_FULLPATH_MAX + 1]; in FS_CreateFileAuto() local
723 if (FSi_ComplementDirectory(path, autogen)) in FS_CreateFileAuto()
728 (void)FS_DeleteDirectoryAuto(autogen); in FS_CreateFileAuto()
763 char autogen[FS_ARCHIVE_FULLPATH_MAX + 1]; in FS_RenameFileAuto() local
765 if (FSi_ComplementDirectory(dst, autogen)) in FS_RenameFileAuto()
770 (void)FS_DeleteDirectoryAuto(autogen); in FS_RenameFileAuto()
789 char autogen[FS_ARCHIVE_FULLPATH_MAX + 1]; in FS_CreateDirectoryAuto() local
[all …]
/TwlSDK-5.3.1/build/buildtools/nitro/
Dcommondefs163 LCFILE_AUTOGEN ?= $(BINDIR)/$(notdir $(LCFILE_SPEC:.lsf=.autogen.lcf))
167 LDRES_AUTOGEN ?= $(BINDIR)/$(notdir $(LCFILE_SPEC:.lsf=.autogen.response))
/TwlSDK-5.3.1/build/buildtools/twl/
Dcommondefs208 LCFILE_AUTOGEN ?= $(BINDIR)/$(notdir $(LCFILE_SPEC:.lsf=.autogen.lcf))
212 LDRES_AUTOGEN ?= $(BINDIR)/$(notdir $(LCFILE_SPEC:.lsf=.autogen.response))