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