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

INCLUDES = 					\
B
Behdad Esfahbod 已提交
4 5
	-DSYSCONFDIR=\"$(sysconfdir)\" 		\
	-DLIBDIR=\"$(libdir)\" 			\
6
	$(PANGO_DEBUG_FLAGS)			\
B
Behdad Esfahbod 已提交
7
	-I$(top_srcdir)				\
8
	$(GLIB_CFLAGS)				\
B
Behdad Esfahbod 已提交
9
	$(FREETYPE_CFLAGS)
10

B
Behdad Esfahbod 已提交
11
noinst_LTLIBRARIES = libmini-harfbuzz.la
12

B
Behdad Esfahbod 已提交
13
libmini_harfbuzz_la_SOURCES =  	\
14 15
	ftglue.h		\
	ftglue.c		\
16
	ftxopen.c	 	\
O
Owen Taylor 已提交
17 18
	ftxopen.h	 	\
	ftxopenf.h	 	\
19
	ftxgdef.c		\
O
Owen Taylor 已提交
20
	ftxgdef.h		\
21
	ftxgpos.c 		\
O
Owen Taylor 已提交
22 23 24
	ftxgpos.h		\
	ftxgsub.c		\
	ftxgsub.h		\
25
	otlbuffer.c		\
B
Behdad Esfahbod 已提交
26
	otlbuffer.h
27

B
Behdad Esfahbod 已提交
28
libmini_harfbuzz_la_LIBADD = \
29 30 31 32 33
	$(x_ldflags)	\
	$(x_libs)	\
	$(GLIB_LIBS)	\
	-lm

34
if BUILD_OT_TESTS
35
noinst_PROGRAMS = ottest
36
endif
37 38 39 40 41 42 43

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

ottest_LDADD = 		\
B
Behdad Esfahbod 已提交
44
	libmini-harfbuzz.la	\
45 46 47
	$(FREETYPE_LIBS)

EXTRA_DIST = 		\
B
Behdad Esfahbod 已提交
48 49 50 51
	README		\
	FTL.TXT		\
	FT-license.txt