Makefile revision 1b33c96954667ba382fa595baf7b31290bfdd517
253N/A#--------------------------------------------------------------------------------- 253N/A#--------------------------------------------------------------------------------- 253N/A$(error "Please set DEVKITARM in your environment. export DEVKITARM=<path to>devkitARM") 253N/A#--------------------------------------------------------------------------------- 253N/A# TARGET is the name of the output 253N/A# BUILD is the directory where object files & intermediate files will be placed 253N/A# SOURCES is a list of directories containing source code 253N/A# DATA is a list of directories containing data files 253N/A# INCLUDES is a list of directories containing header files 253N/A#--------------------------------------------------------------------------------- 5680N/A#--------------------------------------------------------------------------------- 5680N/A# options for code generation 5680N/A#--------------------------------------------------------------------------------- 3966N/A#--------------------------------------------------------------------------------- 5680N/A# list of directories containing libraries, this must be the top level containing 253N/A#--------------------------------------------------------------------------------- 253N/A#--------------------------------------------------------------------------------- 253N/A# no real need to edit anything past this point unless you need to add additional 253N/A# rules for different file extensions 253N/A#--------------------------------------------------------------------------------- 253N/A#--------------------------------------------------------------------------------- 5680N/A#--------------------------------------------------------------------------------- 5680N/A# use CXX for linking C++ projects, CC for standard C 253N/A#--------------------------------------------------------------------------------- 253N/A#--------------------------------------------------------------------------------- 5680N/A#--------------------------------------------------------------------------------- 253N/A#--------------------------------------------------------------------------------- 253N/A#--------------------------------------------------------------------------------- 253N/A#--------------------------------------------------------------------------------- 253N/A#--------------------------------------------------------------------------------- 2298N/A#--------------------------------------------------------------------------------- 253N/A#--------------------------------------------------------------------------------- 5680N/A#--------------------------------------------------------------------------------- 5680N/A#--------------------------------------------------------------------------------- 5680N/A#--------------------------------------------------------------------------------- 4337N/A#--------------------------------------------------------------------------------- #--------------------------------------------------------------------------------------- #---------------------------------------------------------------------------------------