summaryrefslogtreecommitdiff
path: root/src/Makefile
blob: 2a26d4e47db0769f82a1ffd39a247b85c8e2d702 (plain)
1
2
3
4
5
6
7
8
9
10
# Sources
DIR_SOURCES := encoding.c ft.c glyphs.c intmetrics.c outlines.c utils.c

ifeq ($(FRONTEND),cli)
DIR_SOURCES := $(DIR_SOURCES) cli.c
else
DIR_SOURCES := $(DIR_SOURCES) toolbox.c
endif

include build/makefiles/Makefile.subdir