bump product version to 7.6.3.2-android
[LibreOffice.git] / solenv / gbuild / extensions / pre_MergedLibsList.mk
blob6bf0157a361b283e542b79458e0452b3fd54dfc7
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 # we link all object files from these libraries into one, merged library
11 gb_MERGE_LIBRARY_LIST := \
12 avmedia \
13 $(if $(filter WNT,$(OS)),avmediawin) \
14 $(call gb_Helper_optional,SCRIPTING, \
15 basctl \
16 basprov \
17 ) \
18 basegfx \
19 canvasfactory \
20 canvastools \
21 comphelper \
22 configmgr \
23 cppcanvas \
24 $(call gb_Helper_optional,BREAKPAD,crashreport) \
25 ctl \
26 dbtools \
27 deployment \
28 deploymentmisc \
29 $(if $(filter-out MACOSX WNT,$(OS)),desktopbe1) \
30 $(if $(filter WNT,$(OS)),directx9canvas) \
31 docmodel \
32 drawinglayercore \
33 drawinglayer \
34 editeng \
35 emfio \
36 $(if $(filter WNT,$(OS)),emser) \
37 evtatt \
38 filterconfig \
39 for \
40 forui \
41 fps_office \
42 frm \
43 fsstorage \
44 fwk \
45 $(if $(filter WNT,$(OS)),gdipluscanvas) \
46 guesslang \
47 $(call gb_Helper_optional,DESKTOP,helplinker) \
48 hyphen \
49 i18nsearch \
50 i18npool \
51 i18nutil \
52 lng \
53 lnth \
54 localebe1 \
55 msfilter \
56 mtfrenderer \
57 numbertext \
58 odfflatxml \
59 offacc \
60 $(if $(ENABLE_OPENGL_CANVAS),oglcanvas) \
61 $(if $(filter OPENCL,$(BUILD_TYPE)),opencl) \
62 package2 \
63 passwordcontainer \
64 sax \
65 sb \
66 simplecanvas \
67 sfx \
68 sofficeapp \
69 sot \
70 spell \
71 $(if $(or $(DISABLE_GUI),$(ENABLE_WASM_STRIP_SPLASH)),,spl) \
72 srtrs1 \
73 $(call gb_Helper_optional,SCRIPTING,stringresource) \
74 svgio \
75 svl \
76 svt \
77 svx \
78 svxcore \
79 syssh \
80 textfd \
81 tk \
82 tl \
83 ucb1 \
84 ucbhelper \
85 ucpexpand1 \
86 ucpext \
87 ucphier1 \
88 ucpimage \
89 ucpfile1 \
90 ucptdoc1 \
91 unordf \
92 unoxml \
93 updatefeed \
94 utl \
95 uui \
96 vbaevents \
97 vbahelper \
98 vcl \
99 vclcanvas \
100 xmlfa \
101 xmlfd \
102 xmlscript \
103 xo \
104 xof \
105 xsltdlg \
106 xsltfilter \
107 xstor \
110 # allow module-deps.pl to color based on this.
111 ifneq ($(ENABLE_PRINT_DEPS),)
113 $(info MergeLibContents: $(gb_MERGE_LIBRARY_LIST))
115 endif
117 ifneq ($(MERGELIBS),)
119 gb_MERGEDLIBS := $(gb_MERGE_LIBRARY_LIST)
121 endif
123 # vim: set noet sw=4 ts=4: