Remove unused python code
[LibreOffice.git] / shell / Module_shell.mk
blob48e0aaecdfb3ab5ff5b679124171a27d0c27a0c8
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) \
14 Library_localebe \
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 \
22 endif
23 endif
25 ifeq ($(OS),SOLARIS)
26 ifeq ($(ENABLE_GIO),TRUE)
27 $(eval $(call gb_Module_add_targets,shell,\
28 Library_losessioninstall \
30 endif
31 endif
33 ifeq ($(ENABLE_KDE5),TRUE)
34 $(eval $(call gb_Module_add_targets,shell,\
35 Library_kde5be \
37 endif
39 ifeq ($(OS),WNT)
41 $(eval $(call gb_Module_add_targets,shell,\
42 Executable_regsvrex \
43 Executable_senddoc \
44 Library_smplmail \
45 Library_wininetbe \
48 ifeq ($(COM),MSC)
49 $(eval $(call gb_Module_add_targets,shell,\
50 CustomTarget_shlxthdl_res \
51 Library_ooofilt \
52 Library_propertyhdl \
53 Library_shlxthdl \
54 StaticLibrary_shlxthandler_common \
55 StaticLibrary_xmlparser \
56 WinResTarget_shlxthdl \
57 CustomTarget_spsupp_idl \
58 Library_spsupp \
59 WinResTarget_spsupp \
62 $(eval $(call gb_Module_add_check_targets,shell,\
63 CppunitTest_shell_zip \
65 endif
67 ifeq ($(BUILD_X64),TRUE)
68 $(eval $(call gb_Module_add_targets,shell,\
69 CustomTarget_x64 \
70 Library_ooofilt_x64 \
71 Library_propertyhdl_x64 \
72 Library_shlxthdl_x64 \
73 StaticLibrary_shlxthandler_common_x64 \
74 StaticLibrary_xmlparser_x64 \
75 Library_spsupp_x64 \
77 endif
79 endif
81 ifeq ($(OS),MACOSX)
82 $(eval $(call gb_Module_add_targets,shell,\
83 Library_macbe \
85 endif
87 ifeq ($(filter DESKTOP,$(BUILD_TYPE)),DESKTOP)
89 $(eval $(call gb_Module_add_targets,shell,\
90 Executable_lngconvex \
91 Library_syssh \
94 ifeq ($(USING_X11),TRUE)
95 $(eval $(call gb_Module_add_targets,shell,\
96 Library_recentfile \
98 endif
100 ifneq ($(OS),WNT)
102 $(eval $(call gb_Module_add_targets,shell,\
103 StaticLibrary_xmlparser \
104 Executable_uri_encode \
105 Library_cmdmail \
106 $(if $(ENABLE_MACOSX_SANDBOX),,Package_senddoc) \
109 endif
111 endif
113 # vim: set shiftwidth=4 tabstop=4 noexpandtab: