4634b8ca782cd95a08e149016a64d78818b2c581
[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         -DG_DISABLE_DEPRECATED                  \
8         $(PANGO_DEBUG_FLAGS)                    \
9         $(GLIB_CFLAGS)                          \
10         $(FREETYPE_CFLAGS)                      \
11         $(X_CFLAGS)                             \
12         -I$(top_srcdir)
13
14 LDADDS =        \
15         $(x_ldflags)    \
16         $(x_libs)       \
17         $(GLIB_LIBS)    \
18         -lm
19
20 noinst_LTLIBRARIES = libpango-ot.la
21
22 libpango_ot_la_SOURCES =        \
23         fterrcompat.h           \
24         ftxopen.c               \
25         ftxopen.h               \
26         ftxopenf.h              \
27         ftxgdef.c               \
28         ftxgdef.h               \
29         ftxgpos.c               \
30         ftxgpos.h               \
31         ftxgsub.c               \
32         ftxgsub.h               \
33         otlbuffer.c             \
34         otlbuffer.h             \
35         pango-ot-buffer.c       \
36         pango-ot-info.c         \
37         pango-ot-private.h      \
38         pango-ot-ruleset.c
39
40 if BUILD_OT_TESTS
41 noinst_PROGRAMS = ottest
42 endif
43
44 ottest_SOURCES =        \
45         ottest.c        \
46         disasm.c        \
47         disasm.h
48
49 ottest_LDADD =          \
50         libpango-ot.la  \
51         $(FREETYPE_LIBS)
52
53 EXTRA_DIST =            \
54         README