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 AllLangResTarget_deployment \
14 AllLangResTarget_deploymentgui \
15 AllLangResTarget_dkt \
17 Library_deploymentgui \
18 Library_deploymentmisc \
21 $(if
$(ENABLE_HEADLESS
),,Library_spl
) \
23 $(if
$(CUSTOM_BRAND_DIR
),Package_branding_custom
) \
28 $(eval
$(call gb_Module_add_targets
,desktop
,\
33 ifneq (,$(filter DESKTOP
,$(BUILD_TYPE
)))
34 $(eval
$(call gb_Module_add_targets
,desktop
,\
35 Executable_unopkg.bin \
36 Library_migrationoo2 \
37 Library_migrationoo3 \
39 $(if
$(gb_RUNNABLE_INSTDIR
),\
40 Package_pagein_install \
41 Package_scripts_install \
52 $(eval
$(call gb_Module_add_targets
,desktop
,\
53 Executable_soffice.bin \
59 $(eval
$(call gb_Module_add_targets
,desktop
,\
60 CustomTarget_soffice \
69 $(eval
$(call gb_Module_add_targets
,desktop
,\
70 StaticLibrary_winextendloaderenv \
71 StaticLibrary_winlauncher \
72 Executable_crashrep.com \
73 Executable_quickstart \
80 Executable_soffice_bin \
85 Executable_unopkg.com \
87 WinResTarget_quickstart \
91 WinResTarget_simpress \
92 WinResTarget_soffice \
93 WinResTarget_sofficebin \
96 WinResTarget_swriter \
99 else ifeq ($(OS
),MACOSX
)
101 $(eval
$(call gb_Module_add_targets
,desktop
,\
102 Executable_officeloader \
105 else ifeq ($(OS
),ANDROID
)
107 else ifeq ($(OS
),IOS
)
111 $(eval
$(call gb_Module_add_targets
,desktop
,\
112 Executable_oosplash \
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 # vim: set ts=4 sw=4 et: