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 $(eval
$(call gb_Module_add_targets
,shell,\
13 $(if
$(filter-out MACOSX WNT
,$(OS
)),Library_desktopbe
) \
17 ifneq ($(filter DRAGONFLY FREEBSD LINUX NETBSD OPENBSD
,$(OS
)),)
18 ifeq ($(ENABLE_GIO
),TRUE
)
19 $(eval
$(call gb_Module_add_targets
,shell,\
20 Library_losessioninstall \
26 ifeq ($(ENABLE_GIO
),TRUE
)
27 $(eval
$(call gb_Module_add_targets
,shell,\
28 Library_losessioninstall \
33 ifeq ($(ENABLE_KF5
),TRUE
)
34 $(eval
$(call gb_Module_add_targets
,shell,\
41 $(eval
$(call gb_Module_add_targets
,shell,\
46 Executable_spsupp_helper \
50 $(eval
$(call gb_Module_add_targets
,shell,\
51 CustomTarget_shlxthdl_res \
55 StaticLibrary_shlxthandler_common \
56 StaticLibrary_xmlparser \
57 WinResTarget_shlxthdl \
58 CustomTarget_spsupp_idl \
60 WinResTarget_spsupp_dlg \
63 $(eval
$(call gb_Module_add_check_targets
,shell,\
64 CppunitTest_shell_zip \
68 ifeq ($(BUILD_X64
),TRUE
)
69 $(eval
$(call gb_Module_add_targets
,shell,\
72 Library_propertyhdl_x64 \
73 Library_shlxthdl_x64 \
74 StaticLibrary_shlxthandler_common_x64 \
75 StaticLibrary_xmlparser_x64 \
79 ifneq ($(CXX_X64_BINARY
),)
80 $(eval
$(call gb_Module_add_targets
,shell,\
85 ifneq ($(CXX_X86_BINARY
),)
86 $(eval
$(call gb_Module_add_targets
,shell,\
94 $(eval
$(call gb_Module_add_targets
,shell,\
99 ifeq ($(filter DESKTOP
,$(BUILD_TYPE
)),DESKTOP
)
101 $(eval
$(call gb_Module_add_targets
,shell,\
102 Executable_lngconvex \
108 $(eval
$(call gb_Module_add_targets
,shell,\
109 StaticLibrary_xmlparser \
110 Executable_uri_encode \
112 $(if
$(ENABLE_MACOSX_SANDBOX
),,Package_senddoc
) \
119 $(eval
$(call gb_Module_add_l10n_targets
,shell,\
120 AllLangMoTarget_shell \
123 # vim: set shiftwidth=4 tabstop=4 noexpandtab: