header to abstract the difference between FreeType 2.0.3 and 2.0.4 error
[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         fterrcompat.h           \
22         ftxopen.c               \
23         ftxopen.h               \
24         ftxopenf.h              \
25         ftxgdef.c               \
26         ftxgdef.h               \
27         ftxgpos.c               \
28         ftxgpos.h               \
29         ftxgsub.c               \
30         ftxgsub.h               \
31         pango-ot-info.c         \
32         pango-ot-private.h      \
33         pango-ot-ruleset.c
34
35 if BUILD_OT_TESTS
36 noinst_PROGRAMS = ottest
37 endif
38
39 ottest_SOURCES =        \
40         ottest.c        \
41         disasm.c        \
42         disasm.h
43
44 ottest_LDADD =          \
45         libpango-ot.la  \
46         $(FREETYPE_LIBS)
47
48 EXTRA_DIST =            \
49         README          \
50         pango-ot.def    \
51         makefile.mingw.in