2014-10-06 08:06:43 +00:00
|
|
|
# Possible Targets: all clean Debug cleanDebug Release cleanRelease
|
2014-07-09 04:26:16 +00:00
|
|
|
|
|
|
|
##############################################################################################
|
2014-10-06 08:06:43 +00:00
|
|
|
# Settings
|
|
|
|
#
|
|
|
|
|
|
|
|
# General settings
|
|
|
|
# See $(GFXLIB)/tools/gmake_scripts/readme.txt for the list of variables
|
|
|
|
OPT_OS = ecos
|
|
|
|
OPT_LINK_OPTIMIZE = yes
|
|
|
|
OPT_CPU = x86
|
|
|
|
|
|
|
|
# uGFX settings
|
|
|
|
# See $(GFXLIB)/tools/gmake_scripts/library_ugfx.mk for the list of variables
|
|
|
|
GFXLIB = ../uGFX
|
|
|
|
GFXBOARD = eCos-Synthetic-Framebuffer
|
|
|
|
GFXDEMO = modules/gdisp/basics
|
|
|
|
|
|
|
|
# ECOS settings
|
|
|
|
ifeq ($(OPT_OS),ecos)
|
|
|
|
# See $(GFXLIB)/tools/gmake_scripts/os_ecos.mk for the list of variables
|
|
|
|
FREERTOS = ../eCos
|
|
|
|
ECOS_LDSCRIPT = target.ld
|
|
|
|
endif
|
2014-07-09 04:26:16 +00:00
|
|
|
|
|
|
|
##############################################################################################
|
2014-10-06 08:06:43 +00:00
|
|
|
# Set these for your project
|
2014-07-09 04:26:16 +00:00
|
|
|
#
|
|
|
|
|
2014-10-06 08:06:43 +00:00
|
|
|
ARCH = $(ECOS_COMMAND_PREFIX)
|
|
|
|
SRCFLAGS = -ggdb -O0
|
|
|
|
CFLAGS =
|
|
|
|
CXXFLAGS = -fno-rtti
|
|
|
|
ASFLAGS =
|
|
|
|
LDFLAGS =
|
2014-07-09 04:26:16 +00:00
|
|
|
|
2014-10-06 08:06:43 +00:00
|
|
|
SRC =
|
|
|
|
OBJS =
|
|
|
|
DEFS =
|
|
|
|
LIBS =
|
|
|
|
INCPATH =
|
|
|
|
LIBPATH =
|
2014-07-09 04:26:16 +00:00
|
|
|
|
|
|
|
##############################################################################################
|
2014-10-06 08:06:43 +00:00
|
|
|
# These should be at the end
|
2014-07-09 04:26:16 +00:00
|
|
|
#
|
|
|
|
|
2014-10-06 08:06:43 +00:00
|
|
|
include $(GFXLIB)/tools/gmake_scripts/library_ugfx.mk
|
|
|
|
include $(GFXLIB)/tools/gmake_scripts/os_$(OPT_OS).mk
|
|
|
|
include $(GFXLIB)/tools/gmake_scripts/compiler_gcc.mk
|
2014-07-09 04:26:16 +00:00
|
|
|
# *** EOF ***
|