Bump for 4.0-15
[LibreOffice.git] / shell / Module_shell.mk
blob3726c4fa1c1aace39564d04fbf2910cf9ff25337
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
2 # Version: MPL 1.1 / GPLv3+ / LGPLv3+
4 # The contents of this file are subject to the Mozilla Public License Version
5 # 1.1 (the "License"); you may not use this file except in compliance with
6 # the License or as specified alternatively below. You may obtain a copy of
7 # the License at http://www.mozilla.org/MPL/
9 # Software distributed under the License is distributed on an "AS IS" basis,
10 # WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
11 # for the specific language governing rights and limitations under the
12 # License.
14 # Major Contributor(s):
15 # Copyright (C) 2012 Red Hat, Inc., David Tardon <dtardon@redhat.com>
16 # (initial developer)
18 # All Rights Reserved.
20 # For minor contributions see the git repository.
22 # Alternatively, the contents of this file may be used under the terms of
23 # either the GNU General Public License Version 3 or later (the "GPLv3+"), or
24 # the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
25 # in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
26 # instead of those above.
28 $(eval $(call gb_Module_Module,shell))
30 $(eval $(call gb_Module_add_targets,shell,\
31 Library_desktopbe \
32 Library_localebe \
35 ifeq ($(OS),LINUX)
36 ifeq ($(ENABLE_GIO),TRUE)
37 $(eval $(call gb_Module_add_targets,shell,\
38 Library_losessioninstall \
40 endif
41 endif
43 ifeq ($(ENABLE_GCONF),TRUE)
44 $(eval $(call gb_Module_add_targets,shell,\
45 Library_gconfbe \
47 endif
49 ifeq ($(ENABLE_KDE4),TRUE)
50 $(eval $(call gb_Module_add_targets,shell,\
51 Library_kde4be \
53 endif
55 ifeq ($(ENABLE_KDE),TRUE)
56 $(eval $(call gb_Module_add_targets,shell,\
57 Library_kdebe \
59 endif
61 ifeq ($(ENABLE_TDE),TRUE)
62 $(eval $(call gb_Module_add_targets,shell,\
63 Library_tdebe \
65 endif
67 ifneq ($(filter TRUE,$(ENABLE_KDE) $(ENABLE_TDE)),)
68 $(eval $(call gb_Module_add_targets,shell,\
69 Package_inc \
71 endif
73 ifeq ($(OS),WNT)
75 $(eval $(call gb_Module_add_targets,shell,\
76 Executable_regsvrex \
77 Executable_senddoc \
78 Library_smplmail \
79 Library_syssh_win \
80 Library_wininetbe \
81 StaticLibrary_simplemapi \
84 ifeq ($(COM),MSC)
85 $(eval $(call gb_Module_add_targets,shell,\
86 CustomTarget_shlxthdl_res \
87 Library_ooofilt \
88 Library_propertyhdl \
89 Library_shlxthdl \
90 StaticLibrary_shlxthandler_common \
91 StaticLibrary_xmlparser \
92 WinResTarget_shlxthdl \
94 endif
96 ifeq ($(BUILD_X64),TRUE)
97 $(eval $(call gb_Module_add_targets,shell,\
98 CustomTarget_x64 \
99 Library_ooofilt_x64 \
100 Library_propertyhdl_x64 \
101 Library_shlxthdl_x64 \
102 StaticLibrary_shlxthandler_common_x64 \
103 StaticLibrary_xmlparser_x64 \
105 endif
107 endif
109 ifeq ($(OS),MACOSX)
110 $(eval $(call gb_Module_add_targets,shell,\
111 Library_macbe \
113 endif
115 ifeq ($(filter DESKTOP,$(BUILD_TYPE)),DESKTOP)
117 $(eval $(call gb_Module_add_targets,shell,\
118 Executable_lngconvex \
121 ifeq ($(GUI),UNX)
123 $(eval $(call gb_Module_add_targets,shell,\
124 Executable_gnome_open_url \
125 Executable_uri_encode \
126 Library_cmdmail \
127 Library_syssh \
128 Package_scripts \
129 StaticLibrary_xmlparser \
132 ifneq ($(filter-out MACOSX IOS ANDROID,$(OS)),)
133 $(eval $(call gb_Module_add_targets,shell,\
134 Library_recentfile \
136 endif
138 endif
140 endif
142 # vim: set shiftwidth=4 tabstop=4 noexpandtab: