Version 24.8.3.2, tag libreoffice-24.8.3.2
[LibreOffice.git] / tools / CustomTarget_reversemap.mk
blobc90413c2b3a6625e98425fa3dfbe556ef5a2ab74
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 $(gb_CustomTarget_workdir)/tools/string/reversemap.cxx
14 $(gb_CustomTarget_workdir)/tools/string/reversemap.cxx : \
15 $(call gb_Executable_get_runtime_dependencies,bestreversemap) \
16 | $(gb_CustomTarget_workdir)/tools/string/.dir
17 $(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),BRM,1)
18 $(call gb_Trace_StartRange,$(subst $(WORKDIR)/,,$@),BRM)
19 $(call gb_Helper_execute,bestreversemap > $@)
20 $(call gb_Trace_EndRange,$(subst $(WORKDIR)/,,$@),BRM)
22 # vim: set noet sw=4 ts=4: