#!/usr/bin/env omake #---------------------------------------------------------------------------- # Project: NintendoWare # File: modulerules.om # # Copyright (C)2009-2010 Nintendo Co., Ltd./HAL Laboratory, Inc. 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. # # $Revision: 11329 $ #---------------------------------------------------------------------------- if $(not $(defined DEFAULT_TARGETS)) DEFAULT_TARGETS = export if $(defined PRECOMPILED_SOURCES) foreach(CONFIG, $(BUILDER.getTargets $(SUPPORTED_TARGETS))) DEFAULT_TARGETS += $(PrecompiledHeader $(CONFIG), $(PRECOMPILED_SOURCES)) export export if $(defined TARGET_LIBRARY_SHADER) DEFAULT_TARGETS += $(VertexShader $(TARGET_LIBRARY_SHADER), $(SOURCES), true) export include $(getenv CTRSDK_ROOT)/build/omake/modulerules