lok: calc - update our version of the other view's selections on zoom.
[LibreOffice.git] / tools / CustomTarget_reversemap.mk
blobef55d0df0f4d8ac9ceb12bc7cfb7f3a2e610e99d
2 # This file is part of the LibreOffice project.
4 # This Source Code Form is subject to the terms of the Mozilla Public
5 # License, v. 2.0. If a copy of the MPL was not distributed with this
6 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
9 $(eval $(call gb_CustomTarget_CustomTarget,tools/string))
11 $(call gb_CustomTarget_get_target,tools/string) : \
12 $(call gb_CustomTarget_get_workdir,tools/string)/reversemap.cxx
14 $(call gb_CustomTarget_get_workdir,tools/string)/reversemap.cxx : \
15 $(call gb_Executable_get_runtime_dependencies,bestreversemap) \
16 | $(call gb_CustomTarget_get_workdir,tools/string)/.dir
17 $(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),BRM,1)
18 $(call gb_Helper_execute,bestreversemap > $@)
20 # vim: set noet sw=4 ts=4: