12 lines
452 B
Makefile
12 lines
452 B
Makefile
# 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/ginput/ginput.c \
|
|
$(GFXLIB)/src/ginput/ginput_mouse.c \
|
|
$(GFXLIB)/src/ginput/ginput_keyboard.c \
|
|
$(GFXLIB)/src/ginput/ginput_keyboard_microcode.c \
|
|
$(GFXLIB)/src/ginput/ginput_toggle.c \
|
|
$(GFXLIB)/src/ginput/ginput_dial.c
|