2014-09-27 15:42:30 +00:00
|
|
|
# Possible Targets: all clean Debug cleanDebug Release cleanRelease
|
2014-09-26 07:28:43 +00:00
|
|
|
|
2014-05-22 07:21:19 +00:00
|
|
|
##############################################################################################
|
2014-09-27 15:42:30 +00:00
|
|
|
# Settings
|
2014-05-22 07:21:19 +00:00
|
|
|
#
|
|
|
|
|
2014-09-27 15:42:30 +00:00
|
|
|
# See $(GFXLIB)/tools/gmake_scripts/readme.txt for the meaning of these variables
|
|
|
|
OPT_VERBOSE_COMPILE = no
|
|
|
|
OPT_GENERATE_LISTINGS = yes
|
|
|
|
OPT_GENERATE_MAP = yes
|
|
|
|
OPT_COPY_EXE = no
|
|
|
|
OPT_NATIVEOS = linux
|
|
|
|
OPT_OS = linux
|
2014-05-22 07:21:19 +00:00
|
|
|
|
2014-09-27 15:42:30 +00:00
|
|
|
# See $(GFXLIB)/tools/gmake_scripts/library_ugfx.mk for the meaning of these variables
|
|
|
|
GFXLIB = ../uGFX
|
|
|
|
GFXBOARD = Linux-Framebuffer
|
|
|
|
#GFXDRIVERS = multiple/uGFXnet
|
|
|
|
GFXDEMO = modules/gdisp/basics
|
2014-05-22 07:21:19 +00:00
|
|
|
|
|
|
|
##############################################################################################
|
2014-09-27 15:42:30 +00:00
|
|
|
# Set these for your project
|
2014-05-22 07:21:19 +00:00
|
|
|
#
|
|
|
|
|
2014-09-27 15:42:30 +00:00
|
|
|
ARCH =
|
|
|
|
SRCFLAGS = -m32 -ggdb -O0 -fomit-frame-pointer -Wall -Wextra -Wstrict-prototypes -fverbose-asm
|
|
|
|
CFLAGS =
|
|
|
|
CXXFLAGS =
|
|
|
|
ASFLAGS =
|
|
|
|
LDFLAGS = -pthread
|
2014-05-22 07:21:19 +00:00
|
|
|
|
2014-09-27 15:42:30 +00:00
|
|
|
SRC =
|
|
|
|
DEFS =
|
|
|
|
LIBS =
|
|
|
|
INCPATH =
|
|
|
|
LIBPATH =
|
2014-05-22 07:21:19 +00:00
|
|
|
|
|
|
|
##############################################################################################
|
2014-09-27 15:42:30 +00:00
|
|
|
# These should be at the end
|
2014-05-22 07:21:19 +00:00
|
|
|
#
|
|
|
|
|
2014-09-27 15:42:30 +00:00
|
|
|
include $(GFXLIB)/tools/gmake_scripts/library_ugfx.mk
|
|
|
|
include $(GFXLIB)/tools/gmake_scripts/compiler_gcc.mk
|
2014-05-22 07:21:19 +00:00
|
|
|
# *** EOF ***
|