summaryrefslogtreecommitdiff
path: root/src/Makefile
blob: d3311937699e762d13accd6527404212a093d60d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# 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
  ifeq ($(TARGET),riscos)
    DIR_SOURCES := $(DIR_SOURCES) toolbox.c
  endif
endif

include build/makefiles/Makefile.subdir