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/.
10 $(eval
$(call gb_Module_Module
,postprocess
))
12 # UGLY: postprocess_XCDS variable from CustomTarget_registry
13 # is reused in Package_registry!
15 $(eval
$(call gb_Module_add_targets
,postprocess
,\
16 $(if
$(ENABLE_CUSTOMTARGET_COMPONENTS
),CustomTarget_components
) \
17 CustomTarget_registry \
20 ifeq ($(gb_Side
),host
)
21 $(eval
$(call gb_Module_add_targets
,postprocess
,\
27 $(eval
$(call gb_Module_add_l10n_targets
,postprocess
,\
31 ifeq ($(WINDOWS_BUILD_SIGNING
),TRUE
)
32 $(eval
$(call gb_Module_add_targets
,postprocess
,\
33 CustomTarget_signing \
37 # For configurations that use fontconfig (cf. inclusion of
38 # vcl/unx/generic/fontmanager/fontconfig.cxx in Library_vcl), add
39 # instdir/share/fonts/truetype/fc_local.conf when it shall
40 # contain content from at least one of external/more_fonts/fc_local.snippet
41 # (conditional on MORE_FONTS in BUILD_TYPE) and
42 # extras/source/truetype/symbol/fc_local.snippet (unconditional):
43 ifneq ($(USING_X11
)$(DISABLE_GUI
)$(filter ANDROID EMSCRIPTEN
,$(OS
)),)
44 $(eval
$(call gb_Module_add_targets
,postprocess
, \
45 CustomTarget_fontconfig \
52 $(eval
$(call gb_Module_add_check_targets
,postprocess
,\
53 CustomTarget_check_dynamic_objects \
58 # Implementation com.sun.star.xml.security.SEInitializer_Gpg
59 # does not provide a constructor or factory in case of MPLv2 subset
60 ifneq ($(MPL_SUBSET
),TRUE
)
61 $(eval
$(call gb_Module_add_check_targets
,postprocess
,\
62 CppunitTest_services \
66 # vim: set noet sw=4 ts=4: