Lines Matching full:harfbuzz
15 EXTRA_DIST += harfbuzz.cc
55 # built with HarfBuzz support enabled. Newer pkg-config handles that just
116 export_symbols = -export-symbols harfbuzz.def
117 harfbuzz_def_dependency = harfbuzz.def
118 export_symbols_subset = -export-symbols harfbuzz-subset.def
119 harfbuzz_subset_def_dependency = harfbuzz-subset.def
120 export_symbols_icu = -export-symbols harfbuzz-icu.def
121 harfbuzz_icu_def_dependency = harfbuzz-icu.def
122 export_symbols_gobject = -export-symbols harfbuzz-gobject.def
123 harfbuzz_gobject_def_dependency = harfbuzz-gobject.def
150 pkgconfig_DATA = harfbuzz.pc
151 cmakedir = $(libdir)/cmake/harfbuzz
152 cmake_DATA = harfbuzz-config.cmake
153 EXTRA_DIST += hb-version.h.in harfbuzz.pc.in harfbuzz-config.cmake.in
162 pkgconfig_DATA += harfbuzz-subset.pc
163 EXTRA_DIST += harfbuzz-subset.pc.in
179 pkgconfig_DATA += harfbuzz-icu.pc
182 EXTRA_DIST += harfbuzz-icu.pc.in
195 pkgconfig_DATA += harfbuzz-gobject.pc
213 harfbuzz-gobject.pc.in \
234 DEF_FILES = harfbuzz.def harfbuzz-subset.def harfbuzz-icu.def harfbuzz-deprecated-symbols.txt
236 DEF_FILES += harfbuzz-gobject.def
240 harfbuzz.def: $(HBHEADERS) $(HBNODISTHEADERS)
242 harfbuzz-subset.def: $(HB_SUBSET_headers)
244 harfbuzz-icu.def: $(HB_ICU_headers)
246 harfbuzz-gobject.def: $(HB_GOBJECT_headers)
248 harfbuzz-deprecated-symbols.txt: $(srcdir)/hb-deprecated.h
315 harfbuzz.cc: Makefile.sources
327 grep '[.]cc"' > $(srcdir)/harfbuzz.cc \
328 || ($(RM) $(srcdir)/harfbuzz.cc; false)
329 BUILT_SOURCES += harfbuzz.cc
458 INTROSPECTION_GIRS = HarfBuzz-0.0.gir # What does the 0 mean anyway?!
463 HarfBuzz-0.0.gir: libharfbuzz.la libharfbuzz-gobject.la