[en-GB] Added 13 words to autocorrect
[LibreOffice.git] / shell / Module_shell.mk
blobe6d66355c27e9cb3c46ab4c9a48c82d0de7ae49c
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,shell))
12 ifeq ($(filter DESKTOP,$(BUILD_TYPE)),DESKTOP)
13 $(eval $(call gb_Module_add_targets,shell,\
14 Executable_lngconvex \
16 endif
18 ifeq ($(gb_Side),host)
20 $(eval $(call gb_Module_add_targets,shell,\
21 $(if $(filter-out MACOSX WNT,$(OS)),Library_desktopbe) \
22 Library_localebe \
25 ifneq ($(filter DRAGONFLY FREEBSD LINUX NETBSD OPENBSD,$(OS)),)
26 ifeq ($(ENABLE_GIO),TRUE)
27 $(eval $(call gb_Module_add_targets,shell,\
28 Library_losessioninstall \
30 endif
31 endif
33 ifeq ($(OS),SOLARIS)
34 ifeq ($(ENABLE_GIO),TRUE)
35 $(eval $(call gb_Module_add_targets,shell,\
36 Library_losessioninstall \
38 endif
39 endif
41 ifeq ($(ENABLE_KF5),TRUE)
42 $(eval $(call gb_Module_add_targets,shell,\
43 Library_kf5be \
45 endif
47 ifeq ($(OS),WNT)
49 $(eval $(call gb_Module_add_targets,shell,\
50 Executable_regsvrex \
51 Executable_senddoc \
52 Library_smplmail \
53 Library_wininetbe \
54 Executable_spsupp_helper \
57 ifeq ($(COM),MSC)
58 $(eval $(call gb_Module_add_targets,shell,\
59 CustomTarget_shlxthdl_res \
60 Library_ooofilt \
61 Library_propertyhdl \
62 Library_shlxthdl \
63 StaticLibrary_shlxthandler_common \
64 StaticLibrary_xmlparser \
65 WinResTarget_shlxthdl \
66 CustomTarget_spsupp_idl \
67 WinResTarget_spsupp \
68 WinResTarget_spsupp_dlg \
71 $(eval $(call gb_Module_add_check_targets,shell,\
72 CppunitTest_shell_zip \
74 endif
76 ifeq ($(BUILD_X64),TRUE)
77 $(eval $(call gb_Module_add_targets,shell,\
78 CustomTarget_x64 \
79 Library_ooofilt_x64 \
80 Library_propertyhdl_x64 \
81 Library_shlxthdl_x64 \
82 StaticLibrary_shlxthandler_common_x64 \
83 StaticLibrary_xmlparser_x64 \
85 endif
87 ifneq ($(CXX_X64_BINARY),)
88 $(eval $(call gb_Module_add_targets,shell,\
89 Library_spsupp_x64 \
91 endif
93 ifneq ($(CXX_X86_BINARY),)
94 $(eval $(call gb_Module_add_targets,shell,\
95 Library_spsupp_x86 \
97 endif
99 endif
101 ifeq ($(OS),MACOSX)
102 $(eval $(call gb_Module_add_targets,shell,\
103 Library_macbe \
105 endif
107 ifeq ($(filter DESKTOP,$(BUILD_TYPE)),DESKTOP)
109 $(eval $(call gb_Module_add_targets,shell,\
110 Library_syssh \
113 ifneq ($(OS),WNT)
115 $(eval $(call gb_Module_add_targets,shell,\
116 StaticLibrary_xmlparser \
117 Executable_uri_encode \
118 Library_cmdmail \
119 $(if $(ENABLE_MACOSX_SANDBOX),,Package_senddoc) \
122 endif
124 endif
126 $(eval $(call gb_Module_add_l10n_targets,shell,\
127 AllLangMoTarget_shell \
130 endif # $(gb_Side) == host
132 # vim: set shiftwidth=4 tabstop=4 noexpandtab: