2012-04-28 20:48:14 +02:00
|
|
|
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
|
|
|
|
#
|
2013-04-19 21:10:42 +01:00
|
|
|
# This file is part of the LibreOffice project.
|
2012-04-28 20:48:14 +02:00
|
|
|
#
|
2013-04-19 21:10:42 +01:00
|
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
2012-04-28 20:48:14 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
$(eval $(call gb_Module_Module,shell))
|
|
|
|
|
|
|
|
$(eval $(call gb_Module_add_targets,shell,\
|
2013-04-15 12:41:49 +02:00
|
|
|
$(if $(filter-out MACOSX WNT,$(OS)),Library_desktopbe) \
|
2012-04-28 20:48:14 +02:00
|
|
|
Library_localebe \
|
2012-11-09 20:54:11 +01:00
|
|
|
))
|
|
|
|
|
2014-06-11 11:28:14 +02:00
|
|
|
ifneq ($(filter DRAGONFLY FREEBSD LINUX NETBSD OPENBSD,$(OS)),)
|
2012-11-09 20:54:11 +01:00
|
|
|
ifeq ($(ENABLE_GIO),TRUE)
|
|
|
|
$(eval $(call gb_Module_add_targets,shell,\
|
2012-11-09 19:10:38 +01:00
|
|
|
Library_losessioninstall \
|
2012-04-28 20:48:14 +02:00
|
|
|
))
|
2012-11-09 20:54:11 +01:00
|
|
|
endif
|
2014-11-10 17:33:47 +01:00
|
|
|
endif
|
|
|
|
|
|
|
|
ifeq ($(OS),SOLARIS)
|
|
|
|
ifeq ($(ENABLE_GIO),TRUE)
|
|
|
|
$(eval $(call gb_Module_add_targets,shell,\
|
|
|
|
Library_losessioninstall \
|
|
|
|
))
|
|
|
|
endif
|
2012-11-09 20:54:11 +01:00
|
|
|
endif
|
2012-04-28 20:48:14 +02:00
|
|
|
|
|
|
|
ifeq ($(ENABLE_KDE4),TRUE)
|
|
|
|
$(eval $(call gb_Module_add_targets,shell,\
|
|
|
|
Library_kde4be \
|
|
|
|
))
|
|
|
|
endif
|
|
|
|
|
2018-01-10 17:12:00 +01:00
|
|
|
ifeq ($(ENABLE_KDE5),TRUE)
|
|
|
|
$(eval $(call gb_Module_add_targets,shell,\
|
|
|
|
Library_kde5be \
|
|
|
|
))
|
|
|
|
endif
|
|
|
|
|
2012-05-28 15:04:18 +02:00
|
|
|
ifeq ($(OS),WNT)
|
2012-04-28 20:48:14 +02:00
|
|
|
|
|
|
|
$(eval $(call gb_Module_add_targets,shell,\
|
|
|
|
Executable_regsvrex \
|
|
|
|
Executable_senddoc \
|
|
|
|
Library_smplmail \
|
|
|
|
Library_wininetbe \
|
|
|
|
))
|
|
|
|
|
2012-05-28 15:04:18 +02:00
|
|
|
ifeq ($(COM),MSC)
|
2012-04-28 20:48:14 +02:00
|
|
|
$(eval $(call gb_Module_add_targets,shell,\
|
|
|
|
CustomTarget_shlxthdl_res \
|
|
|
|
Library_ooofilt \
|
|
|
|
Library_propertyhdl \
|
|
|
|
Library_shlxthdl \
|
|
|
|
StaticLibrary_shlxthandler_common \
|
|
|
|
StaticLibrary_xmlparser \
|
|
|
|
WinResTarget_shlxthdl \
|
2017-03-14 11:59:12 +02:00
|
|
|
CustomTarget_spsupp_idl \
|
|
|
|
Library_spsupp \
|
|
|
|
WinResTarget_spsupp \
|
2012-04-28 20:48:14 +02:00
|
|
|
))
|
2013-07-18 11:30:10 +02:00
|
|
|
|
|
|
|
$(eval $(call gb_Module_add_check_targets,shell,\
|
|
|
|
CppunitTest_shell_zip \
|
|
|
|
))
|
2012-04-28 20:48:14 +02:00
|
|
|
endif
|
|
|
|
|
2012-05-29 15:21:01 +02:00
|
|
|
ifeq ($(BUILD_X64),TRUE)
|
2012-04-28 20:48:14 +02:00
|
|
|
$(eval $(call gb_Module_add_targets,shell,\
|
|
|
|
CustomTarget_x64 \
|
|
|
|
Library_ooofilt_x64 \
|
|
|
|
Library_propertyhdl_x64 \
|
|
|
|
Library_shlxthdl_x64 \
|
|
|
|
StaticLibrary_shlxthandler_common_x64 \
|
|
|
|
StaticLibrary_xmlparser_x64 \
|
2017-03-14 11:59:12 +02:00
|
|
|
Library_spsupp_x64 \
|
2012-04-28 20:48:14 +02:00
|
|
|
))
|
|
|
|
endif
|
|
|
|
|
|
|
|
endif
|
|
|
|
|
|
|
|
ifeq ($(OS),MACOSX)
|
|
|
|
$(eval $(call gb_Module_add_targets,shell,\
|
|
|
|
Library_macbe \
|
|
|
|
))
|
|
|
|
endif
|
|
|
|
|
|
|
|
ifeq ($(filter DESKTOP,$(BUILD_TYPE)),DESKTOP)
|
|
|
|
|
|
|
|
$(eval $(call gb_Module_add_targets,shell,\
|
|
|
|
Executable_lngconvex \
|
2014-03-03 22:39:09 +01:00
|
|
|
Library_syssh \
|
2014-03-07 10:32:45 +02:00
|
|
|
))
|
|
|
|
|
2015-10-02 09:59:59 +02:00
|
|
|
ifeq ($(USING_X11),TRUE)
|
2012-04-28 20:48:14 +02:00
|
|
|
$(eval $(call gb_Module_add_targets,shell,\
|
2014-03-07 10:17:19 +02:00
|
|
|
Library_recentfile \
|
2014-08-11 11:42:33 +03:00
|
|
|
))
|
|
|
|
endif
|
|
|
|
|
|
|
|
ifneq ($(OS),WNT)
|
|
|
|
|
|
|
|
$(eval $(call gb_Module_add_targets,shell,\
|
2016-12-24 06:07:05 +01:00
|
|
|
StaticLibrary_xmlparser \
|
2014-11-06 14:11:35 +01:00
|
|
|
Executable_uri_encode \
|
2014-08-11 11:42:33 +03:00
|
|
|
Library_cmdmail \
|
2016-12-24 06:07:05 +01:00
|
|
|
$(if $(ENABLE_MACOSX_SANDBOX),,Package_senddoc) \
|
2012-04-28 20:48:14 +02:00
|
|
|
))
|
|
|
|
|
|
|
|
endif
|
|
|
|
|
|
|
|
endif
|
|
|
|
|
|
|
|
# vim: set shiftwidth=4 tabstop=4 noexpandtab:
|