use the pam as seen in MSWordExportBase::ExportDocument
[LibreOffice.git] / net_ure / CustomTarget_net_oootypes.mk
blobd03f4eba1e4a7dac0f3d7d0b752111e007b3c62d
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_oootypes))
11 net_oootypes_DIR := $(gb_CustomTarget_workdir)/net_ure/net_oootypes
13 $(call gb_CustomTarget_get_target,net_ure/net_oootypes) : $(net_oootypes_DIR)/done
15 $(net_oootypes_DIR)/done : \
16 $(call gb_UnoApi_get_target,offapi) \
17 $(call gb_UnoApi_get_target,udkapi) \
18 $(call gb_Executable_get_target,netmaker) \
19 $(call gb_Executable_get_runtime_dependencies,netmaker) \
20 | $(net_oootypes_DIR)/.dir
21 $(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),NET,4)
22 $(call gb_Trace_StartRange,$(subst $(WORKDIR)/,,$@),NET)
24 $(call gb_Helper_abbreviate_dirs,\
25 $(call gb_Helper_print_on_error,\
26 $(call gb_Helper_execute,\
27 netmaker \
28 -v \
29 -O $(net_oootypes_DIR) \
30 -X $(call gb_UnoApi_get_target,udkapi) \
31 $(call gb_UnoApi_get_target,offapi)) \
32 $(file >$@,),\
33 $(net_oootypes_DIR)/log))
35 $(call gb_Trace_EndRange,$(subst $(WORKDIR)/,,$@),NET)
37 # vim:set shiftwidth=4 tabstop=4 noexpandtab: