Handle standard width and `is_extra_light' flag.
[ttfautohint.git] / src / Makefile.am
blobd2181b485491fded0f175561b81b026da7f48163
1 ## Makefile.am
3 AM_CPPFLAGS = $(FREETYPE_CPPFLAGS)
4 AM_LDFLAGS = $(FREETYPE_LDFLAGS)
6 noinst_LIBRARIES = libttfautohint.a
7 libttfautohint_a_SOURCES = ta.h \
8                            tabytecode.c \
9                            tabytecode.h \
10                            tadummy.c \
11                            tadummy.h \
12                            tagloadr.c \
13                            tagloadr.h \
14                            taglobal.c \
15                            taglobal.h \
16                            tahints.c \
17                            tahints.h \
18                            talatin.c \
19                            talatin.h \
20                            taloader.c \
21                            taloader.h \
22                            tasort.c \
23                            tasort.h \
24                            tatables.c \
25                            tatables.h \
26                            tatypes.h \
27                            ttfautohint.c \
28                            ttfautohint.h
30 noinst_PROGRAMS = hint
31 hint_SOURCES = hint.c \
32                ttfautohint.h
33 hint_LDADD = libttfautohint.a
35 ## end of Makefile.am