7374d0307bd3cd4c7c4d5389f2ac346de6a7c9fd
[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         $(GLIB_CFLAGS)                          \
9         $(FREETYPE_CFLAGS)                      \
10         $(X_CFLAGS)                             \
11         -I$(top_srcdir)
12
13 LDADDS = @STRIP_BEGIN@  \
14         @x_ldflags@     \
15         @x_libs@        \
16         @GLIB_LIBS@     \
17         -lm             \
18 @STRIP_END@
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         pango-ot-info.c         \
34         pango-ot-private.h      \
35         pango-ot-ruleset.c
36
37 if BUILD_OT_TESTS
38 noinst_PROGRAMS = ottest
39 endif
40
41 ottest_SOURCES =        \
42         ottest.c        \
43         disasm.c        \
44         disasm.h
45
46 ottest_LDADD =          \
47         libpango-ot.la  \
48         $(FREETYPE_LIBS)
49
50 EXTRA_DIST =            \
51         README