2011-12-06 21:15:10 +00:00
|
|
|
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
|
2011-09-15 14:44:34 +02:00
|
|
|
#
|
2013-04-19 21:10:42 +01:00
|
|
|
# This file is part of the LibreOffice project.
|
2011-09-15 14:44:34 +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/.
|
2011-09-15 14:44:34 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
$(eval $(call gb_Module_Module,desktop))
|
|
|
|
|
|
|
|
$(eval $(call gb_Module_add_targets,desktop,\
|
2013-10-17 14:29:00 +02:00
|
|
|
CustomTarget_desktop_unopackages_install \
|
|
|
|
GeneratedPackage_desktop_unopackages_install \
|
2012-01-16 16:37:49 +02:00
|
|
|
Library_deployment \
|
2013-03-27 19:33:54 +02:00
|
|
|
Library_deploymentgui \
|
2011-12-12 20:24:30 +02:00
|
|
|
Library_deploymentmisc \
|
2011-11-16 11:06:57 +02:00
|
|
|
Library_offacc \
|
|
|
|
Library_sofficeapp \
|
2013-04-15 13:36:02 +02:00
|
|
|
$(if $(ENABLE_HEADLESS),,Library_spl) \
|
2013-04-30 17:44:21 +02:00
|
|
|
Package_branding \
|
|
|
|
$(if $(CUSTOM_BRAND_DIR),Package_branding_custom) \
|
2011-11-16 11:06:57 +02:00
|
|
|
))
|
|
|
|
|
2013-11-13 02:12:48 +01:00
|
|
|
$(eval $(call gb_Module_add_l10n_targets,desktop,\
|
|
|
|
AllLangResTarget_deployment \
|
|
|
|
AllLangResTarget_deploymentgui \
|
|
|
|
AllLangResTarget_dkt \
|
2013-12-16 16:51:35 +01:00
|
|
|
UIConfig_deployment \
|
2013-11-13 02:12:48 +01:00
|
|
|
))
|
|
|
|
|
2011-11-16 11:06:57 +02:00
|
|
|
ifneq (,$(filter DESKTOP,$(BUILD_TYPE)))
|
|
|
|
$(eval $(call gb_Module_add_targets,desktop,\
|
2014-03-03 23:28:28 +01:00
|
|
|
Executable_soffice_bin \
|
|
|
|
Executable_unopkg_bin \
|
2011-09-15 14:44:34 +02:00
|
|
|
Library_migrationoo2 \
|
|
|
|
Library_migrationoo3 \
|
2012-01-16 11:56:35 +02:00
|
|
|
Library_unopkgapp \
|
2011-09-20 09:17:00 +02:00
|
|
|
Package_scripts \
|
2011-09-15 14:44:34 +02:00
|
|
|
))
|
2012-01-14 15:28:10 +01:00
|
|
|
|
|
|
|
ifneq ($(OS),MACOSX)
|
|
|
|
ifneq ($(OS),WNT)
|
2012-01-11 17:31:44 +01:00
|
|
|
$(eval $(call gb_Module_add_targets,desktop,\
|
2013-11-04 01:06:31 -06:00
|
|
|
Pagein_calc \
|
|
|
|
Pagein_common \
|
|
|
|
Pagein_draw \
|
|
|
|
Pagein_impress \
|
|
|
|
Pagein_writer \
|
2012-03-30 20:29:04 +02:00
|
|
|
CustomTarget_soffice \
|
2014-10-31 23:24:54 +01:00
|
|
|
Package_sbase_sh \
|
|
|
|
Package_scalc_sh \
|
|
|
|
Package_sdraw_sh \
|
|
|
|
Package_simpress_sh \
|
|
|
|
Package_smath_sh \
|
|
|
|
Package_swriter_sh \
|
2012-01-11 17:31:44 +01:00
|
|
|
Package_soffice_sh \
|
|
|
|
))
|
|
|
|
endif
|
2011-11-16 11:06:57 +02:00
|
|
|
endif
|
2012-01-14 15:28:10 +01:00
|
|
|
endif
|
2011-09-15 14:44:34 +02:00
|
|
|
|
|
|
|
ifeq ($(OS),WNT)
|
|
|
|
|
|
|
|
$(eval $(call gb_Module_add_targets,desktop,\
|
2014-12-02 18:12:54 +01:00
|
|
|
StaticLibrary_winloader \
|
2012-03-14 12:30:53 +01:00
|
|
|
StaticLibrary_winlauncher \
|
2011-09-15 14:44:34 +02:00
|
|
|
Executable_quickstart \
|
|
|
|
Executable_sbase \
|
|
|
|
Executable_scalc \
|
|
|
|
Executable_sdraw \
|
|
|
|
Executable_simpress \
|
|
|
|
Executable_smath \
|
2011-09-20 11:00:35 +02:00
|
|
|
Executable_soffice \
|
2011-09-15 14:44:34 +02:00
|
|
|
Executable_sweb \
|
|
|
|
Executable_swriter \
|
|
|
|
Executable_unoinfo \
|
2011-09-20 15:47:45 +02:00
|
|
|
Executable_unopkg \
|
2014-03-03 23:28:28 +01:00
|
|
|
Executable_unopkg_com \
|
2011-09-15 14:44:34 +02:00
|
|
|
WinResTarget_quickstart \
|
|
|
|
WinResTarget_sbase \
|
|
|
|
WinResTarget_scalc \
|
|
|
|
WinResTarget_sdraw \
|
|
|
|
WinResTarget_simpress \
|
|
|
|
WinResTarget_soffice \
|
2012-01-18 13:11:11 +01:00
|
|
|
WinResTarget_sofficebin \
|
2011-09-15 14:44:34 +02:00
|
|
|
WinResTarget_smath \
|
|
|
|
WinResTarget_sweb \
|
|
|
|
WinResTarget_swriter \
|
|
|
|
))
|
|
|
|
|
2011-09-28 12:40:37 +02:00
|
|
|
else ifeq ($(OS),MACOSX)
|
2011-09-15 14:44:34 +02:00
|
|
|
|
2013-09-11 10:22:29 +02:00
|
|
|
$(eval $(call gb_Module_add_targets,desktop,\
|
|
|
|
Package_desktop_install \
|
|
|
|
))
|
|
|
|
|
2011-09-28 12:40:37 +02:00
|
|
|
else ifeq ($(OS),ANDROID)
|
|
|
|
|
|
|
|
else ifeq ($(OS),IOS)
|
|
|
|
|
2011-09-15 14:44:34 +02:00
|
|
|
else
|
|
|
|
|
|
|
|
$(eval $(call gb_Module_add_targets,desktop,\
|
|
|
|
Executable_oosplash \
|
|
|
|
))
|
|
|
|
|
|
|
|
endif
|
|
|
|
|
2013-12-16 11:23:54 +01:00
|
|
|
ifneq (,$(filter Extension_test-active,$(MAKECMDGOALS)))
|
|
|
|
$(eval $(call gb_Module_add_targets,desktop, \
|
|
|
|
Extension_test-active \
|
|
|
|
Jar_active_java \
|
|
|
|
Library_active_native \
|
|
|
|
))
|
|
|
|
endif
|
|
|
|
|
2013-03-07 11:05:57 +01:00
|
|
|
ifneq (,$(filter Extension_test-passive,$(MAKECMDGOALS)))
|
|
|
|
$(eval $(call gb_Module_add_targets,desktop, \
|
|
|
|
Extension_test-passive \
|
|
|
|
Jar_passive_java \
|
|
|
|
Library_passive_native \
|
|
|
|
Pyuno_passive_python \
|
|
|
|
Rdb_passive_generic \
|
|
|
|
Rdb_passive_platform \
|
|
|
|
))
|
|
|
|
endif
|
|
|
|
|
2015-05-04 15:34:10 +02:00
|
|
|
$(eval $(call gb_Module_add_check_targets,desktop, \
|
|
|
|
CppunitTest_desktop_version \
|
|
|
|
))
|
|
|
|
|
2011-09-15 14:44:34 +02:00
|
|
|
# vim: set ts=4 sw=4 et:
|