summaryrefslogtreecommitdiff
path: root/pango/opentype/Makefile.am
blob: c8767517defdd796206b00f80cfca82ad4594b20 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
## Process this file with automake to produce Makefile.in

INCLUDES = 					\
	-DG_LOG_DOMAIN=\"Pango\"		\
	-DPANGO_ENABLE_ENGINE			\
	-DSYSCONFDIR=\"$(sysconfdir)\"		\
	-DLIBDIR=\"$(libdir)\"			\
	-DG_DISABLE_DEPRECATED			\
	$(PANGO_DEBUG_FLAGS)			\
	$(GLIB_CFLAGS)				\
	$(FREETYPE_CFLAGS)			\
	$(X_CFLAGS)				\
	-I$(top_srcdir)

LDADDS = 	\
	$(x_ldflags)	\
	$(x_libs)	\
	$(GLIB_LIBS)	\
	-lm

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		\
	otlbuffer.c		\
	otlbuffer.h		\
	pango-ot-buffer.c	\
	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