File: Makefile.am

package info (click to toggle)
lcdf-typetools 2.83-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 2,768 kB
  • ctags: 4,689
  • sloc: cpp: 33,886; ansic: 2,098; sh: 985; makefile: 290
file content (43 lines) | stat: -rw-r--r-- 666 bytes parent folder | download | duplicates (5)
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@

INCLUDES = -I$(top_srcdir)/include