lok: intercept the UNO command ".uno:ThesaurusDialog"
[LibreOffice.git] / postprocess / Module_postprocess.mk
blobb02faf7b9310d862dac9f87ba38e6e7c93c58106
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_images \
17 CustomTarget_registry \
18 Package_images \
19 Rdb_services \
21 $(eval $(call gb_Module_add_l10n_targets,postprocess,\
22 Package_registry \
25 ifeq ($(WINDOWS_BUILD_SIGNING),TRUE)
26 $(eval $(call gb_Module_add_targets,postprocess,\
27 CustomTarget_signing \
29 endif
31 # For configurations that use fontconfig (cf. inclusion of
32 # vcl/unx/generic/fontmanager/fontconfig.cxx in Library_vcl), add
33 # instdir/share/fonts/truetype/fc_local.conf when it shall
34 # contain content from at least one of external/more_fonts/fc_local.snippet
35 # (conditional on MORE_FONTS in BUILD_TYPE) and
36 # extras/source/truetype/symbol/fc_local.snippet (unconditional):
37 ifneq ($(USING_X11)$(DISABLE_GUI)$(filter ANDROID,$(OS)),)
38 $(eval $(call gb_Module_add_targets,postprocess, \
39 CustomTarget_fontconfig \
40 Package_fontconfig \
42 endif
44 ifeq ($(OS),LINUX)
45 ifneq ($(PKGFORMAT),)
46 $(eval $(call gb_Module_add_check_targets,postprocess,\
47 CustomTarget_check_dynamic_objects \
49 endif
50 endif
52 $(eval $(call gb_Module_add_check_targets,postprocess,\
53 CppunitTest_services \
56 # vim: set noet sw=4 ts=4: