############################################################################### # Makefile for Matrix Vector library # # Copyright 1998, 1999 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. # # Tian Lim 5/27/1999 Mac build # # Tian Lim 3/4/1999 Created ############################################################################### # simply build and install any basic code modules and headers # module name should be set to the name of this subdirectory MODULENAME = mtx LIB = TRUE LIBNAME = mtx include $(REVOLUTION_SDK_ROOT)/build/buildtools/commondefs CLIBSRCS = mtx.c \ mtxvec.c \ mtxstack.c \ mtx44.c \ mtx44vec.c \ vec.c \ quat.c \ psmtx.c # additional targets may be added here all: $(MAKE) setup $(MAKE) build $(MAKE) install include $(REVOLUTION_SDK_ROOT)/build/buildtools/modulerules