diff --git a/trunk/bootrom/build/libraries/init/ARM11/Makefile b/trunk/bootrom/build/libraries/init/ARM11/Makefile index 33346b9..db18475 100644 --- a/trunk/bootrom/build/libraries/init/ARM11/Makefile +++ b/trunk/bootrom/build/libraries/init/ARM11/Makefile @@ -3,7 +3,7 @@ # Project: CtrBrom - libraries_sp - init # File: Makefile # -# Copyright 2008 Nintendo. All rights reserved. +# Copyright 2008-2009 Nintendo. All rights reserved. # # These coded instructions, statements, and computer programs contain # proprietary information of Nintendo of America Inc. and/or Nintendo @@ -37,7 +37,7 @@ TARGET_OBJ = crt0.o crt0_secure.o crt0_scat.o crt0_excp.o crt0_app.o include $(CTRBROM_ROOT)/build/buildtools/commondefs -INSTALL_TARGETS = $(TARGETS) +INSTALL_TARGETS = $(TARGETS) INSTALL_DIR = $(BROM_INSTALL_LIBDIR) MACRO_FLAGS += -DSDK_NOINIT diff --git a/trunk/bootrom/build/libraries/init/ARM9/Makefile b/trunk/bootrom/build/libraries/init/ARM9/Makefile index 46b8985..69a7cab 100644 --- a/trunk/bootrom/build/libraries/init/ARM9/Makefile +++ b/trunk/bootrom/build/libraries/init/ARM9/Makefile @@ -3,7 +3,7 @@ # Project: CtrBrom - libraries_sp - init # File: Makefile # -# Copyright 2008 Nintendo. All rights reserved. +# Copyright 2008-2009 Nintendo. All rights reserved. # # These coded instructions, statements, and computer programs contain # proprietary information of Nintendo of America Inc. and/or Nintendo @@ -37,7 +37,7 @@ TARGET_OBJ = crt0.o crt0_secure_sp.o crt0_scat.o crt0_excp.o crt0_app.o include $(CTRBROM_ROOT)/build/buildtools/commondefs -INSTALL_TARGETS = $(TARGETS) +INSTALL_TARGETS = $(TARGETS) INSTALL_DIR = $(BROM_INSTALL_LIBDIR) MACRO_FLAGS += -DSDK_NOINIT diff --git a/trunk/bootrom/build/libraries/mi/ARM11/Makefile b/trunk/bootrom/build/libraries/mi/ARM11/Makefile index 447de4a..6f4a410 100644 --- a/trunk/bootrom/build/libraries/mi/ARM11/Makefile +++ b/trunk/bootrom/build/libraries/mi/ARM11/Makefile @@ -3,7 +3,7 @@ # Project: CtrBrom - libraries - mi # File: Makefile # -# Copyright 2008 Nintendo. All rights reserved. +# Copyright 2008-2009 Nintendo. All rights reserved. # # These coded instructions, statements, and computer programs contain # proprietary information of Nintendo of America Inc. and/or Nintendo @@ -35,7 +35,7 @@ TARGET_LIB = libmi$(BROM_LIBSUFFIX).a include $(CTRBROM_ROOT)/build/buildtools/commondefs -INSTALL_TARGETS = $(TARGETS) +INSTALL_TARGETS = $(TARGETS) INSTALL_DIR = $(BROM_INSTALL_LIBDIR) #---------------------------------------------------------------------------- diff --git a/trunk/bootrom/build/libraries/mi/ARM9/Makefile b/trunk/bootrom/build/libraries/mi/ARM9/Makefile index 48ed2b9..be1a642 100644 --- a/trunk/bootrom/build/libraries/mi/ARM9/Makefile +++ b/trunk/bootrom/build/libraries/mi/ARM9/Makefile @@ -1,9 +1,9 @@ #! make -f #---------------------------------------------------------------------------- -# Project: TwlBrom - libraries_sp - mi +# Project: CtrBrom - libraries_sp - mi # File: Makefile # -# Copyright 2008 Nintendo. All rights reserved. +# Copyright 2008-2009 Nintendo. All rights reserved. # # These coded instructions, statements, and computer programs contain # proprietary information of Nintendo of America Inc. and/or Nintendo diff --git a/trunk/bootrom/build/libraries/os/ARM11/Makefile b/trunk/bootrom/build/libraries/os/ARM11/Makefile index 17dde2d..7f72995 100644 --- a/trunk/bootrom/build/libraries/os/ARM11/Makefile +++ b/trunk/bootrom/build/libraries/os/ARM11/Makefile @@ -3,7 +3,7 @@ # Project: CtrBrom - libraries - os # File: Makefile # -# Copyright 2008 Nintendo. All rights reserved. +# Copyright 2008-2009 Nintendo. All rights reserved. # # These coded instructions, statements, and computer programs contain # proprietary information of Nintendo of America Inc. and/or Nintendo @@ -51,7 +51,7 @@ TARGET_LIB = libos$(BROM_LIBSUFFIX).a include $(CTRBROM_ROOT)/build/buildtools/commondefs -INSTALL_TARGETS = $(TARGETS) +INSTALL_TARGETS = $(TARGETS) INSTALL_DIR = $(BROM_INSTALL_LIBDIR) #---------------------------------------------------------------------------- diff --git a/trunk/bootrom/build/libraries/os/ARM9/Makefile b/trunk/bootrom/build/libraries/os/ARM9/Makefile index 1434614..0d3cbc3 100644 --- a/trunk/bootrom/build/libraries/os/ARM9/Makefile +++ b/trunk/bootrom/build/libraries/os/ARM9/Makefile @@ -1,9 +1,9 @@ #! make -f #---------------------------------------------------------------------------- -# Project: TwlBrom - libraries_sp - os +# Project: CtrBrom - libraries_sp - os # File: Makefile # -# Copyright 2008 Nintendo. All rights reserved. +# Copyright 2008-2009 Nintendo. All rights reserved. # # These coded instructions, statements, and computer programs contain # proprietary information of Nintendo of America Inc. and/or Nintendo @@ -57,7 +57,7 @@ TARGET_LIB = libos_sp$(BROM_LIBSUFFIX).a include $(CTRBROM_ROOT)/build/buildtools/commondefs -INSTALL_TARGETS = $(TARGETS) +INSTALL_TARGETS = $(TARGETS) INSTALL_DIR = $(BROM_INSTALL_LIBDIR) diff --git a/trunk/bootrom/build/libraries/pxi/ARM11/Makefile b/trunk/bootrom/build/libraries/pxi/ARM11/Makefile index 664405b..8279c8c 100644 --- a/trunk/bootrom/build/libraries/pxi/ARM11/Makefile +++ b/trunk/bootrom/build/libraries/pxi/ARM11/Makefile @@ -34,7 +34,7 @@ TARGET_LIB = libpxi$(BROM_LIBSUFFIX).a include $(CTRBROM_ROOT)/build/buildtools/commondefs -INSTALL_TARGETS = $(TARGETS) +INSTALL_TARGETS = $(TARGETS) INSTALL_DIR = $(BROM_INSTALL_LIBDIR) #---------------------------------------------------------------------------- diff --git a/trunk/bootrom/build/libraries/pxi/ARM9/Makefile b/trunk/bootrom/build/libraries/pxi/ARM9/Makefile index 4a1f9bf..c3ce9b4 100644 --- a/trunk/bootrom/build/libraries/pxi/ARM9/Makefile +++ b/trunk/bootrom/build/libraries/pxi/ARM9/Makefile @@ -47,7 +47,7 @@ endif include $(CTRBROM_ROOT)/build/buildtools/commondefs -INSTALL_TARGETS = $(TARGETS) +INSTALL_TARGETS = $(TARGETS) INSTALL_DIR = $(BROM_INSTALL_LIBDIR) diff --git a/trunk/bootrom/build/libraries/vlink/ARM11/Makefile b/trunk/bootrom/build/libraries/vlink/ARM11/Makefile index 859f849..e6063db 100644 --- a/trunk/bootrom/build/libraries/vlink/ARM11/Makefile +++ b/trunk/bootrom/build/libraries/vlink/ARM11/Makefile @@ -3,7 +3,7 @@ # Project: CtrBrom - libraries - os # File: Makefile # -# Copyright 2008 Nintendo. All rights reserved. +# Copyright 2008-2009 Nintendo. All rights reserved. # # These coded instructions, statements, and computer programs contain # proprietary information of Nintendo of America Inc. and/or Nintendo @@ -34,7 +34,7 @@ TARGET_LIB = libvlink$(BROM_LIBSUFFIX).a include $(CTRBROM_ROOT)/build/buildtools/commondefs -INSTALL_TARGETS = $(TARGETS) +INSTALL_TARGETS = $(TARGETS) INSTALL_DIR = $(BROM_INSTALL_LIBDIR) #---------------------------------------------------------------------------- diff --git a/trunk/bootrom/build/libraries/vlink/ARM9/Makefile b/trunk/bootrom/build/libraries/vlink/ARM9/Makefile index cfc04aa..c58cbf4 100644 --- a/trunk/bootrom/build/libraries/vlink/ARM9/Makefile +++ b/trunk/bootrom/build/libraries/vlink/ARM9/Makefile @@ -1,9 +1,9 @@ #! make -f #---------------------------------------------------------------------------- -# Project: TwlBrom - libraries_sp - vlink +# Project: CtrBrom - libraries_sp - vlink # File: Makefile # -# Copyright 2008 Nintendo. All rights reserved. +# Copyright 2008-2009 Nintendo. All rights reserved. # # These coded instructions, statements, and computer programs contain # proprietary information of Nintendo of America Inc. and/or Nintendo @@ -40,7 +40,7 @@ TARGET_LIB = libvlink_sp$(BROM_LIBSUFFIX).a include $(CTRBROM_ROOT)/build/buildtools/commondefs -INSTALL_TARGETS = $(TARGETS) +INSTALL_TARGETS = $(TARGETS) INSTALL_DIR = $(BROM_INSTALL_LIBDIR) diff --git a/trunk/bootrom/build/tests/thread/ARM11/Makefile b/trunk/bootrom/build/tests/thread/ARM11/Makefile index 56a2c3c..4b97e99 100644 --- a/trunk/bootrom/build/tests/thread/ARM11/Makefile +++ b/trunk/bootrom/build/tests/thread/ARM11/Makefile @@ -25,7 +25,7 @@ SUBDIRS = #---------------------------------------------------------------------------- -TARGET_BIN = thread11.txt +TARGET_BIN = thread11.dasm SRCS = \ main.c \ diff --git a/trunk/bootrom/build/tests/thread/ARM9/Makefile b/trunk/bootrom/build/tests/thread/ARM9/Makefile index 23d63d8..a2cd529 100644 --- a/trunk/bootrom/build/tests/thread/ARM9/Makefile +++ b/trunk/bootrom/build/tests/thread/ARM9/Makefile @@ -27,7 +27,7 @@ SUBDIRS = #---------------------------------------------------------------------------- -TARGET_BIN = thread9.txt +TARGET_BIN = thread9.dasm SRCS = \ main.c \