XBE_TITLE = Trogdor\ Reburninated
GEN_XISO = $(XBE_TITLE).iso
SRC_DIR = src
EXCLUDED	=	$(SRC_DIR)/goombasend.c $(SRC_DIR)/SDL_rotozoom.c $(SRC_DIR)/fonts_h/54_serif_v01.cpp $(wildcard $(SRC_DIR)/sfx_h/*) $(wildcard $(SRC_DIR)/OSLibAudio/*)
SRCS		=	$(filter-out $(EXCLUDED), $(wildcard $(SRC_DIR)/*.cpp) $(wildcard $(SRC_DIR)/*.c) $(wildcard $(SRC_DIR)/**/*.cpp) $(wildcard $(SRC_DIR)/**/*.c) $(wildcard $(SRC_DIR)/graphics_h/**/*.cpp) $(wildcard $(SRC_DIR)/graphics_h/**/*.c))

NXDK_DIR ?= ~/nxdk
NXDK_SDL = y

NXDK_CXX = y

CFLAGS += -O2 -DXBOX

include $(NXDK_DIR)/Makefile
