Synchronize with FreeType.
[ttfautohint.git] / lib / Makefile.am
blob5df0151c970ef02c367f9296440f8e476199b231
1 ## Makefile.am
3 # Copyright (C) 2011-2012 by Werner Lemberg.
5 # This file is part of the ttfautohint library, and may only be used,
6 # modified, and distributed under the terms given in `COPYING'.  By
7 # continuing to use, modify, or distribute this file you indicate that you
8 # have read `COPYING' and understand and accept it fully.
10 # The file `COPYING' mentioned in the previous paragraph is distributed
11 # with the ttfautohint library.
13 AM_CPPFLAGS = $(FREETYPE_CPPFLAGS)
15 noinst_LIBRARIES = libttfautohint.a
16 libttfautohint_a_SOURCES = ta.h \
17                            tabytecode.c tabytecode.h \
18                            tacvt.c \
19                            tadsig.c \
20                            tadummy.c tadummy.h \
21                            taerror.c \
22                            tafile.c \
23                            tafont.c \
24                            tafpgm.c \
25                            tagasp.c \
26                            tagloadr.c tagloadr.h \
27                            taglobal.c taglobal.h \
28                            taglyf.c \
29                            tagpos.c \
30                            tahints.c tahints.h \
31                            tahmtx.c \
32                            talatin.c talatin.h \
33                            taloader.c taloader.h \
34                            taloca.c \
35                            tamaxp.c \
36                            taname.c \
37                            tapost.c \
38                            taprep.c \
39                            tasfnt.c \
40                            tasort.c tasort.h \
41                            tatables.c tatables.h \
42                            tatime.c \
43                            tattc.c \
44                            tattf.c \
45                            tatypes.h \
46                            ttfautohint.c ttfautohint.h ttfautohint-errors.h
48 ## end of Makefile.am