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