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_GCONF
),TRUE
)
34 $(eval
$(call gb_Module_add_targets
,shell,\
39 ifeq ($(ENABLE_KDE4
),TRUE
)
40 $(eval
$(call gb_Module_add_targets
,shell,\
45 ifeq ($(ENABLE_KDE
),TRUE
)
46 $(eval
$(call gb_Module_add_targets
,shell,\
51 ifeq ($(ENABLE_TDE
),TRUE
)
52 $(eval
$(call gb_Module_add_targets
,shell,\
57 ifneq ($(filter TRUE
,$(ENABLE_KDE
) $(ENABLE_TDE
)),)
58 $(eval
$(call gb_Module_add_targets
,shell,\
64 $(eval
$(call gb_Module_add_targets
,shell,\
69 StaticLibrary_simplemapi \
73 $(eval
$(call gb_Module_add_targets
,shell,\
74 CustomTarget_shlxthdl_res \
78 StaticLibrary_shlxthandler_common \
79 StaticLibrary_xmlparser \
80 WinResTarget_shlxthdl \
83 $(eval
$(call gb_Module_add_check_targets
,shell,\
84 CppunitTest_shell_zip \
88 ifeq ($(BUILD_X64
),TRUE
)
89 $(eval
$(call gb_Module_add_targets
,shell,\
92 Library_propertyhdl_x64 \
93 Library_shlxthdl_x64 \
94 StaticLibrary_shlxthandler_common_x64 \
95 StaticLibrary_xmlparser_x64 \
102 $(eval
$(call gb_Module_add_targets
,shell,\
107 ifeq ($(filter DESKTOP
,$(BUILD_TYPE
)),DESKTOP
)
109 $(eval
$(call gb_Module_add_targets
,shell,\
110 Executable_lngconvex \
116 $(eval
$(call gb_Module_add_targets
,shell,\
117 StaticLibrary_xmlparser \
122 ifneq ($(filter-out MACOSX WNT
,$(OS
)),)
123 ifneq ($(ENABLE_HEADLESS
),TRUE
)
125 $(eval
$(call gb_Module_add_targets
,shell,\
128 Package_scripts_gnome \
129 Package_scripts_kde \
137 $(eval
$(call gb_Module_add_targets
,shell,\
138 Executable_uri_encode \
147 # vim: set shiftwidth=4 tabstop=4 noexpandtab: