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_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: