bump product version to 4.1.6.2
[LibreOffice.git] / postprocess / Module_postprocess.mk
blob6a381918e2cdb30ac71b2bb5dd431f1cd32e3cf7
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 Package_registry \
20 Rdb_services \
23 ifeq ($(WINDOWS_BUILD_SIGNING),TRUE)
24 $(eval $(call gb_Module_add_targets,postprocess,\
25 CustomTarget_signing \
27 endif
29 ifneq ($(gb_RUNNABLE_INSTDIR),)
30 $(eval $(call gb_Module_add_targets,postprocess,\
31 Package_images_install \
32 Package_registry_install \
34 endif
36 # vim: set noet sw=4 ts=4: