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
14 # Major Contributor(s):
15 # Copyright (C) 2012 Red Hat, Inc., David Tardon <dtardon@redhat.com>
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 \
36 ifeq ($(ENABLE_GCONF
),TRUE
)
37 $(eval
$(call gb_Module_add_targets
,shell,\
42 ifeq ($(ENABLE_KDE4
),TRUE
)
43 $(eval
$(call gb_Module_add_targets
,shell,\
48 ifeq ($(ENABLE_KDE
),TRUE
)
49 $(eval
$(call gb_Module_add_targets
,shell,\
54 ifeq ($(ENABLE_TDE
),TRUE
)
55 $(eval
$(call gb_Module_add_targets
,shell,\
60 ifneq ($(filter TRUE
,$(ENABLE_KDE
) $(ENABLE_TDE
)),)
61 $(eval
$(call gb_Module_add_targets
,shell,\
68 $(eval
$(call gb_Module_add_targets
,shell,\
71 InternalUnoApi_smplmail \
72 InternalUnoApi_syssh_win \
73 InternalUnoApi_wininetbe \
77 StaticLibrary_simplemapi \
81 $(eval
$(call gb_Module_add_targets
,shell,\
82 CustomTarget_shlxthdl_res \
86 StaticLibrary_shlxthandler_common \
87 StaticLibrary_xmlparser \
88 WinResTarget_shlxthdl \
92 ifeq ($(BUILD_X64
),TRUE
)
93 $(eval
$(call gb_Module_add_targets
,shell,\
96 Library_propertyhdl_x64 \
97 Library_shlxthdl_x64 \
98 StaticLibrary_shlxthandler_common_x64 \
99 StaticLibrary_xmlparser_x64 \
106 $(eval
$(call gb_Module_add_targets
,shell,\
107 InternalUnoApi_macbe \
112 ifeq ($(filter DESKTOP
,$(BUILD_TYPE
)),DESKTOP
)
114 $(eval
$(call gb_Module_add_targets
,shell,\
115 Executable_lngconvex \
120 $(eval
$(call gb_Module_add_targets
,shell,\
121 Executable_gnome_open_url \
122 Executable_uri_encode \
123 InternalUnoApi_cmdmail \
124 InternalUnoApi_syssh \
128 StaticLibrary_xmlparser \
131 ifneq ($(filter-out MACOSX IOS ANDROID
,$(OS
)),)
132 $(eval
$(call gb_Module_add_targets
,shell,\
141 # vim: set shiftwidth=4 tabstop=4 noexpandtab: