lok: avoid ILibreOfficeKitNotifier null ptr de-reference on shutdown.
[LibreOffice.git] / sysui / Module_sysui.mk
blob3f1ad7c655e8ed67542c3959e9f21d5d397550bb
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,sysui))
12 ifneq ($(OS),WNT)
13 ifneq ($(OS),MACOSX)
14 $(eval $(call gb_Module_add_targets,sysui,\
15 CustomTarget_share \
16 Package_share \
17 $(if $(filter rpm,$(PKGFORMAT)),CustomTarget_rpm) \
18 $(if $(filter deb,$(PKGFORMAT)),CustomTarget_deb) \
19 $(if $(filter SOLARIS,$(OS)),CustomTarget_solaris) \
21 else # OS=MACOSX
22 $(eval $(call gb_Module_add_targets,sysui,\
23 Package_osxicons \
24 CustomTarget_infoplist \
25 Package_infoplist \
27 endif
28 endif
30 # vim: set noet sw=4 ts=4: