Bump for 3.6-28
[LibreOffice.git] / shell / Module_shell.mk
blobde1cec2a9fde3bf7a3027129567b7dfecb9e8563
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 InternalUnoApi_localebe \
32 Library_desktopbe \
33 Library_localebe \
36 ifeq ($(ENABLE_GCONF),TRUE)
37 $(eval $(call gb_Module_add_targets,shell,\
38 Library_gconfbe \
40 endif
42 ifeq ($(ENABLE_KDE4),TRUE)
43 $(eval $(call gb_Module_add_targets,shell,\
44 Library_kde4be \
46 endif
48 ifeq ($(ENABLE_KDE),TRUE)
49 $(eval $(call gb_Module_add_targets,shell,\
50 Library_kdebe \
52 endif
54 ifeq ($(ENABLE_TDE),TRUE)
55 $(eval $(call gb_Module_add_targets,shell,\
56 Library_tdebe \
58 endif
60 ifneq ($(filter TRUE,$(ENABLE_KDE) $(ENABLE_TDE)),)
61 $(eval $(call gb_Module_add_targets,shell,\
62 Package_inc \
64 endif
66 ifeq ($(OS),WNT)
68 $(eval $(call gb_Module_add_targets,shell,\
69 Executable_regsvrex \
70 Executable_senddoc \
71 InternalUnoApi_smplmail \
72 InternalUnoApi_syssh_win \
73 InternalUnoApi_wininetbe \
74 Library_smplmail \
75 Library_syssh_win \
76 Library_wininetbe \
77 StaticLibrary_simplemapi \
80 ifeq ($(COM),MSC)
81 $(eval $(call gb_Module_add_targets,shell,\
82 CustomTarget_shlxthdl_res \
83 Library_ooofilt \
84 Library_propertyhdl \
85 Library_shlxthdl \
86 StaticLibrary_shlxthandler_common \
87 StaticLibrary_xmlparser \
88 WinResTarget_shlxthdl \
90 endif
92 ifeq ($(BUILD_X64),TRUE)
93 $(eval $(call gb_Module_add_targets,shell,\
94 CustomTarget_x64 \
95 Library_ooofilt_x64 \
96 Library_propertyhdl_x64 \
97 Library_shlxthdl_x64 \
98 StaticLibrary_shlxthandler_common_x64 \
99 StaticLibrary_xmlparser_x64 \
101 endif
103 endif
105 ifeq ($(OS),MACOSX)
106 $(eval $(call gb_Module_add_targets,shell,\
107 InternalUnoApi_macbe \
108 Library_macbe \
110 endif
112 ifeq ($(filter DESKTOP,$(BUILD_TYPE)),DESKTOP)
114 $(eval $(call gb_Module_add_targets,shell,\
115 Executable_lngconvex \
118 ifeq ($(GUI),UNX)
120 $(eval $(call gb_Module_add_targets,shell,\
121 Executable_gnome_open_url \
122 Executable_uri_encode \
123 InternalUnoApi_cmdmail \
124 InternalUnoApi_syssh \
125 Library_cmdmail \
126 Library_syssh \
127 Package_scripts \
128 StaticLibrary_xmlparser \
131 ifneq ($(filter-out MACOSX IOS ANDROID,$(OS)),)
132 $(eval $(call gb_Module_add_targets,shell,\
133 Library_recentfile \
135 endif
137 endif
139 endif
141 # vim: set shiftwidth=4 tabstop=4 noexpandtab: