bump product version to 4.1.6.2
[LibreOffice.git] / desktop / Module_desktop.mk
blob2d322aa41d9aba0a55320f8abafd544ccbef65fd
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 \
16 Library_deployment \
17 Library_deploymentgui \
18 Library_deploymentmisc \
19 Library_offacc \
20 Library_sofficeapp \
21 $(if $(ENABLE_HEADLESS),,Library_spl) \
22 Package_branding \
23 $(if $(CUSTOM_BRAND_DIR),Package_branding_custom) \
24 UIConfig_deployment \
27 ifeq ($(OS),LINUX)
28 $(eval $(call gb_Module_add_targets,desktop,\
29 Library_libreoffice \
31 endif
33 ifneq (,$(filter DESKTOP,$(BUILD_TYPE)))
34 $(eval $(call gb_Module_add_targets,desktop,\
35 Executable_unopkg.bin \
36 Library_migrationoo2 \
37 Library_migrationoo3 \
38 Library_unopkgapp \
39 $(if $(gb_RUNNABLE_INSTDIR),\
40 Package_pagein_install \
41 Package_scripts_install \
42 ) \
43 Package_scripts \
44 Pagein_calc \
45 Pagein_common \
46 Pagein_draw \
47 Pagein_impress \
48 Pagein_writer \
51 ifneq ($(OS),WNT)
52 $(eval $(call gb_Module_add_targets,desktop,\
53 Executable_soffice.bin \
55 endif
57 ifneq ($(OS),MACOSX)
58 ifneq ($(OS),WNT)
59 $(eval $(call gb_Module_add_targets,desktop,\
60 CustomTarget_soffice \
61 Package_soffice_sh \
63 endif
64 endif
65 endif
67 ifeq ($(OS),WNT)
69 $(eval $(call gb_Module_add_targets,desktop,\
70 StaticLibrary_winextendloaderenv \
71 StaticLibrary_winlauncher \
72 Executable_crashrep.com \
73 Executable_quickstart \
74 Executable_sbase \
75 Executable_scalc \
76 Executable_sdraw \
77 Executable_simpress \
78 Executable_smath \
79 Executable_soffice \
80 Executable_soffice_bin \
81 Executable_sweb \
82 Executable_swriter \
83 Executable_unoinfo \
84 Executable_unopkg \
85 Executable_unopkg.com \
86 Package_soffice_bin \
87 WinResTarget_quickstart \
88 WinResTarget_sbase \
89 WinResTarget_scalc \
90 WinResTarget_sdraw \
91 WinResTarget_simpress \
92 WinResTarget_soffice \
93 WinResTarget_sofficebin \
94 WinResTarget_smath \
95 WinResTarget_sweb \
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)
109 else
111 $(eval $(call gb_Module_add_targets,desktop,\
112 Executable_oosplash \
113 Library_spl_unx \
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 # vim: set ts=4 sw=4 et: