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
) \
18 ifeq ($(ENABLE_GIO
),TRUE
)
19 $(eval
$(call gb_Module_add_targets
,shell,\
20 Library_losessioninstall \
25 ifeq ($(ENABLE_GCONF
),TRUE
)
26 $(eval
$(call gb_Module_add_targets
,shell,\
31 ifeq ($(ENABLE_KDE4
),TRUE
)
32 $(eval
$(call gb_Module_add_targets
,shell,\
37 ifeq ($(ENABLE_KDE
),TRUE
)
38 $(eval
$(call gb_Module_add_targets
,shell,\
43 ifeq ($(ENABLE_TDE
),TRUE
)
44 $(eval
$(call gb_Module_add_targets
,shell,\
49 ifneq ($(filter TRUE
,$(ENABLE_KDE
) $(ENABLE_TDE
)),)
50 $(eval
$(call gb_Module_add_targets
,shell,\
56 $(eval
$(call gb_Module_add_targets
,shell,\
62 StaticLibrary_simplemapi \
66 $(eval
$(call gb_Module_add_targets
,shell,\
67 CustomTarget_shlxthdl_res \
71 StaticLibrary_shlxthandler_common \
72 StaticLibrary_xmlparser \
73 WinResTarget_shlxthdl \
77 ifeq ($(BUILD_X64
),TRUE
)
78 $(eval
$(call gb_Module_add_targets
,shell,\
81 Library_propertyhdl_x64 \
82 Library_shlxthdl_x64 \
83 StaticLibrary_shlxthandler_common_x64 \
84 StaticLibrary_xmlparser_x64 \
91 $(eval
$(call gb_Module_add_targets
,shell,\
96 ifeq ($(filter DESKTOP
,$(BUILD_TYPE
)),DESKTOP
)
98 $(eval
$(call gb_Module_add_targets
,shell,\
99 Executable_lngconvex \
104 $(eval
$(call gb_Module_add_targets
,shell,\
105 Executable_gnome_open_url \
106 Executable_uri_encode \
110 Package_scripts_gnome \
111 Package_scripts_kde \
113 StaticLibrary_xmlparser \
116 ifneq ($(filter-out MACOSX IOS ANDROID
,$(OS
)),)
117 $(eval
$(call gb_Module_add_targets
,shell,\
126 # vim: set shiftwidth=4 tabstop=4 noexpandtab: