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