cid#1557718 COPY_INSTEAD_OF_MOVE
[LibreOffice.git] / vcl / Executable_listglyphs.mk
blobacd1fd9b00c1b145b19258dbed7988dd8b060bf9
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
3 # This file is part of the LibreOffice project.
5 # This Source Code Form is subject to the terms of the Mozilla Public
6 # License, v. 2.0. If a copy of the MPL was not distributed with this
7 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 $(eval $(call gb_Executable_Executable,listglyphs))
12 $(eval $(call gb_Executable_use_api,listglyphs,\
13 offapi \
14 udkapi \
17 $(eval $(call gb_Executable_set_include,listglyphs,\
18 $$(INCLUDE) \
19 -I$(SRCDIR)/vcl/inc \
22 $(eval $(call gb_Executable_use_externals,listglyphs,\
23 harfbuzz \
24 graphite \
27 $(eval $(call gb_Executable_use_libraries,listglyphs,\
28 tl \
29 sal \
30 vcl \
31 cppu \
32 cppuhelper \
33 comphelper \
34 i18nlangtag \
37 $(eval $(call gb_Executable_add_exception_objects,listglyphs,\
38 vcl/workben/listglyphs \
41 # vim: set noet sw=4 ts=4: