bump product version to 5.0.4.1
[LibreOffice.git] / desktop / Module_desktop.mk
blobab04152731ce0e423cb4d5cc6b0df24247b01128
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_HEADLESS),,Library_spl) \
21 Package_branding \
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 \
29 UIConfig_deployment \
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 \
38 Library_unopkgapp \
39 Package_scripts \
42 ifneq ($(OS),MACOSX)
43 ifneq ($(OS),WNT)
44 $(eval $(call gb_Module_add_targets,desktop,\
45 Pagein_calc \
46 Pagein_common \
47 Pagein_draw \
48 Pagein_impress \
49 Pagein_writer \
50 CustomTarget_soffice \
51 Package_sbase_sh \
52 Package_scalc_sh \
53 Package_sdraw_sh \
54 Package_simpress_sh \
55 Package_smath_sh \
56 Package_swriter_sh \
57 Package_soffice_sh \
59 endif
60 endif
61 endif
63 ifeq ($(OS),WNT)
65 $(eval $(call gb_Module_add_targets,desktop,\
66 StaticLibrary_winloader \
67 StaticLibrary_winlauncher \
68 Executable_quickstart \
69 Executable_sbase \
70 Executable_scalc \
71 Executable_sdraw \
72 Executable_simpress \
73 Executable_smath \
74 Executable_soffice \
75 Executable_sweb \
76 Executable_swriter \
77 Executable_unoinfo \
78 Executable_unopkg \
79 Executable_unopkg_com \
80 WinResTarget_quickstart \
81 WinResTarget_sbase \
82 WinResTarget_scalc \
83 WinResTarget_sdraw \
84 WinResTarget_simpress \
85 WinResTarget_soffice \
86 WinResTarget_sofficebin \
87 WinResTarget_smath \
88 WinResTarget_sweb \
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)
102 else
104 $(eval $(call gb_Module_add_targets,desktop,\
105 Executable_oosplash \
108 endif
110 ifneq (,$(filter Extension_test-active,$(MAKECMDGOALS)))
111 $(eval $(call gb_Module_add_targets,desktop, \
112 Extension_test-active \
113 Jar_active_java \
114 Library_active_native \
116 endif
118 ifneq (,$(filter Extension_test-passive,$(MAKECMDGOALS)))
119 $(eval $(call gb_Module_add_targets,desktop, \
120 Extension_test-passive \
121 Jar_passive_java \
122 Library_passive_native \
123 Pyuno_passive_python \
124 Rdb_passive_generic \
125 Rdb_passive_platform \
127 endif
129 $(eval $(call gb_Module_add_check_targets,desktop, \
130 CppunitTest_desktop_version \
133 # vim: set ts=4 sw=4 et: