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/.
9 $(eval
$(call gb_CustomTarget_CustomTarget
,net_ure
/net_uretypes
))
11 net_uretypes_DIR
:= $(gb_CustomTarget_workdir
)/net_ure
/net_uretypes
13 $(call gb_CustomTarget_get_target
,net_ure
/net_uretypes
) : $(net_uretypes_DIR
)/done
15 $(net_uretypes_DIR
)/done
: \
16 $(call gb_UnoApi_get_target
,udkapi
) \
17 $(call gb_Executable_get_target
,netmaker
) \
18 $(call gb_Executable_get_runtime_dependencies
,netmaker
) \
19 |
$(net_uretypes_DIR
)/.
dir
20 $(call gb_Output_announce
,$(subst $(WORKDIR
)/,,$@
),$(true
),NET
,4)
21 $(call gb_Trace_StartRange
,$(subst $(WORKDIR
)/,,$@
),NET
)
23 $(call gb_Helper_abbreviate_dirs
,\
24 $(call gb_Helper_print_on_error
,\
25 $(call gb_Helper_execute
,\
28 -O
$(net_uretypes_DIR
) \
29 $(call gb_UnoApi_get_target
,udkapi
)) \
31 $(net_uretypes_DIR
)/log
))
33 $(call gb_Trace_EndRange
,$(subst $(WORKDIR
)/,,$@
),NET
)
35 # vim:set shiftwidth=4 tabstop=4 noexpandtab: