1## Process this file with automake to produce Makefile.in
2AUTOMAKE_OPTIONS = foreign
3
4noinst_LIBRARIES = libefont.a
5
6libefont_a_SOURCES = \
7	afm.cc \
8	afmparse.cc \
9	afmw.cc \
10	amfm.cc \
11	cff.cc \
12	encoding.cc \
13	findmet.cc \
14	metrics.cc \
15	otf.cc \
16	otfcmap.cc \
17	otfdata.cc \
18	otfdescrip.cc \
19	otfgpos.cc \
20	otfgsub.cc \
21	otfname.cc \
22	otfos2.cc \
23	otfpost.cc \
24	pairop.cc \
25	psres.cc \
26	t1bounds.cc \
27	t1cs.cc \
28	t1csgen.cc \
29	t1interp.cc \
30	t1item.cc \
31	t1font.cc \
32	t1fontskel.cc \
33	t1mm.cc \
34	t1rw.cc \
35	t1unparser.cc \
36	ttfcs.cc \
37	ttfhead.cc \
38	ttfkern.cc
39
40libefont_a_LIBADD = @TEMPLATE_OBJS@
41CLEANFILES = @TEMPLATE_OBJS@
42
43AM_CPPFLAGS = -I$(srcdir)/../include
44