Run `update-copyright'.
[ttfautohint.git] / lib / Makefile.am
blobcf42a4ca0cbccc436206ec1daad77d4883f46fdd
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   tasfnt.c \
47   tasort.c tasort.h \
48   tatables.c tatables.h \
49   tatime.c \
50   tattc.c \
51   tattf.c \
52   tatypes.h \
53   ttfautohint.c ttfautohint.h ttfautohint-errors.h
55 libttfautohint_la_LIBADD = \
56   libnumberset.la
58 ## end of Makefile.am