Version 6.1.0.2, tag libreoffice-6.1.0.2
[LibreOffice.git] / solenv / gbuild / extensions / pre_MergedLibsList.mk
blob451897fc476584e2443f0fa5df4cb28bc0f28e6d
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 MERGE_LIBRARY_LIST := \
12 avmedia \
13 basegfx \
14 canvastools \
15 comphelper \
16 configmgr \
17 cppcanvas \
18 $(call gb_Helper_optional,BREAKPAD,crashreport) \
19 dbtools \
20 deployment \
21 deploymentmisc \
22 $(if $(filter-out MACOSX WNT,$(OS)),desktopbe1) \
23 $(if $(USING_X11),desktop_detector) \
24 drawinglayer \
25 editeng \
26 filterconfig \
27 fsstorage \
28 fwe \
29 fwi \
30 fwk \
31 $(call gb_Helper_optional,DESKTOP,helplinker) \
32 i18npool \
33 i18nutil \
34 lng \
35 localebe1 \
36 mcnttype \
37 msfilter \
38 $(if $(filter OPENCL,$(BUILD_TYPE)),opencl) \
39 package2 \
40 sax \
41 sb \
42 sfx \
43 sofficeapp \
44 sot \
45 $(if $(ENABLE_HEADLESS),,spl) \
46 svl \
47 svt \
48 svx \
49 svxcore \
50 tk \
51 tl \
52 ucb1 \
53 ucbhelper \
54 ucpexpand1 \
55 ucpfile1 \
56 unoxml \
57 utl \
58 uui \
59 vcl \
60 xmlscript \
61 xo \
62 xstor \
65 # allow module-deps.pl to color based on this.
66 ifneq ($(ENABLE_PRINT_DEPS),)
68 $(info MergeLibContents: $(MERGE_LIBRARY_LIST))
70 endif
72 ifneq ($(MERGELIBS),)
74 gb_MERGEDLIBS := $(MERGE_LIBRARY_LIST)
76 endif
78 # vim: set noet sw=4 ts=4: