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_BREAKPAD
), \
23 $(if
$(ENABLE_HEADLESS
),,Library_spl
) \
25 $(if
$(CUSTOM_BRAND_DIR
),Package_branding_custom
) \
29 $(eval
$(call gb_Module_add_l10n_targets
,desktop
,\
33 ifneq (,$(filter DESKTOP
,$(BUILD_TYPE
)))
34 $(eval
$(call gb_Module_add_targets
,desktop
,\
35 Executable_soffice_bin \
36 Executable_unopkg_bin \
37 $(if
$(ENABLE_BREAKPAD
),Executable_minidump_upload
) \
38 Library_migrationoo2 \
39 Library_migrationoo3 \
46 $(eval
$(call gb_Module_add_targets
,desktop
,\
52 CustomTarget_soffice \
55 ifeq ($(USING_X11
), TRUE
)
56 $(eval
$(call gb_Module_add_targets
,desktop
,\
72 $(eval
$(call gb_Module_add_targets
,desktop
,\
73 StaticLibrary_winloader \
74 StaticLibrary_winlauncher \
75 Executable_quickstart \
86 Executable_unopkg_com \
87 WinResTarget_quickstart \
91 WinResTarget_simpress \
92 WinResTarget_soffice \
93 WinResTarget_sofficebin \
96 WinResTarget_swriter \
99 else ifeq ($(OS
),MACOSX
)
101 else ifeq ($(OS
),ANDROID
)
103 else ifeq ($(OS
),IOS
)
107 $(eval
$(call gb_Module_add_targets
,desktop
,\
108 Executable_oosplash \
113 ifneq (,$(filter Extension_test-active
,$(MAKECMDGOALS
)))
114 $(eval
$(call gb_Module_add_targets
,desktop
, \
115 Extension_test-active \
117 Library_active_native \
121 ifneq (,$(filter Extension_test-passive
,$(MAKECMDGOALS
)))
122 $(eval
$(call gb_Module_add_targets
,desktop
, \
123 Extension_test-passive \
125 Library_passive_native \
126 Pyuno_passive_python \
127 Rdb_passive_generic \
128 Rdb_passive_platform \
132 $(eval
$(call gb_Module_add_check_targets
,desktop
, \
133 CppunitTest_desktop_app \
134 CppunitTest_desktop_version \
138 $(eval
$(call gb_Module_add_check_targets
,desktop
, \
139 CppunitTest_desktop_lib \
144 $(eval
$(call gb_Module_add_screenshot_targets
,desktop
,\
145 CppunitTest_desktop_dialogs_test \
148 # vim: set ts=4 sw=4 et: