office-gobmx/vcl/Executable_listglyphs.mk
Chris Sherlock 42da767468 vcl: list the glyphs and bound rects of a specified font
Change-Id: Ia635d83a5d3dd257948777e9f6976fecfeb4ee98
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141526
Tested-by: Jenkins
Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
2022-11-25 14:04:20 +01:00

41 lines
910 B
Makefile

# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#
# This file is part of the LibreOffice project.
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
$(eval $(call gb_Executable_Executable,listglyphs))
$(eval $(call gb_Executable_use_api,listglyphs,\
offapi \
udkapi \
))
$(eval $(call gb_Executable_set_include,listglyphs,\
$$(INCLUDE) \
-I$(SRCDIR)/vcl/inc \
))
$(eval $(call gb_Executable_use_externals,listglyphs,\
harfbuzz \
graphite \
))
$(eval $(call gb_Executable_use_libraries,listglyphs,\
tl \
sal \
vcl \
cppu \
cppuhelper \
comphelper \
i18nlangtag \
))
$(eval $(call gb_Executable_add_exception_objects,listglyphs,\
vcl/workben/listglyphs \
))
# vim: set noet sw=4 ts=4: