aboutsummaryrefslogtreecommitdiffstats
path: root/tools/gmake_scripts/library_ugfx.mk
blob: 7dbf9d9927de2ea7908271a01de45dca1e606a47 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# See readme.txt for the make API

# Requirements:
#
# GFXLIB:		The location of the uGFX code eg GFXLIB=../ugfx
#

# Optional:
#
# GFXBOARD:		The uGFX Board to include eg GFXBOARD=Win32
# GFXDRIVERS:	The uGFX Drivers to include - separate multiple drivers with spaces eg GFXDRIVERS=multiple/uGFXnet
# GFXDEMO:		Compile a uGFX standard demo? If blank you need to include your own project files. eg GFXDEMO=modules/gwin/widgets
#


include $(GFXLIB)/gfx.mk
SRC     += $(GFXSRC)
DEFS    += $(GFXDEFS)
INCPATH += $(GFXINC)
LIBS	+= $(GFXLIBS)