Bump version to 5.0-14
[LibreOffice.git] / oox / Library_oox.mk
blob17fb3983b0a6eff7b49551a2369468b621be8a09
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 $(eval $(call gb_Library_Library,oox))
12 $(eval $(call gb_Library_set_precompiled_header,oox,$(SRCDIR)/oox/inc/pch/precompiled_oox))
14 $(eval $(call gb_Library_use_custom_headers,oox,oox/generated))
16 $(eval $(call gb_Library_set_include,oox,\
17 $$(INCLUDE) \
18 -I$(SRCDIR)/oox/inc \
21 ifeq ($(COM)-$(OS)-$(CPUNAME),GCC-LINUX-IA64)
22 # at least Debian Linux ia64 fails at compile time on
23 # link libooxlo.so which is apparently too large
24 # for the toolchain to handle with default optimization
25 $(eval $(call gb_Library_add_cxxflags,oox,\
26 -Os \
28 endif
30 $(eval $(call gb_Library_add_defs,oox,\
31 -DOOX_DLLIMPLEMENTATION \
34 $(eval $(call gb_Library_use_sdk_api,oox))
36 $(eval $(call gb_Library_use_libraries,oox,\
37 basegfx \
38 comphelper \
39 cppu \
40 cppuhelper \
41 editeng \
42 expwrap \
43 drawinglayer \
44 msfilter \
45 sal \
46 i18nlangtag \
47 sax \
48 sfx \
49 svl \
50 svt \
51 svx \
52 svxcore \
53 sot \
54 tl \
55 utl \
56 vcl \
57 xo \
58 xmlscript \
59 $(gb_UWINAPI) \
62 $(eval $(call gb_Library_use_externals,oox,\
63 boost_headers \
66 ifeq ($(TLS),OPENSSL)
67 $(eval $(call gb_Library_use_externals,oox,\
68 openssl \
69 openssl_headers \
71 else
72 ifeq ($(TLS),NSS)
73 $(eval $(call gb_Library_use_externals,oox,\
74 plc4 \
75 nss3 \
77 endif
78 endif
80 $(eval $(call gb_Library_set_componentfile,oox,oox/util/oox))
82 $(eval $(call gb_Library_add_exception_objects,oox,\
83 oox/source/core/binarycodec \
84 oox/source/core/contexthandler2 \
85 oox/source/core/contexthandler \
86 oox/source/core/fastparser \
87 oox/source/core/fasttokenhandler \
88 oox/source/core/filterbase \
89 oox/source/core/filterdetect \
90 oox/source/core/fragmenthandler2 \
91 oox/source/core/fragmenthandler \
92 oox/source/core/recordparser \
93 oox/source/core/relations \
94 oox/source/core/relationshandler \
95 oox/source/core/services \
96 oox/source/core/xmlfilterbase \
97 oox/source/crypto/AgileEngine \
98 oox/source/crypto/CryptTools \
99 oox/source/crypto/DocumentEncryption \
100 oox/source/crypto/DocumentDecryption \
101 oox/source/crypto/Standard2007Engine \
102 oox/source/docprop/docprophandler \
103 oox/source/docprop/ooxmldocpropimport \
104 oox/source/drawingml/chart/axiscontext \
105 oox/source/drawingml/chart/axisconverter \
106 oox/source/drawingml/chart/axismodel \
107 oox/source/drawingml/chart/chartcontextbase \
108 oox/source/drawingml/chart/chartconverter \
109 oox/source/drawingml/chart/chartdrawingfragment \
110 oox/source/drawingml/chart/chartspaceconverter \
111 oox/source/drawingml/chart/chartspacefragment \
112 oox/source/drawingml/chart/chartspacemodel \
113 oox/source/drawingml/chart/converterbase \
114 oox/source/drawingml/chart/datasourcecontext \
115 oox/source/drawingml/chart/datasourceconverter \
116 oox/source/drawingml/chart/datasourcemodel \
117 oox/source/drawingml/chart/modelbase \
118 oox/source/drawingml/chart/objectformatter \
119 oox/source/drawingml/chart/plotareacontext \
120 oox/source/drawingml/chart/plotareaconverter \
121 oox/source/drawingml/chart/plotareamodel \
122 oox/source/drawingml/chart/seriescontext \
123 oox/source/drawingml/chart/seriesconverter \
124 oox/source/drawingml/chart/seriesmodel \
125 oox/source/drawingml/chart/titlecontext \
126 oox/source/drawingml/chart/titleconverter \
127 oox/source/drawingml/chart/titlemodel \
128 oox/source/drawingml/chart/typegroupcontext \
129 oox/source/drawingml/chart/typegroupconverter \
130 oox/source/drawingml/chart/typegroupmodel \
131 oox/source/drawingml/clrschemecontext \
132 oox/source/drawingml/clrscheme \
133 oox/source/drawingml/colorchoicecontext \
134 oox/source/drawingml/connectorshapecontext \
135 oox/source/drawingml/customshapegeometry \
136 oox/source/drawingml/customshapepresetdata \
137 oox/source/drawingml/customshapeproperties \
138 oox/source/drawingml/diagram/constraintlistcontext \
139 oox/source/drawingml/diagram/datamodelcontext \
140 oox/source/drawingml/diagram/diagram \
141 oox/source/drawingml/diagram/diagramdefinitioncontext \
142 oox/source/drawingml/diagram/diagramfragmenthandler \
143 oox/source/drawingml/diagram/diagramlayoutatoms \
144 oox/source/drawingml/diagram/layoutnodecontext \
145 oox/source/drawingml/drawingmltypes \
146 oox/source/drawingml/effectproperties \
147 oox/source/drawingml/effectpropertiescontext \
148 oox/source/drawingml/embeddedwavaudiofile \
149 oox/source/drawingml/fillproperties \
150 oox/source/drawingml/fillpropertiesgroupcontext \
151 oox/source/drawingml/graphicshapecontext \
152 oox/source/drawingml/guidcontext \
153 oox/source/drawingml/hyperlinkcontext \
154 oox/source/drawingml/linepropertiescontext \
155 oox/source/drawingml/lineproperties \
156 oox/source/drawingml/objectdefaultcontext \
157 oox/source/drawingml/scene3dcontext \
158 oox/source/drawingml/shapecontext \
159 oox/source/drawingml/shape \
160 oox/source/drawingml/shape3dproperties \
161 oox/source/drawingml/shapegroupcontext \
162 oox/source/drawingml/shapepropertiescontext \
163 oox/source/drawingml/shapepropertymap \
164 oox/source/drawingml/shapestylecontext \
165 oox/source/drawingml/spdefcontext \
166 oox/source/drawingml/table/tablebackgroundstylecontext \
167 oox/source/drawingml/table/tablecellcontext \
168 oox/source/drawingml/table/tablecell \
169 oox/source/drawingml/table/tablecontext \
170 oox/source/drawingml/table/tablepartstylecontext \
171 oox/source/drawingml/table/tableproperties \
172 oox/source/drawingml/table/tablerowcontext \
173 oox/source/drawingml/table/tablerow \
174 oox/source/drawingml/table/tablestylecellstylecontext \
175 oox/source/drawingml/table/tablestylecontext \
176 oox/source/drawingml/table/tablestyle \
177 oox/source/drawingml/table/tablestylelist \
178 oox/source/drawingml/table/tablestylelistfragmenthandler \
179 oox/source/drawingml/table/tablestylepart \
180 oox/source/drawingml/table/tablestyletextstylecontext \
181 oox/source/drawingml/textbodycontext \
182 oox/source/drawingml/textbody \
183 oox/source/drawingml/textbodypropertiescontext \
184 oox/source/drawingml/textbodyproperties \
185 oox/source/drawingml/textcharacterpropertiescontext \
186 oox/source/drawingml/textcharacterproperties \
187 oox/source/drawingml/texteffectscontext \
188 oox/source/drawingml/textfieldcontext \
189 oox/source/drawingml/textfield \
190 oox/source/drawingml/textfont \
191 oox/source/drawingml/textliststylecontext \
192 oox/source/drawingml/textliststyle \
193 oox/source/drawingml/textparagraph \
194 oox/source/drawingml/textparagraphpropertiescontext \
195 oox/source/drawingml/textparagraphproperties \
196 oox/source/drawingml/textrun \
197 oox/source/drawingml/textspacingcontext \
198 oox/source/drawingml/texttabstoplistcontext \
199 oox/source/drawingml/theme \
200 oox/source/drawingml/themeelementscontext \
201 oox/source/drawingml/themefragmenthandler \
202 oox/source/drawingml/ThemeOverrideFragmentHandler \
203 oox/source/drawingml/transform2dcontext \
204 oox/source/dump/dffdumper \
205 oox/source/dump/dumperbase \
206 oox/source/dump/oledumper \
207 oox/source/dump/pptxdumper \
208 oox/source/export/chartexport \
209 oox/source/export/ColorPropertySet \
210 oox/source/export/drawingml \
211 oox/source/export/shapes \
212 oox/source/export/vmlexport \
213 oox/source/helper/attributelist \
214 oox/source/helper/binaryinputstream \
215 oox/source/helper/binaryoutputstream \
216 oox/source/helper/binarystreambase \
217 oox/source/helper/containerhelper \
218 oox/source/helper/graphichelper \
219 oox/source/helper/grabbagstack \
220 oox/source/helper/modelobjecthelper \
221 oox/source/helper/progressbar \
222 oox/source/helper/propertymap \
223 oox/source/helper/propertyset \
224 oox/source/helper/storagebase \
225 oox/source/helper/textinputstream \
226 oox/source/helper/zipstorage \
227 oox/source/mathml/export \
228 oox/source/mathml/import \
229 oox/source/mathml/importutils \
230 oox/source/ole/axbinaryreader \
231 oox/source/ole/axbinarywriter \
232 oox/source/ole/axfontdata \
233 oox/source/ole/axcontrol \
234 oox/source/ole/axcontrolfragment \
235 oox/source/ole/olehelper \
236 oox/source/ole/oleobjecthelper \
237 oox/source/ole/olestorage \
238 oox/source/ole/vbacontrol \
239 oox/source/ole/vbahelper \
240 oox/source/ole/vbainputstream \
241 oox/source/ole/vbamodule \
242 oox/source/ole/vbaproject \
243 oox/source/ppt/animationspersist \
244 oox/source/ppt/animationtypes \
245 oox/source/ppt/animvariantcontext \
246 oox/source/ppt/backgroundproperties \
247 oox/source/ppt/buildlistcontext \
248 oox/source/ppt/comments \
249 oox/source/ppt/commonbehaviorcontext \
250 oox/source/ppt/commontimenodecontext \
251 oox/source/ppt/conditioncontext \
252 oox/source/ppt/customshowlistcontext \
253 oox/source/ppt/dgmimport \
254 oox/source/ppt/dgmlayout \
255 oox/source/ppt/headerfootercontext \
256 oox/source/ppt/layoutfragmenthandler \
257 oox/source/ppt/pptfilterhelpers \
258 oox/source/ppt/pptgraphicshapecontext \
259 oox/source/ppt/pptimport \
260 oox/source/ppt/pptshapecontext \
261 oox/source/ppt/pptshape \
262 oox/source/ppt/pptshapegroupcontext \
263 oox/source/ppt/pptshapepropertiescontext \
264 oox/source/ppt/presentationfragmenthandler \
265 oox/source/ppt/slidefragmenthandler \
266 oox/source/ppt/slidemastertextstylescontext \
267 oox/source/ppt/slidepersist \
268 oox/source/ppt/slidetimingcontext \
269 oox/source/ppt/slidetransitioncontext \
270 oox/source/ppt/slidetransition \
271 oox/source/ppt/soundactioncontext \
272 oox/source/ppt/timeanimvaluecontext \
273 oox/source/ppt/timenode \
274 oox/source/ppt/timenodelistcontext \
275 oox/source/ppt/timetargetelementcontext \
276 oox/source/ppt/extdrawingfragmenthandler \
277 oox/source/shape/LockedCanvasContext \
278 oox/source/shape/ShapeContextHandler \
279 oox/source/shape/ShapeDrawingFragmentHandler \
280 oox/source/shape/ShapeFilterBase \
281 oox/source/shape/WpgContext \
282 oox/source/shape/WpsContext \
283 oox/source/token/namespacemap \
284 oox/source/token/propertynames \
285 oox/source/token/tokenmap \
286 oox/source/vml/vmldrawing \
287 oox/source/vml/vmldrawingfragment \
288 oox/source/vml/vmlformatting \
289 oox/source/vml/vmlinputstream \
290 oox/source/vml/vmlshapecontainer \
291 oox/source/vml/vmlshapecontext \
292 oox/source/vml/vmlshape \
293 oox/source/vml/vmltextboxcontext \
294 oox/source/vml/vmltextbox \
297 ifeq ($(OS),IOS)
298 # Either a compiler bug in Xcode 5.1.1 or some hard-to-spot undefined
299 # behaviour in the source code... Compiling this source file with
300 # optimization causes some Smart Art images to end up with completely
301 # wrong colour, some even totally black.
302 $(eval $(call gb_Library_add_cxxobjects,oox,\
303 oox/source/drawingml/color \
304 , $(gb_COMPILERNOOPTFLAGS) $(gb_LinkTarget_EXCEPTIONFLAGS) \
306 else
307 $(eval $(call gb_Library_add_exception_objects,oox,\
308 oox/source/drawingml/color \
310 endif
312 # vim: set noet sw=4 ts=4: