summaryrefslogtreecommitdiff
path: root/src/Makefile
blob: a9e9e5e6949d97986963bc9776360eeeec06f390 (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 ($(BUILD),arm-unknown-riscos)
    DIR_SOURCES := $(DIR_SOURCES) toolbox.c
  endif
endif

include $(NSBUILD)/Makefile.subdir