bump product version to 7.2.5.1
[LibreOffice.git] / solenv / gbuild / extensions / pre_MergedLibsList.mk
blob12fd14edf5220e06d64aa7a6ac0196e8fb29ad0a
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 $(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 $(USING_X11),desktop_detector) \
31 $(if $(filter WNT,$(OS)),directx9canvas) \
32 drawinglayer \
33 editeng \
34 emfio \
35 $(if $(filter WNT,$(OS)),emser) \
36 evtatt \
37 filterconfig \
38 for \
39 forui \
40 fps_office \
41 frm \
42 fsstorage \
43 fwk \
44 $(if $(filter WNT,$(OS)),gdipluscanvas) \
45 guesslang \
46 $(call gb_Helper_optional,DESKTOP,helplinker) \
47 hyphen \
48 i18nsearch \
49 i18npool \
50 i18nutil \
51 io \
52 $(if $(ENABLE_JAVA),javaloader) \
53 $(if $(ENABLE_JAVA),javavm) \
54 lng \
55 lnth \
56 localebe1 \
57 msfilter \
58 mtfrenderer \
59 numbertext \
60 odfflatxml \
61 offacc \
62 $(if $(ENABLE_OPENGL_CANVAS),oglcanvas) \
63 $(if $(filter OPENCL,$(BUILD_TYPE)),opencl) \
64 package2 \
65 passwordcontainer \
66 sax \
67 sb \
68 simplecanvas \
69 sfx \
70 sofficeapp \
71 sot \
72 spell \
73 $(if $(DISABLE_GUI),,spl) \
74 srtrs1 \
75 $(call gb_Helper_optional,SCRIPTING,stringresource) \
76 svgio \
77 svl \
78 svt \
79 svx \
80 svxcore \
81 syssh \
82 textfd \
83 tk \
84 tl \
85 ucb1 \
86 ucbhelper \
87 ucpexpand1 \
88 ucpext \
89 ucphier1 \
90 ucpimage \
91 ucpfile1 \
92 ucptdoc1 \
93 unordf \
94 unoxml \
95 updatefeed \
96 utl \
97 uui \
98 vbaevents \
99 vbahelper \
100 vcl \
101 vclcanvas \
102 xmlfa \
103 xmlfd \
104 xmlscript \
105 xo \
106 xof \
107 xsltdlg \
108 xsltfilter \
109 xstor \
112 # allow module-deps.pl to color based on this.
113 ifneq ($(ENABLE_PRINT_DEPS),)
115 $(info MergeLibContents: $(MERGE_LIBRARY_LIST))
117 endif
119 ifneq ($(MERGELIBS),)
121 gb_MERGEDLIBS := $(MERGE_LIBRARY_LIST)
123 endif
125 # vim: set noet sw=4 ts=4: