Bump version to 4.1-6
[LibreOffice.git] / tools / CustomTarget_reversemap.mk
blob1e8fba6bd4de45e100f962b983c80c206ee7ae49
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/reversemap))
11 $(call gb_CustomTarget_get_target,tools/reversemap) : \
12 $(call gb_CustomTarget_get_workdir,tools/reversemap)/reversemap.hxx
14 $(call gb_CustomTarget_get_workdir,tools/reversemap)/reversemap.hxx : \
15 $(call gb_Executable_get_runtime_dependencies,bestreversemap) \
16 | $(call gb_CustomTarget_get_workdir,tools/reversemap)/.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: