ビルド構成を変更。

git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@77 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
yosiokat 2007-10-31 00:16:06 +00:00
parent 35b24e4ec7
commit cf59cc0721
14 changed files with 47 additions and 32 deletions

View File

@ -20,9 +20,9 @@ TWL_IPL_COMMONDEFS_ = TRUE
ifeq ($(TARGET_FIRM),SYSTEMMENU) ifeq ($(TARGET_FIRM),SYSTEMMENU)
include commondefs.sysmenu include $(TWLIPL_ROOT)/build/buildtools/commondefs.sysmenu
else else
include commondefs.firm include $(TWLIPL_ROOT)/build/buildtools/commondefs.firm
endif endif
#---------------------------------------------------------------------------- #----------------------------------------------------------------------------

View File

@ -22,9 +22,9 @@ ifndef TWL_IPL_MODULERULES_
# #
ifeq ($(TARGET_FIRM),SYSTEMMENU) ifeq ($(TARGET_FIRM),SYSTEMMENU)
include modulerules.sysmenu include $(TWLIPL_ROOT)/build/buildtools/modulerules.sysmenu
else else
include modulerules.firm include $(TWLIPL_ROOT)/build/buildtools/modulerules.firm
endif endif

View File

@ -16,15 +16,17 @@
# $Author: kitase_hirotake $ # $Author: kitase_hirotake $
#---------------------------------------------------------------------------- #----------------------------------------------------------------------------
include $(TWLIPL_ROOT)/build/buildtools/commondefs.sysmenu TARGET_FIRM = SYSTEMMENU
include $(TWLIPL_ROOT)/build/buildtools/commondefs
#---------------------------------------------------------------------------- #----------------------------------------------------------------------------
SUBDIRS = sysmenu mb_loader acsign SUBDIRS = sysmenu mb_loader acsign
#---------------------------------------------------------------------------- #----------------------------------------------------------------------------
include $(TWLIPL_ROOT)/build/buildtools/modulerules.sysmenu include $(TWLIPL_ROOT)/build/buildtools/modulerules
#===== End of Makefile ===== #===== End of Makefile =====

View File

@ -22,6 +22,7 @@ SUBDIRS =
#---------------------------------------------------------------------------- #----------------------------------------------------------------------------
TARGET_FIRM = SYSTEMMENU
TARGET_PLATFORM = TWL TARGET_PLATFORM = TWL
TWL_ARCHGEN = LIMITED TWL_ARCHGEN = LIMITED
TWL_PROC = ARM9 TWL_PROC = ARM9
@ -34,7 +35,7 @@ SRCS = acsign.c acmemory.c acsign_util.c
TARGET_LIB = libacsign$(TWL_LIBSUFFIX).a TARGET_LIB = libacsign$(TWL_LIBSUFFIX).a
include $(TWLIPL_ROOT)/build/buildtools/commondefs.sysmenu include $(TWLIPL_ROOT)/build/buildtools/commondefs
INSTALL_TARGETS = $(TARGETS) INSTALL_TARGETS = $(TARGETS)
INSTALL_DIR = $(SYSMENU_INSTALL_LIBDIR) INSTALL_DIR = $(SYSMENU_INSTALL_LIBDIR)
@ -50,7 +51,7 @@ CCFLAGS += -DSMALL_CODE_SIZE \
do-build: $(TARGETS) do-build: $(TARGETS)
include $(TWLIPL_ROOT)/build/buildtools/modulerules.sysmenu include $(TWLIPL_ROOT)/build/buildtools/modulerules
#===== End of Makefile ===== #===== End of Makefile =====

View File

@ -16,14 +16,16 @@
# $Author: yada $ # $Author: yada $
#---------------------------------------------------------------------------- #----------------------------------------------------------------------------
SUBDIRS = ARM9 SUBDIRS = ARM9
include $(TWLIPL_ROOT)/build/buildtools/commondefs.sysmenu TARGET_FIRM = SYSTEMMENU
include $(TWLIPL_ROOT)/build/buildtools/commondefs
#---------------------------------------------------------------------------- #----------------------------------------------------------------------------
do-build: $(TARGETS) do-build: $(TARGETS)
include $(TWLIPL_ROOT)/build/buildtools/modulerules.sysmenu include $(TWLIPL_ROOT)/build/buildtools/modulerules
#===== End of Makefile ===== #===== End of Makefile =====

View File

