#! make -f #---------------------------------------------------------------------------- # Project: TwlSDK # File: modulerules # # Copyright 2007-2008 Nintendo. All rights reserved. # # These coded instructions, statements, and computer programs contain # proprietary information of Nintendo of America Inc. and/or Nintendo # Company Ltd., and are protected by Federal copyright law. They may # not be disclosed to third parties or copied or duplicated in any form, # in whole or in part, without the prior written consent of Nintendo. # # $Date:: 2008-09-18#$ # $Rev: 8573 $ # $Author: okubata_ryoma $ #---------------------------------------------------------------------------- #---------------------------------------------------------------------------- # MAKE TARGETS #---------------------------------------------------------------------------- .PHONY: all default build install clean clobber full super-full BUILDCMDS = all default build #---------------------------------------------------------------------------- # make parallelly #---------------------------------------------------------------------------- .PHONY: make-sub make-sub-p-pre make-sub-p make-sub-p-pre: make-sub-p: make-sub: #---------------------------------------------------------------------------- # make build #---------------------------------------------------------------------------- .PHONY: do-build build_and_install .PHONY: build_platform build_platform: build_and_install: #---------------------------------------------------------------------------- # make install #---------------------------------------------------------------------------- .PHONY: install_platform install_platform: #---------------------------------------------------------------------------- # make clobber & clean #---------------------------------------------------------------------------- .PHONY: clobber-installed clobber-installed: #----- End of modulerules.skip -----