summaryrefslogtreecommitdiff
path: root/Build/source/texk/lcdf-typetools/lcdf-typetools-src/libefont/Makefile.am
blob: a783e28e640226ef7975f999975e23e1d35f1179 (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
## Process this file with automake to produce Makefile.in
AUTOMAKE_OPTIONS = foreign

noinst_LIBRARIES = libefont.a

libefont_a_SOURCES = \
	afm.cc \
	afmparse.cc \
	afmw.cc \
	amfm.cc \
	cff.cc \
	encoding.cc \
	findmet.cc \
	metrics.cc \
	otf.cc \
	otfcmap.cc \
	otfdata.cc \
	otfdescrip.cc \
	otfgpos.cc \
	otfgsub.cc \
	otfname.cc \
	otfos2.cc \
	otfpost.cc \
	pairop.cc \
	psres.cc \
	t1bounds.cc \
	t1cs.cc \
	t1csgen.cc \
	t1interp.cc \
	t1item.cc \
	t1font.cc \
	t1fontskel.cc \
	t1mm.cc \
	t1rw.cc \
	t1unparser.cc \
	ttfcs.cc \
	ttfhead.cc \
	ttfkern.cc

libefont_a_LIBADD = @TEMPLATE_OBJS@
CLEANFILES = @TEMPLATE_OBJS@

AM_CPPFLAGS = -I$(srcdir)/../include