ugfx/src/gdisp/gdisp.mk

20 lines
690 B
Makefile
Raw Normal View History

2015-06-08 02:11:37 +00:00
# This file is subject to the terms of the GFX License. If a copy of
# the license was not distributed with this file, you can obtain one at:
#
2018-10-01 15:32:39 +00:00
# http://ugfx.io/license.html
2015-06-08 02:11:37 +00:00
GFXSRC += $(GFXLIB)/src/gdisp/gdisp.c \
$(GFXLIB)/src/gdisp/gdisp_fonts.c \
$(GFXLIB)/src/gdisp/gdisp_pixmap.c \
$(GFXLIB)/src/gdisp/gdisp_image.c \
$(GFXLIB)/src/gdisp/gdisp_image_native.c \
$(GFXLIB)/src/gdisp/gdisp_image_gif.c \
$(GFXLIB)/src/gdisp/gdisp_image_bmp.c \
$(GFXLIB)/src/gdisp/gdisp_image_jpg.c \
$(GFXLIB)/src/gdisp/gdisp_image_png.c
2013-07-21 20:20:37 +00:00
MFDIR = $(GFXLIB)/src/gdisp/mcufont
include $(GFXLIB)/src/gdisp/mcufont/mcufont.mk
#GFXINC += $(MFDIR)
GFXSRC += $(MFSRC)