bump product version to 4.2.0.1
[LibreOffice.git] / solenv / gbuild / extensions / pre_MergedLibsList.mk
blob4ff78bb547bfc59fc719e3a703b6e6f007564415
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 fps_office \
43 $(call gb_Helper_optional,DBCONNECTIVITY,frm) \
44 fwl \
45 fwm \
46 graphicfilter \
47 guesslang \
48 $(if $(ENABLE_JAVA),hsqldb) \
49 hyphen \
50 icd \
51 icg \
52 idx \
53 ime \
54 ipb \
55 ipd \
56 ips \
57 ipt \
58 ipx \
59 ira \
60 itg \
61 iti \
62 $(if $(ENABLE_JAVA),jdbc) \
63 $(if $(filter-out ANDROID IOS,$(OS)),ldapbe2) \
64 lnth \
65 $(if $(filter-out ANDROID IOS,$(OS)),log) \
66 $(if $(ENABLE_LWP),lwpft) \
67 $(call gb_Helper_optional,DESKTOP,migrationoo2) \
68 $(call gb_Helper_optional,DESKTOP,migrationoo3) \
69 $(if $(filter-out WNT,$(OS)),$(call gb_Helper_optional,DBCONNECTIVITY,mork)) \
70 $(call gb_Helper_optional,DBCONNECTIVITY,mysql) \
71 $(if $(filter-out ANDROID IOS,$(OS)),odbc) \
72 $(if $(filter-out ANDROID IOS,$(OS)),odbcbase) \
73 odfflatxml \
74 offacc \
75 oox \
76 $(call gb_Helper_optional,DBCONNECTIVITY,pcr) \
77 pdffilter \
78 placeware \
79 res \
80 $(call gb_Helper_optional,DBCONNECTIVITY,rpt) \
81 $(call gb_Helper_optional,DBCONNECTIVITY,rptui) \
82 $(call gb_Helper_optional,DBCONNECTIVITY,rptxml) \
83 $(if $(filter-out ANDROID IOS,$(OS)),scn) \
84 sd \
85 $(call gb_Helper_optional,DBCONNECTIVITY,sdbc2) \
86 $(if $(filter unx,$(GUIBASE)),spa) \
87 spell \
88 $(if $(filter-out WNT MACOSX ANDROID IOS,$(OS)),spl_unx) \
89 svgfilter \
90 swd \
91 t602filter \
92 test \
93 textfd \
94 $(call gb_Helper_optional,DESKTOP,unopkgapp) \
95 unotest \
96 $(call gb_Helper_optional,DESKTOP,updatefeed) \
97 $(if $(DISABLE_SCRIPTING),,vbahelper) \
98 xmlfa \
99 xmlfd \
100 xmlsecurity \
101 xsltfilter
103 # FIXME: just retaining these for now - they currently crash & need thought.
104 #gb_EXTRAMERGEDLIBS := \
105 comphelper \
106 sc \
107 sw \
110 # we link all object files from these libraries into one, merged library
111 gb_MERGEDLIBS := \
112 avmedia \
113 basegfx \
114 canvastools \
115 configmgr \
116 cppcanvas \
117 deployment \
118 deploymentmisc \
119 $(if $(filter-out MACOSX WNT,$(OS)),desktopbe1) \
120 $(if $(filter unx,$(GUIBASE)),desktop_detector) \
121 drawinglayer \
122 editeng \
123 filterconfig \
124 fsstorage \
125 fwe \
126 fwi \
127 fwk \
128 $(call gb_Helper_optional,DESKTOP,helplinker) \
129 i18npool \
130 i18nutil \
131 lng \
132 localebe1 \
133 mcnttype \
134 msfilter \
135 package2 \
136 sax \
137 sb \
138 sfx \
139 sofficeapp \
140 sot \
141 $(if $(ENABLE_HEADLESS),,spl) \
142 svl \
143 svt \
144 svx \
145 svxcore \
146 tk \
147 tl \
148 $(if $(filter TRUE,$(ENABLE_TELEPATHY)),tubes) \
149 ucb1 \
150 ucpexpand1 \
151 ucpfile1 \
152 unoxml \
153 utl \
154 uui \
155 vcl \
156 xmlscript \
157 xo \
158 xstor \
159 $(if $(filter ALL,$(MERGELIBS)),$(gb_EXTRAMERGEDLIBS))
161 ifneq (,$(URELIBS))
162 gb_URELIBS := \
163 bootstrap \
164 cppu \
165 cppuhelper \
166 introspection \
167 $(if $(ENABLE_JAVA),jvmaccess) \
168 $(if $(ENABLE_JAVA),jvmfwk) \
169 reflection \
170 reg \
171 sal \
172 salhelper \
173 stocservices \
174 store \
175 unoidl \
176 xmlreader \
177 $(if $(filter ALL,$(MERGELIBS)), \
178 purpenvhelper \
181 endif
183 endif
185 # vim: set noet sw=4 ts=4: