summaryrefslogtreecommitdiff
path: root/src/Type1/Makefile.am
blob: eada3eb36904923d163083c4eb4f7febd88abdea (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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
INCLUDES =			\
	-I${top_srcdir}/include/X11/fonts

noinst_LTLIBRARIES = libtype1.la

libtype1_la_SOURCES =			\
		afm.c			\
		AFM.h			\
		arith.c			\
		arith.h			\
		blues.h			\
		cidchar.c		\
		cluts.h			\
		curves.c		\
		curves.h		\
		digit.h			\
		fontfcn.c		\
		fontfcn.h		\
		fonts.h			\
		hdigit.h		\
		hints.c			\
		hints.h			\
		lines.c			\
		lines.h			\
		objects.c		\
		objects.h		\
		paths.c			\
		paths.h			\
		pictures.h		\
		range.h			\
		regions.c		\
		regions.h		\
		scanfont.c		\
		spaces.c		\
		spaces.h		\
		strokes.h		\
		t1funcs.c		\
		t1hdigit.h		\
		t1imager.h		\
		t1info.c		\
		t1intf.h		\
		t1io.c			\
		t1malloc.c		\
		t1snap.c		\
		t1stdio.h		\
		t1stub.c		\
		t1unicode.c		\
		t1unicode.h		\
		token.c			\
		token.h			\
		tokst.h			\
		trig.h			\
		type1.c			\
		util.c			\
		util.h