@ -19,6 +19,7 @@
SUBDIRS = SUBDIRS =
#---------------------------------------------------------------------------- #----------------------------------------------------------------------------
TARGET_FIRM = SYSTEMMENU
TARGET_PLATFORM = TWL TARGET_PLATFORM = TWL
TWL_ARCHGEN = LIMITED TWL_ARCHGEN = LIMITED
TWL_PROC = ARM7 TWL_PROC = ARM7
@ -36,7 +37,7 @@ SRCS = mb_loader.c
TARGET_LIB = libmbloader_sp$(TWL_LIBSUFFIX).a TARGET_LIB = libmbloader_sp$(TWL_LIBSUFFIX).a
include $(TWLIPL_ROOT)/build/buildtools/commondefs.sysmenu include $(TWLIPL_ROOT)/build/buildtools/commondefs
INSTALL_TARGETS = $(TARGETS) INSTALL_TARGETS = $(TARGETS)
INSTALL_DIR = $(SYSMENU_INSTALL_LIBDIR) INSTALL_DIR = $(SYSMENU_INSTALL_LIBDIR)
@ -45,7 +46,7 @@ INSTALL_DIR = $(SYSMENU_INSTALL_LIBDIR)
do-build: $(TARGETS) do-build: $(TARGETS)
include $(TWLIPL_ROOT)/build/buildtools/modulerules.sysmenu include $(TWLIPL_ROOT)/build/buildtools/modulerules
#===== End of Makefile ===== #===== End of Makefile =====

View File

@ -19,6 +19,7 @@
SUBDIRS = SUBDIRS =
#---------------------------------------------------------------------------- #----------------------------------------------------------------------------
TARGET_FIRM = SYSTEMMENU
TARGET_PLATFORM = TWL TARGET_PLATFORM = TWL
TWL_ARCHGEN = LIMITED TWL_ARCHGEN = LIMITED
TWL_PROC = ARM9 TWL_PROC = ARM9
@ -35,7 +36,7 @@ SRCS = mb_loader.c
TARGET_LIB = libmbloader$(TWL_LIBSUFFIX).a TARGET_LIB = libmbloader$(TWL_LIBSUFFIX).a
include $(TWLIPL_ROOT)/build/buildtools/commondefs.sysmenu include $(TWLIPL_ROOT)/build/buildtools/commondefs
INSTALL_TARGETS = $(TARGETS) INSTALL_TARGETS = $(TARGETS)
INSTALL_DIR = $(SYSMENU_INSTALL_LIBDIR) INSTALL_DIR = $(SYSMENU_INSTALL_LIBDIR)
@ -44,7 +45,7 @@ INSTALL_DIR = $(SYSMENU_INSTALL_LIBDIR)
do-build: $(TARGETS) do-build: $(TARGETS)
include $(TWLIPL_ROOT)/build/buildtools/modulerules.sysmenu include $(TWLIPL_ROOT)/build/buildtools/modulerules
#===== End of Makefile ===== #===== End of Makefile =====

View File

@ -16,14 +16,15 @@
# $Author: yada $ # $Author: yada $
#---------------------------------------------------------------------------- #----------------------------------------------------------------------------
SUBDIRS = ARM7 ARM9 TARGET_FIRM = SYSTEMMENU
SUBDIRS = ARM7 ARM9
include $(TWLIPL_ROOT)/build/buildtools/commondefs.sysmenu include $(TWLIPL_ROOT)/build/buildtools/commondefs
#---------------------------------------------------------------------------- #----------------------------------------------------------------------------
do-build: $(TARGETS) do-build: $(TARGETS)
include $(TWLIPL_ROOT)/build/buildtools/modulerules.sysmenu include $(TWLIPL_ROOT)/build/buildtools/modulerules
#===== End of Makefile ===== #===== End of Makefile =====

View File

@ -21,6 +21,7 @@ SUBDIRS =
MYSUBDIRS = ./ MYSUBDIRS = ./
#---------------------------------------------------------------------------- #----------------------------------------------------------------------------
TARGET_FIRM = SYSTEMMENU
TARGET_PLATFORM = TWL TARGET_PLATFORM = TWL
TWL_ARCHGEN = LIMITED TWL_ARCHGEN = LIMITED
TWL_PROC = ARM9 TWL_PROC = ARM9
@ -31,7 +32,7 @@ SRCS = sysmenu_lib.c sysmenu_card.c sysmenu_util.c gameBoot.c ninLogoFunc.c cm
TARGET_LIB = libsysmenu$(TWL_LIBSUFFIX).a TARGET_LIB = libsysmenu$(TWL_LIBSUFFIX).a
include $(TWLIPL_ROOT)/build/buildtools/commondefs.sysmenu include $(TWLIPL_ROOT)/build/buildtools/commondefs
INSTALL_TARGETS = $(TARGETS) INSTALL_TARGETS = $(TARGETS)
INSTALL_DIR = $(SYSMENU_INSTALL_LIBDIR) INSTALL_DIR = $(SYSMENU_INSTALL_LIBDIR)
@ -43,7 +44,7 @@ LINCLUDES = $(TWLSDK_ROOT)/build/libraries/mb/common/include \
do-build: $(MYSUBDIRS) $(TARGETS) do-build: $(MYSUBDIRS) $(TARGETS)
include $(TWLIPL_ROOT)/build/buildtools/modulerules.sysmenu include $(TWLIPL_ROOT)/build/buildtools/modulerules
$(MYSUBDIRS):: $(MYSUBDIRS)::

View File

