blob: 531c1f17ef97c43d22a3ec709fe5b5295fab56de (
plain)
1
2
3
4
5
6
7
8
9
10
|
# 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:
#
# http://ugfx.org/license.html
GFXSRC += $(GFXLIB)/src/gmisc/gmisc.c \
$(GFXLIB)/src/gmisc/gmisc_arrayops.c \
$(GFXLIB)/src/gmisc/gmisc_matrix2d.c \
$(GFXLIB)/src/gmisc/gmisc_trig.c \
$(GFXLIB)/src/gmisc/gmisc_hittest.c
|