tdf#81507: word content control support for w:multiLine
[LibreOffice.git] / desktop / Module_desktop.mk
blob1c8bdb5691b349d1a9c9006c2f3613966efb89a7
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 \
15 Library_deployment \
16 Library_deploymentgui \
17 Library_deploymentmisc \
18 Library_offacc \
19 Library_sofficeapp \
20 $(if $(ENABLE_BREAKPAD), \
21 Library_crashreport \
22 ) \
23 $(if $(DISABLE_GUI),,Library_spl) \
24 Package_branding \
25 $(if $(CUSTOM_BRAND_DIR),Package_branding_custom) \
26 UIConfig_deployment \
29 $(eval $(call gb_Module_add_l10n_targets,desktop,\
30 AllLangMoTarget_dkt \
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 \
40 Library_unopkgapp \
41 Package_scripts \
44 ifneq ($(OS),MACOSX)
45 ifneq ($(OS),WNT)
46 $(eval $(call gb_Module_add_targets,desktop,\
47 Pagein_calc \
48 Pagein_common \
49 Pagein_draw \
50 Pagein_impress \
51 Pagein_writer \
52 CustomTarget_soffice \
55 ifeq ($(USING_X11), TRUE)
56 $(eval $(call gb_Module_add_targets,desktop,\
57 Package_sbase_sh \
58 Package_scalc_sh \
59 Package_sdraw_sh \
60 Package_simpress_sh \
61 Package_smath_sh \
62 Package_swriter_sh \
63 Package_soffice_sh \
65 endif
66 endif
67 endif
68 endif
70 ifeq ($(OS),WNT)
72 $(eval $(call gb_Module_add_targets,desktop,\
73 StaticLibrary_winloader \
74 StaticLibrary_winlauncher \
75 Executable_quickstart \
76 Executable_sbase \
77 Executable_scalc \
78 Executable_sdraw \
79 Executable_simpress \
80 Executable_smath \
81 Executable_soffice_exe \
82 Executable_soffice_com \
83 Executable_soffice_safe \
84 Executable_sweb \
85 Executable_swriter \
86 Executable_unoinfo \
87 Executable_unopkg \
88 Executable_unopkg_com \
89 WinResTarget_quickstart \
90 WinResTarget_sbase \
91 WinResTarget_scalc \
92 WinResTarget_sdraw \
93 WinResTarget_simpress \
94 WinResTarget_soffice \
95 WinResTarget_sofficebin \
96 WinResTarget_smath \
97 WinResTarget_sweb \
98 WinResTarget_swriter \
101 else ifeq ($(OS),MACOSX)
103 else ifeq ($(OS),ANDROID)
105 else ifeq ($(OS),iOS)
107 else ifeq ($(OS),HAIKU)
109 else
111 $(eval $(call gb_Module_add_targets,desktop,\
112 Executable_oosplash \
115 endif
117 ifneq (,$(filter Extension_test-active,$(MAKECMDGOALS)))
118 $(eval $(call gb_Module_add_targets,desktop, \
119 Extension_test-active \
120 Jar_active_java \
121 Library_active_native \
123 endif
125 ifneq (,$(filter Extension_test-passive,$(MAKECMDGOALS)))
126 $(eval $(call gb_Module_add_targets,desktop, \
127 Extension_test-passive \
128 Jar_passive_java \
129 Library_passive_native \
130 Pyuno_passive_python \
131 Rdb_passive_generic \
132 Rdb_passive_platform \
134 endif
136 $(eval $(call gb_Module_add_check_targets,desktop, \
137 CppunitTest_desktop_app \
138 CppunitTest_desktop_version \
141 ifeq ($(OS),LINUX)
142 $(eval $(call gb_Module_add_check_targets,desktop, \
143 CppunitTest_desktop_lib \
144 CppunitTest_desktop_lokinit \
146 endif
148 # screenshots
149 $(eval $(call gb_Module_add_screenshot_targets,desktop,\
150 CppunitTest_desktop_dialogs_test \
153 # vim: set ts=4 sw=4 et: