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,\
36 ifeq ($(ENABLE_GIO
),TRUE
)
37 $(eval
$(call gb_Module_add_targets
,shell,\
38 Library_losessioninstall \
43 ifeq ($(ENABLE_GCONF
),TRUE
)
44 $(eval
$(call gb_Module_add_targets
,shell,\
49 ifeq ($(ENABLE_KDE4
),TRUE
)
50 $(eval
$(call gb_Module_add_targets
,shell,\
55 ifeq ($(ENABLE_KDE
),TRUE
)
56 $(eval
$(call gb_Module_add_targets
,shell,\
61 ifeq ($(ENABLE_TDE
),TRUE
)
62 $(eval
$(call gb_Module_add_targets
,shell,\
67 ifneq ($(filter TRUE
,$(ENABLE_KDE
) $(ENABLE_TDE
)),)
68 $(eval
$(call gb_Module_add_targets
,shell,\
75 $(eval
$(call gb_Module_add_targets
,shell,\
81 StaticLibrary_simplemapi \
85 $(eval
$(call gb_Module_add_targets
,shell,\
86 CustomTarget_shlxthdl_res \
90 StaticLibrary_shlxthandler_common \
91 StaticLibrary_xmlparser \
92 WinResTarget_shlxthdl \
96 ifeq ($(BUILD_X64
),TRUE
)
97 $(eval
$(call gb_Module_add_targets
,shell,\
100 Library_propertyhdl_x64 \
101 Library_shlxthdl_x64 \
102 StaticLibrary_shlxthandler_common_x64 \
103 StaticLibrary_xmlparser_x64 \
110 $(eval
$(call gb_Module_add_targets
,shell,\
115 ifeq ($(filter DESKTOP
,$(BUILD_TYPE
)),DESKTOP
)
117 $(eval
$(call gb_Module_add_targets
,shell,\
118 Executable_lngconvex \
123 $(eval
$(call gb_Module_add_targets
,shell,\
124 Executable_gnome_open_url \
125 Executable_uri_encode \
129 StaticLibrary_xmlparser \
132 ifneq ($(filter-out MACOSX IOS ANDROID
,$(OS
)),)
133 $(eval
$(call gb_Module_add_targets
,shell,\
142 # vim: set shiftwidth=4 tabstop=4 noexpandtab: