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

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

14 15 16 17 18
LDADDS = 	\
	$(x_ldflags)	\
	$(x_libs)	\
	$(GLIB_LIBS)	\
	-lm
19 20 21 22

noinst_LTLIBRARIES = libpango-ot.la

libpango_ot_la_SOURCES =  	\
23
	fterrcompat.h		\
24
	ftxopen.c	 	\
O
Owen Taylor 已提交
25 26
	ftxopen.h	 	\
	ftxopenf.h	 	\
27
	ftxgdef.c		\
O
Owen Taylor 已提交
28
	ftxgdef.h		\
29
	ftxgpos.c 		\
O
Owen Taylor 已提交
30 31 32
	ftxgpos.h		\
	ftxgsub.c		\
	ftxgsub.h		\
33 34 35
	otlbuffer.c		\
	otlbuffer.h		\
	pango-ot-buffer.c	\
36
	pango-ot-info.c		\
O
Owen Taylor 已提交
37 38
	pango-ot-private.h	\
	pango-ot-ruleset.c
39

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

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

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

EXTRA_DIST = 		\
54
	README