bump product version to 4.1.6.2
[LibreOffice.git] / solenv / gbuild / extensions / pre_MergedLibsList.mk
blob496a402fcaafa48dc3224d8b4c67fb37e5e34aa0
1 # -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
4 # This file is part of the LibreOffice project.
6 # This Source Code Form is subject to the terms of the Mozilla Public
7 # License, v. 2.0. If a copy of the MPL was not distributed with this
8 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
11 ifneq ($(MERGELIBS),)
12 # set of libraries to link even more stuff into one merged library
13 gb_EXTRAMERGEDLIBS := \
14 $(if $(filter-out ANDROID IOS,$(OS)),abp) \
15 $(if $(filter unx,$(GUIBASE)),basebmp) \
16 $(call gb_Helper_optional,DBCONNECTIVITY,bib) \
17 $(call gb_Helper_optional,DBCONNECTIVITY,calc) \
18 chartcore \
19 $(call gb_Helper_optional,DBCONNECTIVITY,dba) \
20 $(call gb_Helper_optional,DBCONNECTIVITY,dbase) \
21 $(call gb_Helper_optional,DBCONNECTIVITY,dbp) \
22 $(call gb_Helper_optional,DBCONNECTIVITY,dbtools) \
23 $(call gb_Helper_optional,DBCONNECTIVITY,dbu) \
24 deploymentgui \
25 $(call gb_Helper_optional,EXPORT,egi) \
26 embobj \
27 emboleobj \
28 $(call gb_Helper_optional,EXPORT,eme) \
29 $(call gb_Helper_optional,EXPORT,epb) \
30 $(call gb_Helper_optional,EXPORT,epg) \
31 $(call gb_Helper_optional,EXPORT,epp) \
32 $(call gb_Helper_optional,EXPORT,eps) \
33 $(call gb_Helper_optional,EXPORT,ept) \
34 $(call gb_Helper_optional,EXPORT,era) \
35 $(call gb_Helper_optional,EXPORT,eti) \
36 $(call gb_Helper_optional,EXPORT,exp) \
37 $(call gb_Helper_optional,DBCONNECTIVITY,file) \
38 $(call gb_Helper_optional,DBCONNECTIVITY,flat) \
39 flash \
40 for \
41 forui \
42 fpicker \
43 fps_office \
44 $(call gb_Helper_optional,DBCONNECTIVITY,frm) \
45 fwl \
46 fwm \
47 graphicfilter \
48 guesslang \
49 $(if $(filter TRUE,$(SOLAR_JAVA)),hsqldb) \
50 hyphen \
51 icd \
52 icg \
53 idx \
54 ime \
55 ipb \
56 ipd \
57 ips \
58 ipt \
59 ipx \
60 ira \
61 itg \
62 iti \
63 $(if $(filter TRUE,$(SOLAR_JAVA)),jdbc) \
64 $(if $(filter-out ANDROID IOS,$(OS)),ldapbe2) \
65 lnth \
66 $(if $(filter-out ANDROID IOS,$(OS)),log) \
67 $(if $(ENABLE_LWP),lwpft) \
68 $(call gb_Helper_optional,DESKTOP,migrationoo2) \
69 $(call gb_Helper_optional,DESKTOP,migrationoo3) \
70 $(call gb_Helper_optional,DBCONNECTIVITY,mork) \
71 $(call gb_Helper_optional,DBCONNECTIVITY,mysql) \
72 $(if $(filter-out ANDROID IOS,$(OS)),odbc) \
73 $(if $(filter-out ANDROID IOS,$(OS)),odbcbase) \
74 odfflatxml \
75 offacc \
76 oox \
77 $(call gb_Helper_optional,DBCONNECTIVITY,pcr) \
78 pdffilter \
79 placeware \
80 res \
81 $(call gb_Helper_optional,DBCONNECTIVITY,rpt) \
82 $(call gb_Helper_optional,DBCONNECTIVITY,rptui) \
83 $(call gb_Helper_optional,DBCONNECTIVITY,rptxml) \
84 $(if $(filter-out ANDROID IOS,$(OS)),scn) \
85 sd \
86 $(call gb_Helper_optional,DBCONNECTIVITY,sdbc2) \
87 $(if $(filter unx,$(GUIBASE)),spa) \
88 spell \
89 $(if $(filter-out WNT MACOSX ANDROID IOS,$(OS)),spl_unx) \
90 svgfilter \
91 swd \
92 t602filter \
93 test \
94 textfd \
95 $(call gb_Helper_optional,DESKTOP,unopkgapp) \
96 unotest \
97 $(call gb_Helper_optional,DESKTOP,updatefeed) \
98 $(if $(DISABLE_SCRIPTING),,vbahelper) \
99 xmlfa \
100 xmlfd \
101 xmlsecurity \
102 xsltfilter
104 # FIXME: just retaining these for now - they currently crash & need thought.
105 #gb_EXTRAMERGEDLIBS := \
106 comphelper \
107 sc \
108 sw \
111 # we link all object files from these libraries into one, merged library
112 gb_MERGEDLIBS := \
113 avmedia \
114 basegfx \
115 canvastools \
116 configmgr \
117 cppcanvas \
118 deployment \
119 deploymentmisc \
120 $(if $(filter-out MACOSX WNT,$(OS)),desktopbe1) \
121 $(if $(filter unx,$(GUIBASE)),desktop_detector) \
122 drawinglayer \
123 editeng \
124 fileacc \
125 filterconfig \
126 fsstorage \
127 fwe \
128 fwi \
129 fwk \
130 $(call gb_Helper_optional,DESKTOP,helplinker) \
131 i18npool \
132 i18nutil \
133 lng \
134 localebe1 \
135 mcnttype \
136 msfilter \
137 package2 \
138 sax \
139 sb \
140 sfx \
141 sofficeapp \
142 sot \
143 $(if $(ENABLE_HEADLESS),,spl) \
144 svl \
145 svt \
146 svx \
147 svxcore \
148 tk \
149 tl \
150 $(if $(filter TRUE,$(ENABLE_TELEPATHY)),tubes) \
151 ucb1 \
152 ucpexpand1 \
153 ucpfile1 \
154 unoxml \
155 utl \
156 uui \
157 vcl \
158 xmlscript \
159 xo \
160 xstor \
161 $(if $(filter ALL,$(MERGELIBS)),$(gb_EXTRAMERGEDLIBS))
163 ifneq (,$(URELIBS))
164 gb_URELIBS := \
165 bootstrap \
166 cppu \
167 cppuhelper \
168 introspection \
169 $(if $(filter TRUE,$(SOLAR_JAVA)),jvmaccess) \
170 $(if $(filter TRUE,$(SOLAR_JAVA)),jvmfwk) \
171 reflection \
172 reg \
173 sal \
174 salhelper \
175 stocservices \
176 store \
177 unoidl \
178 xmlreader \
179 $(if $(filter ALL,$(MERGELIBS)), \
180 purpenvhelper \
183 endif
185 endif
187 # vim: set noet sw=4 ts=4: