Release 0.14
[framework/uifw/harfbuzz.git] / src / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2
3 INCLUDES =                                      \
4         -DSYSCONFDIR=\"$(sysconfdir)\"          \
5         -DLIBDIR=\"$(libdir)\"                  \
6         $(FREETYPE_CFLAGS)                      \
7         $(X_CFLAGS)                             \
8         -I$(top_srcdir)
9
10 LDADDS = @STRIP_BEGIN@  \
11         @x_ldflags@     \
12         @x_libs@        \
13         @GLIB_LIBS@     \
14         -lm             \
15 @STRIP_END@
16
17 noinst_LTLIBRARIES = libpango-ot.la
18
19 libpango_ot_la_SOURCES =        \
20         ftxopen.c               \
21         ftxopen.h               \
22         ftxopenf.h              \
23         ftxgdef.c               \
24         ftxgdef.h               \
25         ftxgpos.c               \
26         ftxgpos.h               \
27         ftxgsub.c               \
28         ftxgsub.h               \
29         pango-ot-info.c         \
30         pango-ot-private.h      \
31         pango-ot-ruleset.c
32
33 noinst_PROGRAMS = ottest
34
35 ottest_SOURCES =        \
36         ottest.c        \
37         disasm.c        \
38         disasm.h
39
40 ottest_LDADD =          \
41         libpango-ot.la  \
42         $(FREETYPE_LIBS)
43
44 EXTRA_DIST =            \
45         README          \
46         pango-ot.def    \
47         makefile.mingw.in