@ -16,16 +16,18 @@
# $Author: kitase_hirotake $ # $Author: kitase_hirotake $
#---------------------------------------------------------------------------- #----------------------------------------------------------------------------
include $(TWLIPL_ROOT)/build/buildtools/commondefs.sysmenu TARGET_FIRM = SYSTEMMENU
include $(TWLIPL_ROOT)/build/buildtools/commondefs
#---------------------------------------------------------------------------- #----------------------------------------------------------------------------
SUBDIRS = ARM9 SUBDIRS = ARM9
#---------------------------------------------------------------------------- #----------------------------------------------------------------------------
include $(TWLIPL_ROOT)/build/buildtools/modulerules.sysmenu include $(TWLIPL_ROOT)/build/buildtools/modulerules
#===== End of Makefile ===== #===== End of Makefile =====

View File

@ -20,6 +20,7 @@ SUBDIRS =
#---------------------------------------------------------------------------- #----------------------------------------------------------------------------
TARGET_FIRM = SYSTEMMENU
TARGET_PLATFORM = TWL TARGET_PLATFORM = TWL
TWL_ARCHGEN = LIMITED TWL_ARCHGEN = LIMITED
@ -37,14 +38,14 @@ LLIBRARY_DIRS =
LLIBRARIES = LLIBRARIES =
LDEPENDS_NEF = LDEPENDS_NEF =
include $(TWLIPL_ROOT)/build/buildtools/commondefs.sysmenu include $(TWLIPL_ROOT)/build/buildtools/commondefs
#---------------------------------------------------------------------------- #----------------------------------------------------------------------------
do-build : $(TARGETS) do-build : $(TARGETS)
include $(TWLIPL_ROOT)/build/buildtools/modulerules.sysmenu include $(TWLIPL_ROOT)/build/buildtools/modulerules
#---------------------------------------------------------------------------- #----------------------------------------------------------------------------

View File

@ -20,6 +20,7 @@ SUBDIRS =
#---------------------------------------------------------------------------- #----------------------------------------------------------------------------
TARGET_FIRM = SYSTEMMENU
TARGET_PLATFORM = TWL TARGET_PLATFORM = TWL
TWL_ARCHGEN = LIMITED TWL_ARCHGEN = LIMITED
@ -39,14 +40,14 @@ LINCLUDES = $(SRCDIR)/$(LOGO_DIR)
#LLIBRARIES = #LLIBRARIES =
#LDEPENDS_NEF = #LDEPENDS_NEF =
include $(TWLIPL_ROOT)/build/buildtools/commondefs.sysmenu include $(TWLIPL_ROOT)/build/buildtools/commondefs
#---------------------------------------------------------------------------- #----------------------------------------------------------------------------
do-build : $(FONT_OBJS) $(TARGETS) do-build : $(FONT_OBJS) $(TARGETS)
include $(TWLIPL_ROOT)/build/buildtools/modulerules.sysmenu include $(TWLIPL_ROOT)/build/buildtools/modulerules
#---------------------------------------------------------------------------- #----------------------------------------------------------------------------

View File

@ -20,6 +20,7 @@ SUBDIRS =
#---------------------------------------------------------------------------- #----------------------------------------------------------------------------
TARGET_FIRM = SYSTEMMENU
TARGET_PLATFORM = TWL TARGET_PLATFORM = TWL
TWL_ARCHGEN = LIMITED TWL_ARCHGEN = LIMITED
@ -41,14 +42,14 @@ LINCLUDES = $(MISC_DIR)
#LLIBRARIES = #LLIBRARIES =
#LDEPENDS_NEF = #LDEPENDS_NEF =
include $(TWLIPL_ROOT)/build/buildtools/commondefs.sysmenu include $(TWLIPL_ROOT)/build/buildtools/commondefs
#---------------------------------------------------------------------------- #----------------------------------------------------------------------------
do-build : $(FONT_OBJS) $(TARGETS) do-build : $(FONT_OBJS) $(TARGETS)
include $(TWLIPL_ROOT)/build/buildtools/modulerules.sysmenu include $(TWLIPL_ROOT)/build/buildtools/modulerules
#---------------------------------------------------------------------------- #----------------------------------------------------------------------------

View File

@ -20,6 +20,7 @@ SUBDIRS =
#---------------------------------------------------------------------------- #----------------------------------------------------------------------------
TARGET_FIRM = SYSTEMMENU
TARGET_PLATFORM = TWL TARGET_PLATFORM = TWL
TWL_ARCHGEN = LIMITED TWL_ARCHGEN = LIMITED
@ -38,14 +39,14 @@ LINCLUDES = $(MISC_DIR)
#LLIBRARIES = #LLIBRARIES =
#LDEPENDS_NEF = #LDEPENDS_NEF =
include $(TWLIPL_ROOT)/build/buildtools/commondefs.sysmenu include $(TWLIPL_ROOT)/build/buildtools/commondefs
#---------------------------------------------------------------------------- #----------------------------------------------------------------------------
do-build : $(FONT_OBJS) $(TARGETS) do-build : $(FONT_OBJS) $(TARGETS)
include $(TWLIPL_ROOT)/build/buildtools/modulerules.sysmenu include $(TWLIPL_ROOT)/build/buildtools/modulerules
#---------------------------------------------------------------------------- #----------------------------------------------------------------------------