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 \
18 ifeq ($(gb_Side
),host
)
20 $(eval
$(call gb_Module_add_targets
,shell,\
21 $(if
$(filter-out MACOSX WNT
,$(OS
)),Library_desktopbe
) \
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 \
34 ifeq ($(ENABLE_GIO
),TRUE
)
35 $(eval
$(call gb_Module_add_targets
,shell,\
36 Library_losessioninstall \
41 ifeq ($(ENABLE_KF5
),TRUE
)
42 $(eval
$(call gb_Module_add_targets
,shell,\
49 $(eval
$(call gb_Module_add_targets
,shell,\
54 Executable_spsupp_helper \
58 $(eval
$(call gb_Module_add_targets
,shell,\
59 CustomTarget_shlxthdl_res \
63 StaticLibrary_shlxthandler_common \
64 StaticLibrary_xmlparser \
65 WinResTarget_shlxthdl \
66 CustomTarget_spsupp_idl \
68 WinResTarget_spsupp_dlg \
71 $(eval
$(call gb_Module_add_check_targets
,shell,\
72 CppunitTest_shell_zip \
76 ifeq ($(BUILD_X64
),TRUE
)
77 $(eval
$(call gb_Module_add_targets
,shell,\
80 Library_propertyhdl_x64 \
81 Library_shlxthdl_x64 \
82 StaticLibrary_shlxthandler_common_x64 \
83 StaticLibrary_xmlparser_x64 \
87 ifneq ($(CXX_X64_BINARY
),)
88 $(eval
$(call gb_Module_add_targets
,shell,\
93 ifneq ($(CXX_X86_BINARY
),)
94 $(eval
$(call gb_Module_add_targets
,shell,\
102 $(eval
$(call gb_Module_add_targets
,shell,\
107 ifeq ($(filter DESKTOP
,$(BUILD_TYPE
)),DESKTOP
)
109 $(eval
$(call gb_Module_add_targets
,shell,\
115 $(eval
$(call gb_Module_add_targets
,shell,\
116 StaticLibrary_xmlparser \
117 Executable_uri_encode \
119 $(if
$(ENABLE_MACOSX_SANDBOX
),,Package_senddoc
) \
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: