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