harfbuzz/src/Makefile.am

53 lines
848 B
Makefile

## Process this file with automake to produce Makefile.in
INCLUDES = \
-DPANGO_ENABLE_ENGINE \
-DSYSCONFDIR=\"$(sysconfdir)\" \
-DLIBDIR=\"$(libdir)\" \
-DG_DISABLE_DEPRECATED \
$(FREETYPE_CFLAGS) \
$(X_CFLAGS) \
-I$(top_srcdir)
LDADDS = @STRIP_BEGIN@ \
@x_ldflags@ \
@x_libs@ \
@GLIB_LIBS@ \
-lm \
@STRIP_END@
noinst_LTLIBRARIES = libpango-ot.la
libpango_ot_la_SOURCES = \
fterrcompat.h \
ftxopen.c \
ftxopen.h \
ftxopenf.h \
ftxgdef.c \
ftxgdef.h \
ftxgpos.c \
ftxgpos.h \
ftxgsub.c \
ftxgsub.h \
pango-ot-info.c \
pango-ot-private.h \
pango-ot-ruleset.c
if BUILD_OT_TESTS
noinst_PROGRAMS = ottest
endif
ottest_SOURCES = \
ottest.c \
disasm.c \
disasm.h
ottest_LDADD = \
libpango-ot.la \
$(FREETYPE_LIBS)
EXTRA_DIST = \
README \
pango-ot.def \
makefile.mingw.in