Makefile.am 925 字节
Newer Older
1 2 3
## Process this file with automake to produce Makefile.in

INCLUDES = 					\
O
Owen Taylor 已提交
4
	-DG_LOG_DOMAIN=\"Pango\"		\
O
Owen Taylor 已提交
5
	-DPANGO_ENABLE_ENGINE			\
6 7
	-DSYSCONFDIR=\"$(sysconfdir)\"		\
	-DLIBDIR=\"$(libdir)\"			\
S
Sebastian Wilhelmi 已提交
8
	-DG_DISABLE_DEPRECATED			\
9
	$(PANGO_DEBUG_FLAGS)			\
10
	$(GLIB_CFLAGS)				\
11 12 13 14 15 16 17
	$(FREETYPE_CFLAGS)			\
	$(X_CFLAGS)				\
	-I$(top_srcdir)

noinst_LTLIBRARIES = libpango-ot.la

libpango_ot_la_SOURCES =  	\
18
	fterrcompat.h		\
19
	ftxopen.c	 	\
O
Owen Taylor 已提交
20 21
	ftxopen.h	 	\
	ftxopenf.h	 	\
22
	ftxgdef.c		\
O
Owen Taylor 已提交
23
	ftxgdef.h		\
24
	ftxgpos.c 		\
O
Owen Taylor 已提交
25 26 27
	ftxgpos.h		\
	ftxgsub.c		\
	ftxgsub.h		\
28 29 30
	otlbuffer.c		\
	otlbuffer.h		\
	pango-ot-buffer.c	\
31
	pango-ot-info.c		\
O
Owen Taylor 已提交
32 33
	pango-ot-private.h	\
	pango-ot-ruleset.c
34

35 36 37 38 39 40
libpango_ot_la_LIBADD = \
	$(x_ldflags)	\
	$(x_libs)	\
	$(GLIB_LIBS)	\
	-lm

41
if BUILD_OT_TESTS
42
noinst_PROGRAMS = ottest
43
endif
44 45 46 47 48 49 50 51 52 53 54

ottest_SOURCES = 	\
	ottest.c	\
	disasm.c	\
	disasm.h

ottest_LDADD = 		\
	libpango-ot.la	\
	$(FREETYPE_LIBS)

EXTRA_DIST = 		\
55
	README