tdf#62032 use style list level when changing style
[LibreOffice.git] / postprocess / Module_postprocess.mk
blobc1aa1dbc7e870176caa9efc426a93616a09e226d
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 CustomTarget_registry \
17 Rdb_services \
19 ifeq ($(gb_Side),host)
20 $(eval $(call gb_Module_add_targets,postprocess,\
21 CustomTarget_images \
22 Package_images \
24 endif
26 $(eval $(call gb_Module_add_l10n_targets,postprocess,\
27 Package_registry \
30 ifeq ($(WINDOWS_BUILD_SIGNING),TRUE)
31 $(eval $(call gb_Module_add_targets,postprocess,\
32 CustomTarget_signing \
34 endif
36 # For configurations that use fontconfig (cf. inclusion of
37 # vcl/unx/generic/fontmanager/fontconfig.cxx in Library_vcl), add
38 # instdir/share/fonts/truetype/fc_local.conf when it shall
39 # contain content from at least one of external/more_fonts/fc_local.snippet
40 # (conditional on MORE_FONTS in BUILD_TYPE) and
41 # extras/source/truetype/symbol/fc_local.snippet (unconditional):
42 ifneq ($(USING_X11)$(DISABLE_GUI)$(filter ANDROID,$(OS)),)
43 $(eval $(call gb_Module_add_targets,postprocess, \
44 CustomTarget_fontconfig \
45 Package_fontconfig \
47 endif
49 ifeq ($(OS),LINUX)
50 ifneq ($(PKGFORMAT),)
51 $(eval $(call gb_Module_add_check_targets,postprocess,\
52 CustomTarget_check_dynamic_objects \
54 endif
55 endif
57 # Implementation com.sun.star.xml.security.SEInitializer_Gpg
58 # does not provide a constructor or factory in case of MPLv2 subset
59 ifneq ($(MPL_SUBSET),TRUE)
60 $(eval $(call gb_Module_add_check_targets,postprocess,\
61 CppunitTest_services \
63 endif
65 # vim: set noet sw=4 ts=4: