1 # ---------------------------------------------------------------------------
3 # Copyright (C) Stephanie Gawroriski <xer@multiphasicapps.net>
4 # ---------------------------------------------------------------------------
5 # SquirrelJME is under the GNU General Public License v3, or later.
6 # See license.mkd for licensing and copyright information.
7 # ---------------------------------------------------------------------------
8 # DESCRIPTION: Makefile specifically for SquirrelJME RatufaCoat on RetroArch.
10 ###### CORE DEFINED OPTIONS ######
13 TARGET_NAME ?= squirreljme
15 INCFLAGS := -I$(CORE_DIR)/include $(INCFLAGS)
17 SOURCES_C := $(CORE_DIR)/src/sjmerc.c \
18 $(CORE_DIR)/src/sjmercnm.c \
19 $(CORE_DIR)/src/sjmercvm.c \
20 $(CORE_DIR)/src/sys_libr.c
22 SOURCES_CXX := $(NOTHING)
24 SOURCES_ASM := $(NOTHING)
25 ##################################