Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(682)

Delta Between Two Patch Sets: bindings/vala/Makefile.am

Issue 320700043: ui/gtk3: Integrate custom rendering to use HarfBuzz glyph info Base URL: git@github.com:ibus/ibus.git@master
Left Patch Set: Fixed some memory leaks Created 6 years, 8 months ago
Right Patch Set: Fix a typo Created 6 years, 5 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « bindings/vala/IBusFontSet-1.0.metadata ('k') | bindings/vala/ibus-fontset-1.0.deps » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 # vim:set noet ts=4: 1 # vim:set noet ts=4:
2 # 2 #
3 # ibus - The Input Bus 3 # ibus - The Input Bus
4 # 4 #
5 # Copyright (c) 2007-2016 Peng Huang <shawn.p.huang@gmail.com> 5 # Copyright (c) 2007-2016 Peng Huang <shawn.p.huang@gmail.com>
6 # Copyright (c) 2017 Takao Fujiwara <takao.fujiwara1@gmail.com> 6 # Copyright (c) 2017 Takao Fujiwara <takao.fujiwara1@gmail.com>
7 # Copyright (c) 2007-2017 Red Hat, Inc. 7 # Copyright (c) 2007-2017 Red Hat, Inc.
8 # 8 #
9 # This library is free software; you can redistribute it and/or 9 # This library is free software; you can redistribute it and/or
10 # modify it under the terms of the GNU Lesser General Public 10 # modify it under the terms of the GNU Lesser General Public
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 -no-undefined \ 126 -no-undefined \
127 -export-symbols-regex "ibus_.*" \ 127 -export-symbols-regex "ibus_.*" \
128 $(NULL) 128 $(NULL)
129 129
130 # per file setting is needed to avoid conflicting LN_S by calling 130 # per file setting is needed to avoid conflicting LN_S by calling
131 # duplicated times in parallel make 131 # duplicated times in parallel make
132 %.vala: $(ibus_vapi) 132 %.vala: $(ibus_vapi)
133 if test ! -f $@ ; then \ 133 if test ! -f $@ ; then \
134 $(LN_S) $(top_srcdir)/ui/gtk3/$@ .; \ 134 $(LN_S) $(top_srcdir)/ui/gtk3/$@ .; \
135 fi; 135 fi;
136 ibusfontset.c: $(ibus_vapi) 136 ibusfontset.c: $(ibus_vapi) ibusfontset.h
137 if test ! -f $@ ; then \ 137 if test ! -f $@ ; then \
138 $(LN_S) $(top_srcdir)/ui/gtk3/$@ .; \ 138 $(LN_S) $(top_srcdir)/ui/gtk3/$@ .; \
139 fi; 139 fi;
140 ibusfontset.h: $(ibus_vapi) 140 ibusfontset.h: $(ibus_vapi)
141 if test ! -f $@ ; then \ 141 if test ! -f $@ ; then \
142 $(LN_S) $(top_srcdir)/ui/gtk3/$@ .; \ 142 $(LN_S) $(top_srcdir)/ui/gtk3/$@ .; \
143 fi; 143 fi;
144 144
145 145
146 MAINTAINERCLEANFILES += $(libibus_emoji_dialog_1_0_la_SOURCES) 146 MAINTAINERCLEANFILES += $(libibus_emoji_dialog_1_0_la_SOURCES)
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
264 DISTCLEANFILES += $(ibus_fontset_vapi) 264 DISTCLEANFILES += $(ibus_fontset_vapi)
265 265
266 endif 266 endif
267 # end of HAVE_INTROSPECTION 267 # end of HAVE_INTROSPECTION
268 endif 268 endif
269 # end of ENABLE_HARFBUZZ_FOR_EMOJI 269 # end of ENABLE_HARFBUZZ_FOR_EMOJI
270 endif 270 endif
271 # end of ENABLE_EMOJI_DICT 271 # end of ENABLE_EMOJI_DICT
272 272
273 -include $(top_srcdir)/git.mk 273 -include $(top_srcdir)/git.mk
LEFTRIGHT

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b