aboutsummaryrefslogtreecommitdiff
path: root/libXfont/src/Type1/makefile
blob: 161785514b1a0d6b846135d069eb7ccc23ebb520 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
LIBRARY = libtype1

CSRCS =			\
		arith.c			\
		curves.c		\
		fontfcn.c		\
		hints.c			\
		lines.c			\
		objects.c		\
		paths.c			\
		regions.c		\
		scanfont.c		\
		spaces.c		\
		t1funcs.c		\
		t1info.c		\
		t1io.c			\
		t1malloc.c		\
		t1snap.c		\
		t1unicode.c		\
		token.c			\
		type1.c			\
		util.c

INCLUDES := ../../../../build $(INCLUDES)