1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
3 # This file is part of the LibreOffice project.
5 # This Source Code Form is subject to the terms of the Mozilla Public
6 # License, v. 2.0. If a copy of the MPL was not distributed with this
7 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 $(eval
$(call gb_Module_Module
,desktop
))
12 $(eval
$(call gb_Module_add_targets
,desktop
,\
13 CustomTarget_desktop_unopackages_install \
14 GeneratedPackage_desktop_unopackages_install \
16 Library_deploymentgui \
17 Library_deploymentmisc \
20 $(if
$(ENABLE_HEADLESS
),,Library_spl
) \
22 $(if
$(CUSTOM_BRAND_DIR
),Package_branding_custom
) \
25 $(eval
$(call gb_Module_add_l10n_targets
,desktop
,\
26 AllLangResTarget_deployment \
27 AllLangResTarget_deploymentgui \
28 AllLangResTarget_dkt \
32 ifneq (,$(filter DESKTOP
,$(BUILD_TYPE
)))
33 $(eval
$(call gb_Module_add_targets
,desktop
,\
34 Executable_soffice_bin \
35 Executable_unopkg_bin \
36 Library_migrationoo2 \
37 Library_migrationoo3 \
44 $(eval
$(call gb_Module_add_targets
,desktop
,\
50 CustomTarget_soffice \
65 $(eval
$(call gb_Module_add_targets
,desktop
,\
66 StaticLibrary_winloader \
67 StaticLibrary_winlauncher \
68 Executable_quickstart \
79 Executable_unopkg_com \
80 WinResTarget_quickstart \
84 WinResTarget_simpress \
85 WinResTarget_soffice \
86 WinResTarget_sofficebin \
89 WinResTarget_swriter \
92 else ifeq ($(OS
),MACOSX
)
94 $(eval
$(call gb_Module_add_targets
,desktop
,\
95 Package_desktop_install \
98 else ifeq ($(OS
),ANDROID
)
100 else ifeq ($(OS
),IOS
)
104 $(eval
$(call gb_Module_add_targets
,desktop
,\
105 Executable_oosplash \
110 ifneq (,$(filter Extension_test-active
,$(MAKECMDGOALS
)))
111 $(eval
$(call gb_Module_add_targets
,desktop
, \
112 Extension_test-active \
114 Library_active_native \
118 ifneq (,$(filter Extension_test-passive
,$(MAKECMDGOALS
)))
119 $(eval
$(call gb_Module_add_targets
,desktop
, \
120 Extension_test-passive \
122 Library_passive_native \
123 Pyuno_passive_python \
124 Rdb_passive_generic \
125 Rdb_passive_platform \
129 $(eval
$(call gb_Module_add_check_targets
,desktop
, \
130 CppunitTest_desktop_version \
133 # vim: set ts=4 sw=4 et: