summaryrefslogtreecommitdiff
path: root/src/Makefile
blob: 251a32cfa6f659312736513f504ff6f98adbc85d (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 $(NSBUILD)/Makefile.subdir