Synchronize with FreeType. [1/2]
[ttfautohint.git] / lib / Makefile.am
blobbf2c7690d35ef61240cfbad59dd66bd07ea33889
1 ## Makefile.am
3 # Copyright (C) 2011-2013 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_LTLIBRARIES = \
16   libttfautohint.la \
17   libnumberset.la
19 libnumberset_la_SOURCES = \
20   numberset.c numberset.h
22 libttfautohint_la_SOURCES = \
23   ta.h \
24   tabytecode.c tabytecode.h \
25   tacvt.c \
26   tadsig.c \
27   tadummy.c tadummy.h \
28   taerror.c \
29   tafile.c \
30   tafont.c \
31   tafpgm.c \
32   tagasp.c \
33   tagloadr.c tagloadr.h \
34   taglobal.c taglobal.h \
35   taglyf.c \
36   tagpos.c \
37   tahints.c tahints.h \
38   tahmtx.c \
39   talatin.c talatin.h \
40   taloader.c taloader.h \
41   taloca.c \
42   tamaxp.c \
43   taname.c \
44   tapost.c \
45   taprep.c \
46   tascript.h \
47   tasfnt.c \
48   tasort.c tasort.h \
49   tatables.c tatables.h \
50   tatime.c \
51   tattc.c \
52   tattf.c \
53   tatypes.h \
54   tawrtsys.h \
55   ttfautohint.c ttfautohint.h ttfautohint-errors.h
57 libttfautohint_la_LIBADD = \
58   libnumberset.la
60 EXTRA_DIST = \
61   afblue.pl
63 ## end of Makefile.am