sc: rowcol: tdf#50916 convert ucalc test, and docfunc.
[LibreOffice.git] / vcl / Library_vcl.mk
blob7cb6c270fd598093279c990c8905ea066f271064
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/.
9 # This file incorporates work covered by the following license notice:
11 # Licensed to the Apache Software Foundation (ASF) under one or more
12 # contributor license agreements. See the NOTICE file distributed
13 # with this work for additional information regarding copyright
14 # ownership. The ASF licenses this file to you under the Apache
15 # License, Version 2.0 (the "License"); you may not use this file
16 # except in compliance with the License. You may obtain a copy of
17 # the License at http://www.apache.org/licenses/LICENSE-2.0 .
20 $(eval $(call gb_Library_Library,vcl))
22 $(eval $(call gb_Library_set_componentfile,vcl,vcl/vcl.common))
24 ifeq ($(OS),MACOSX)
25 $(eval $(call gb_Library_set_componentfile,vcl,vcl/vcl.macosx))
26 else ifeq ($(OS),WNT)
27 $(eval $(call gb_Library_set_componentfile,vcl,vcl/vcl.windows))
28 else ifeq ($(OS),ANDROID)
29 $(eval $(call gb_Library_set_componentfile,vcl,vcl/vcl.android))
30 else ifeq ($(OS),iOS)
31 $(eval $(call gb_Library_set_componentfile,vcl,vcl/vcl.ios))
32 else ifeq ($(DISABLE_GUI),TRUE)
33 $(eval $(call gb_Library_set_componentfile,vcl,vcl/vcl.headless))
34 else
35 $(eval $(call gb_Library_set_componentfile,vcl,vcl/vcl.unx))
36 endif
38 $(eval $(call gb_Library_set_precompiled_header,vcl,vcl/inc/pch/precompiled_vcl))
40 $(eval $(call gb_Library_set_include,vcl,\
41 $$(INCLUDE) \
42 -I$(SRCDIR)/vcl/inc \
45 $(eval $(call gb_Library_add_defs,vcl,\
46 -DVCL_DLLIMPLEMENTATION \
47 -DDLLIMPLEMENTATION_UITEST \
48 -DCUI_DLL_NAME=\"$(call gb_Library_get_runtime_filename,$(call gb_Library__get_name,cui))\" \
49 -DDESKTOP_DETECTOR_DLL_NAME=\"$(call gb_Library_get_runtime_filename,$(call gb_Library__get_name,desktop_detector))\" \
50 -DTK_DLL_NAME=\"$(call gb_Library_get_runtime_filename,$(call gb_Library__get_name,tk))\" \
51 -DENABLE_MERGELIBS=$(if $(MERGELIBS),1,0) \
54 ifeq ($(SYSTEM_GLM),TRUE)
55 $(eval $(call gb_Library_add_defs,vcl,\
56 -DGLM_ENABLE_EXPERIMENTAL \
58 endif
60 $(eval $(call gb_Library_use_sdk_api,vcl))
62 $(eval $(call gb_Library_use_custom_headers,vcl,\
63 officecfg/registry \
66 $(eval $(call gb_Library_use_externals,vcl,\
67 libjpeg \
68 libeot \
69 libpng \
70 $(if $(filter PDFIUM,$(BUILD_TYPE)),pdfium) \
73 $(eval $(call gb_Library_use_libraries,vcl,\
74 $(call gb_Helper_optional,BREAKPAD, \
75 crashreport) \
76 svl \
77 tl \
78 utl \
79 sot \
80 ucbhelper \
81 basegfx \
82 comphelper \
83 cppuhelper \
84 i18nlangtag \
85 i18nutil \
86 $(if $(filter OPENCL,$(BUILD_TYPE)),opencl) \
87 cppu \
88 sal \
89 salhelper \
90 xmlreader \
93 ifeq ($(ENABLE_JAVA),TRUE)
94 $(eval $(call gb_Library_use_libraries,vcl,\
95 jvmaccess \
97 endif
99 $(eval $(call gb_Library_use_externals,vcl,\
100 boost_headers \
101 gio \
102 glm_headers \
103 graphite \
104 harfbuzz \
105 icu_headers \
106 icuuc \
107 lcms2 \
108 mdds_headers \
111 ifeq ($(DISABLE_GUI),)
112 $(eval $(call gb_Library_use_externals,vcl,\
113 epoxy \
115 endif
117 $(eval $(call gb_Library_add_exception_objects,vcl,\
118 vcl/source/animate/Animation \
119 vcl/source/animate/AnimationBitmap \
120 vcl/source/window/aboutdialog \
121 vcl/source/window/errinf \
122 vcl/source/window/settings \
123 vcl/source/window/paint \
124 vcl/source/window/abstdlg \
125 vcl/source/window/accel \
126 vcl/source/window/accmgr \
127 vcl/source/window/brdwin \
128 vcl/source/window/bufferdevice \
129 vcl/source/window/accessibility \
130 vcl/source/window/legacyaccessibility \
131 vcl/source/window/clipping \
132 vcl/source/window/stacking \
133 vcl/source/window/debug \
134 vcl/source/window/globalization \
135 vcl/source/window/builder \
136 vcl/source/window/commandevent \
137 vcl/source/window/cursor \
138 vcl/source/window/debugevent \
139 vcl/source/window/decoview \
140 vcl/source/window/dialog \
141 vcl/source/window/dlgctrl \
142 vcl/source/window/dndeventdispatcher \
143 vcl/source/window/dndlistenercontainer \
144 vcl/source/window/dockingarea \
145 vcl/source/window/dockmgr \
146 vcl/source/window/dockwin \
147 vcl/source/window/event \
148 vcl/source/window/floatwin \
149 vcl/source/window/introwin \
150 vcl/source/window/keycod \
151 vcl/source/window/keyevent \
152 vcl/source/window/layout \
153 vcl/source/window/menu \
154 vcl/source/window/menubarwindow \
155 vcl/source/window/menufloatingwindow \
156 vcl/source/window/menuitemlist \
157 vcl/source/window/menuwindow \
158 vcl/source/window/mnemonic \
159 vcl/source/window/mnemonicengine \
160 vcl/source/window/mouse \
161 vcl/source/window/NotebookBarAddonsMerger \
162 vcl/source/window/OptionalBox \
163 vcl/source/window/popupmenuwindow \
164 vcl/source/window/printdlg \
165 vcl/source/window/scrwnd \
166 vcl/source/window/seleng \
167 vcl/source/window/split \
168 vcl/source/window/splitwin \
169 vcl/source/window/status \
170 vcl/source/window/syschild \
171 vcl/source/window/syswin \
172 vcl/source/window/tabdlg \
173 vcl/source/window/tabpage \
174 vcl/source/window/taskpanelist \
175 vcl/source/window/toolbox2 \
176 vcl/source/window/toolbox \
177 vcl/source/window/window2 \
178 vcl/source/window/window3 \
179 vcl/source/window/window \
180 vcl/source/window/winproc \
181 vcl/source/window/wrkwin \
182 vcl/source/window/EnumContext \
183 vcl/source/control/button \
184 vcl/source/control/calendar \
185 vcl/source/control/combobox \
186 vcl/source/control/ctrl \
187 vcl/source/control/edit \
188 vcl/source/control/field2 \
189 vcl/source/control/field \
190 vcl/source/control/fixed \
191 vcl/source/control/fixedhyper \
192 vcl/source/control/hyperlabel \
193 vcl/source/control/fmtfield \
194 vcl/source/control/imgctrl \
195 vcl/source/control/imivctl1 \
196 vcl/source/control/imivctl2 \
197 vcl/source/control/ivctrl \
198 vcl/source/control/longcurr \
199 vcl/source/control/imp_listbox \
200 vcl/source/control/listbox \
201 vcl/source/control/menubtn \
202 vcl/source/control/notebookbar \
203 vcl/source/control/quickselectionengine \
204 vcl/source/control/prgsbar \
205 vcl/source/control/roadmap \
206 vcl/source/control/roadmapwizard \
207 vcl/source/control/scrbar \
208 vcl/source/control/slider \
209 vcl/source/control/spinbtn \
210 vcl/source/control/spinfld \
211 vcl/source/control/tabctrl \
212 vcl/source/control/throbber \
213 vcl/source/control/wizardmachine \
214 vcl/source/edit/vclmedit \
215 vcl/source/edit/textdata \
216 vcl/source/edit/textdoc \
217 vcl/source/edit/texteng \
218 vcl/source/edit/textundo \
219 vcl/source/edit/textview \
220 vcl/source/edit/txtattr \
221 vcl/source/edit/xtextedt \
222 vcl/source/toolkit/group \
223 vcl/source/toolkit/morebtn \
224 vcl/source/outdev/outdev \
225 vcl/source/outdev/outdevstate \
226 vcl/source/outdev/clipping \
227 vcl/source/outdev/polygon \
228 vcl/source/outdev/transparent \
229 vcl/source/outdev/mask \
230 vcl/source/outdev/bitmap \
231 vcl/source/outdev/font \
232 vcl/source/outdev/text \
233 vcl/source/outdev/textline \
234 vcl/source/outdev/pixel \
235 vcl/source/outdev/rect \
236 vcl/source/outdev/line \
237 vcl/source/outdev/polyline \
238 vcl/source/outdev/hatch \
239 vcl/source/outdev/gradient \
240 vcl/source/outdev/curvedshapes \
241 vcl/source/outdev/wallpaper \
242 vcl/source/outdev/vclreferencebase \
243 vcl/source/outdev/nativecontrols \
244 vcl/source/outdev/map \
245 vcl/source/treelist/headbar \
246 vcl/source/treelist/imap \
247 vcl/source/treelist/imap2 \
248 vcl/source/treelist/imap3 \
249 vcl/source/treelist/inetimg \
250 vcl/source/treelist/svtabbx \
251 vcl/source/treelist/transfer \
252 vcl/source/treelist/transfer2 \
253 vcl/source/treelist/viewdataentry \
254 vcl/source/treelist/treelist \
255 vcl/source/treelist/treelistbox \
256 vcl/source/treelist/treelistentry \
257 vcl/source/treelist/svimpbox \
258 vcl/source/treelist/svlbitm \
259 vcl/source/treelist/uiobject \
260 vcl/source/gdi/alpha \
261 vcl/source/gdi/bitmap3 \
262 vcl/source/gdi/bitmapex \
263 vcl/source/gdi/bmpacc2 \
264 vcl/source/gdi/bmpacc3 \
265 vcl/source/gdi/bmpacc \
266 vcl/source/gdi/bmpfast \
267 vcl/source/gdi/configsettings \
268 vcl/source/gdi/cvtgrf \
269 vcl/source/gdi/svmconverter \
270 vcl/source/gdi/dibtools \
271 vcl/source/gdi/embeddedfontshelper \
272 vcl/source/gdi/FileDefinitionWidgetDraw \
273 vcl/source/gdi/WidgetDefinitionReader \
274 vcl/source/gdi/WidgetDefinition \
275 vcl/source/gdi/extoutdevdata \
276 vcl/source/gdi/gdimtf \
277 vcl/source/gdi/mtfxmldump \
278 vcl/source/gdi/gdimetafiletools \
279 vcl/source/gdi/gfxlink \
280 vcl/source/gdi/gradient \
281 vcl/source/gdi/graph \
282 vcl/source/gdi/graphictools \
283 vcl/source/gdi/hatch \
284 vcl/source/gdi/impanmvw \
285 vcl/source/gdi/impglyphitem \
286 vcl/source/gdi/impgraph \
287 vcl/source/gdi/impvect \
288 vcl/source/gdi/jobset \
289 vcl/source/gdi/lineinfo \
290 vcl/source/gdi/mapmod \
291 vcl/source/gdi/metaact \
292 vcl/source/gdi/oldprintadaptor \
293 vcl/source/gdi/pdfbuildin_fonts \
294 vcl/source/gdi/pdfextoutdevdata \
295 vcl/source/gdi/pdffontcache \
296 vcl/source/gdi/pdfwriter \
297 vcl/source/gdi/pdfwriter_impl2 \
298 vcl/source/gdi/pdfwriter_impl \
299 vcl/source/gdi/print2 \
300 vcl/source/gdi/print3 \
301 vcl/source/gdi/print \
302 vcl/source/gdi/regband \
303 vcl/source/gdi/region \
304 vcl/source/gdi/regionband \
305 vcl/source/gdi/salgdilayout \
306 vcl/source/gdi/salgdiimpl \
307 vcl/source/gdi/sallayout \
308 vcl/source/gdi/salmisc \
309 vcl/source/gdi/vectorgraphicdata \
310 vcl/source/gdi/textlayout \
311 vcl/source/gdi/virdev \
312 vcl/source/gdi/wall \
313 vcl/source/gdi/scrptrun \
314 vcl/source/gdi/CommonSalLayout \
315 vcl/source/gdi/TypeSerializer \
316 vcl/source/graphic/GraphicLoader \
317 vcl/source/graphic/GraphicObject \
318 vcl/source/graphic/GraphicObject2 \
319 vcl/source/graphic/grfattr \
320 vcl/source/graphic/Manager \
321 vcl/source/graphic/UnoGraphic \
322 vcl/source/graphic/UnoGraphicDescriptor \
323 vcl/source/graphic/UnoGraphicObject \
324 vcl/source/graphic/UnoGraphicProvider \
325 vcl/source/graphic/UnoGraphicTransformer \
326 vcl/source/bitmap/bitmap \
327 vcl/source/bitmap/bitmapfilter \
328 vcl/source/bitmap/BitmapAlphaClampFilter \
329 vcl/source/bitmap/BitmapMonochromeFilter \
330 vcl/source/bitmap/BitmapSmoothenFilter \
331 vcl/source/bitmap/BitmapLightenFilter \
332 vcl/source/bitmap/BitmapDisabledImageFilter \
333 vcl/source/bitmap/BitmapColorizeFilter \
334 vcl/source/bitmap/bitmappaint \
335 vcl/source/bitmap/BitmapGaussianSeparableBlurFilter \
336 vcl/source/bitmap/BitmapSobelGreyFilter \
337 vcl/source/bitmap/BitmapSolarizeFilter \
338 vcl/source/bitmap/BitmapSepiaFilter \
339 vcl/source/bitmap/BitmapMosaicFilter \
340 vcl/source/bitmap/BitmapEmbossGreyFilter \
341 vcl/source/bitmap/BitmapPopArtFilter \
342 vcl/source/bitmap/BitmapDuoToneFilter \
343 vcl/source/bitmap/BitmapConvolutionMatrixFilter \
344 vcl/source/bitmap/BitmapMedianFilter \
345 vcl/source/bitmap/BitmapInterpolateScaleFilter \
346 vcl/source/bitmap/BitmapSeparableUnsharpenFilter \
347 vcl/source/bitmap/BitmapFastScaleFilter \
348 vcl/source/bitmap/BitmapScaleSuperFilter \
349 vcl/source/bitmap/BitmapScaleConvolutionFilter \
350 vcl/source/bitmap/BitmapSymmetryCheck \
351 vcl/source/bitmap/BitmapColorQuantizationFilter \
352 vcl/source/bitmap/BitmapSimpleColorQuantizationFilter \
353 vcl/source/bitmap/BitmapTools \
354 vcl/source/bitmap/checksum \
355 vcl/source/bitmap/Octree \
356 vcl/source/image/Image \
357 vcl/source/image/ImageTree \
358 vcl/source/image/ImageRepository \
359 vcl/source/image/ImplImage \
360 vcl/source/image/ImplImageTree \
361 vcl/source/helper/canvasbitmap \
362 vcl/source/helper/canvastools \
363 vcl/source/helper/commandinfoprovider \
364 vcl/source/helper/displayconnectiondispatch \
365 vcl/source/helper/errcode \
366 vcl/source/helper/evntpost \
367 vcl/source/helper/lazydelete \
368 vcl/source/helper/strhelper \
369 vcl/source/helper/svtaccessiblefactory \
370 vcl/source/helper/threadex \
371 vcl/source/app/brand \
372 vcl/source/app/customweld \
373 vcl/source/app/dbggui \
374 vcl/source/app/dndhelp \
375 vcl/source/app/help \
376 vcl/source/app/i18nhelp \
377 vcl/source/app/idle \
378 vcl/source/app/salusereventlist \
379 vcl/source/app/salvtables \
380 vcl/source/app/scheduler \
381 vcl/source/app/session \
382 vcl/source/app/settings \
383 vcl/source/app/IconThemeInfo \
384 vcl/source/app/IconThemeScanner \
385 vcl/source/app/IconThemeSelector \
386 vcl/source/app/ITiledRenderable \
387 vcl/source/app/sound \
388 vcl/source/app/stdtext \
389 vcl/source/app/svapp \
390 vcl/source/app/svdata \
391 vcl/source/app/svmain \
392 vcl/source/app/timer \
393 vcl/source/app/unohelp2 \
394 vcl/source/app/unohelp \
395 vcl/source/app/vclevent \
396 vcl/source/app/weldutils \
397 vcl/source/app/winscheduler \
398 vcl/source/components/dtranscomp \
399 vcl/source/components/factory \
400 vcl/source/components/fontident \
401 vcl/source/filter/FilterConfigCache \
402 vcl/source/filter/FilterConfigItem \
403 vcl/source/filter/graphicfilter \
404 vcl/source/filter/graphicfilter2 \
405 vcl/source/filter/GraphicNativeTransform \
406 vcl/source/filter/GraphicNativeMetadata \
407 vcl/source/filter/GraphicFormatDetector \
408 vcl/source/filter/igif/decode \
409 vcl/source/filter/igif/gifread \
410 vcl/source/filter/ipdf/pdfread \
411 vcl/source/filter/ipdf/pdfdocument \
412 vcl/source/filter/ixbm/xbmread \
413 vcl/source/filter/ixpm/xpmread \
414 vcl/source/filter/jpeg/Exif \
415 vcl/source/filter/jpeg/jpeg \
416 vcl/source/filter/jpeg/jpegc \
417 vcl/source/filter/jpeg/JpegReader \
418 vcl/source/filter/jpeg/JpegWriter \
419 vcl/source/filter/jpeg/JpegTransform \
420 vcl/source/filter/wmf/emfwr \
421 vcl/source/filter/wmf/wmf \
422 vcl/source/filter/wmf/wmfexternal \
423 vcl/source/filter/wmf/wmfwr \
424 vcl/source/filter/png/PngImageReader \
425 vcl/source/filter/png/pngread \
426 vcl/source/filter/png/pngwrite \
427 vcl/source/font/Feature \
428 vcl/source/font/FeatureCollector \
429 vcl/source/font/FeatureParser \
430 vcl/source/font/OpenTypeFeatureDefinitonList \
431 vcl/source/font/PhysicalFontCollection \
432 vcl/source/font/PhysicalFontFace \
433 vcl/source/font/PhysicalFontFamily \
434 vcl/source/font/fontattributes \
435 vcl/source/font/fontselect \
436 vcl/source/font/fontinstance \
437 vcl/source/font/fontcache \
438 vcl/source/font/fontcharmap \
439 vcl/source/font/fontmetric \
440 vcl/source/font/font \
441 vcl/source/fontsubset/cff \
442 vcl/source/fontsubset/fontsubset \
443 vcl/source/fontsubset/list \
444 vcl/source/fontsubset/sft \
445 vcl/source/fontsubset/ttcr \
446 vcl/source/fontsubset/xlat \
447 vcl/source/uitest/logger \
448 vcl/source/uitest/uiobject \
449 vcl/source/uitest/uitest \
450 vcl/source/uitest/uno/uiobject_uno \
451 vcl/source/uitest/uno/uitest_uno \
452 vcl/backendtest/outputdevice/bitmap \
453 vcl/backendtest/outputdevice/common \
454 vcl/backendtest/outputdevice/gradient \
455 vcl/backendtest/outputdevice/line \
456 vcl/backendtest/outputdevice/outputdevice \
457 vcl/backendtest/outputdevice/pixel \
458 vcl/backendtest/outputdevice/polygon \
459 vcl/backendtest/outputdevice/polypolygon \
460 vcl/backendtest/outputdevice/polypolygon_b2d \
461 vcl/backendtest/outputdevice/polyline \
462 vcl/backendtest/outputdevice/polyline_b2d \
463 vcl/backendtest/outputdevice/rectangle \
466 $(eval $(call gb_Library_add_cobjects,vcl,\
467 vcl/source/filter/jpeg/transupp \
470 vcl_quartz_code= \
471 vcl/quartz/salbmp \
472 vcl/quartz/utils \
473 vcl/quartz/salgdicommon \
474 vcl/quartz/salvd \
476 vcl_coretext_code= \
477 vcl/quartz/ctfonts \
478 vcl/quartz/salgdi \
480 vcl_headless_code= \
481 vcl/headless/svpframe \
482 $(if $(filter-out iOS,$(OS)), \
483 vcl/headless/svpbmp \
484 vcl/headless/svpgdi \
485 vcl/headless/svpdata \
486 vcl/headless/CustomWidgetDraw) \
487 vcl/headless/svpdummies \
488 vcl/headless/svpinst \
489 vcl/headless/svpvd \
490 vcl/unx/generic/app/gendisp \
491 vcl/unx/generic/app/geninst \
492 vcl/unx/generic/app/gensys \
494 vcl_headless_freetype_code=\
495 vcl/headless/svpprn \
496 vcl/headless/svptext \
497 vcl/unx/generic/app/gendata \
498 vcl/unx/generic/gdi/cairotextrender \
499 vcl/unx/generic/glyphs/freetype_glyphcache \
500 vcl/unx/generic/glyphs/glyphcache \
501 vcl/unx/generic/fontmanager/fontsubst \
502 vcl/unx/generic/fontmanager/fontconfig \
503 vcl/unx/generic/fontmanager/fontmanager \
504 vcl/unx/generic/fontmanager/helper \
505 vcl/headless/svpcairotextrender \
506 vcl/unx/generic/print/bitmap_gfx \
507 vcl/unx/generic/print/common_gfx \
508 vcl/unx/generic/print/glyphset \
509 vcl/unx/generic/print/printerjob \
510 vcl/unx/generic/print/psputil \
511 vcl/unx/generic/print/genpspgraphics \
512 vcl/unx/generic/print/genprnpsp \
513 vcl/unx/generic/print/prtsetup \
514 vcl/unx/generic/print/text_gfx \
516 ifeq ($(USING_X11),TRUE)
517 $(eval $(call gb_Library_add_exception_objects,vcl,\
518 vcl/source/app/salplug \
519 vcl/unx/generic/printer/jobdata \
520 vcl/unx/generic/printer/ppdparser \
521 vcl/unx/generic/gdi/nativewindowhandleprovider \
522 vcl/unx/generic/window/screensaverinhibitor \
523 vcl/unx/generic/printer/cpdmgr \
524 $(if $(filter TRUE,$(ENABLE_CUPS)),\
525 vcl/unx/generic/printer/cupsmgr \
526 vcl/unx/generic/printer/printerinfomanager \
528 vcl/null/printerinfomanager \
530 $(vcl_headless_code) \
531 $(vcl_headless_freetype_code) \
534 $(eval $(call gb_Library_use_externals,vcl,\
535 cairo \
536 cups \
537 dbus \
538 fontconfig \
539 freetype \
540 valgrind \
542 endif
544 ifeq ($(DISABLE_GUI),TRUE)
545 $(eval $(call gb_Library_add_exception_objects,vcl,\
546 vcl/unx/generic/printer/jobdata \
547 vcl/unx/generic/printer/ppdparser \
548 vcl/null/printerinfomanager \
549 vcl/headless/headlessinst \
550 $(vcl_headless_code) \
551 $(vcl_headless_freetype_code) \
554 $(eval $(call gb_Library_use_externals,vcl,\
555 cairo \
556 freetype \
557 fontconfig \
560 else # ! DISABLE_GUI
562 $(eval $(call gb_Library_add_exception_objects,vcl,\
563 vcl/opengl/DeviceInfo \
564 vcl/opengl/gdiimpl \
565 vcl/opengl/salbmp \
566 vcl/opengl/scale \
567 vcl/opengl/framebuffer \
568 vcl/opengl/program \
569 vcl/opengl/texture \
570 vcl/opengl/FixedTextureAtlas \
571 vcl/opengl/PackedTextureAtlas \
572 vcl/opengl/RenderList \
573 vcl/opengl/LineRenderUtils \
574 vcl/source/opengl/OpenGLContext \
575 vcl/source/opengl/OpenGLHelper \
578 # runtime dependency
579 $(eval $(call gb_Library_use_package,vcl,vcl_opengl_shader))
580 ifeq ($(OS),WNT)
581 $(eval $(call gb_Library_use_package,vcl,vcl_opengl_blacklist))
582 endif
584 ifeq ($(OS), $(filter LINUX %BSD SOLARIS, $(OS)))
585 $(eval $(call gb_Library_add_libs,vcl,\
586 -lm $(DLOPEN_LIBS) \
587 -lX11 \
588 -lXext \
590 $(eval $(call gb_Library_add_exception_objects,vcl,\
591 vcl/opengl/x11/X11DeviceInfo \
593 endif
594 endif # ! DISABLE_GUI
597 ifeq ($(OS),HAIKU)
598 $(eval $(call gb_Library_add_exception_objects,vcl,\
599 vcl/unx/generic/printer/jobdata \
600 vcl/unx/generic/printer/ppdparser \
601 vcl/null/printerinfomanager \
602 $(vcl_headless_code) \
603 $(vcl_headless_freetype_code) \
606 $(eval $(call gb_Library_add_libs,vcl,\
607 -lbe \
610 $(eval $(call gb_Library_add_exception_objects,vcl, \
611 $(if $(or $(ENABLE_QT5),$(ENABLE_KF5)),vcl/source/app/salplug) \
614 $(eval $(call gb_Library_use_externals,vcl,\
615 cairo \
616 fontconfig \
617 freetype \
618 expat \
620 endif
623 ifeq ($(OS),ANDROID)
624 $(eval $(call gb_Library_add_libs,vcl,\
625 -llog \
626 -landroid \
627 -llo-bootstrap \
629 $(eval $(call gb_Library_add_exception_objects,vcl,\
630 vcl/unx/generic/printer/jobdata \
631 vcl/unx/generic/printer/ppdparser \
632 vcl/null/printerinfomanager \
633 vcl/android/androidinst \
634 $(vcl_headless_code) \
635 $(vcl_headless_freetype_code) \
638 $(eval $(call gb_Library_use_externals,vcl,\
639 cairo \
640 fontconfig \
641 freetype \
642 expat \
644 endif
647 ifeq ($(OS),iOS)
648 $(eval $(call gb_Library_add_cxxflags,vcl,\
649 $(gb_OBJCXXFLAGS) \
651 $(eval $(call gb_Library_add_exception_objects,vcl,\
652 vcl/ios/iosinst \
653 vcl/ios/dummies \
654 vcl/ios/clipboard \
655 vcl/ios/iOSTransferable \
656 vcl/ios/DataFlavorMapping \
657 vcl/ios/HtmlFmtFlt \
658 $(vcl_coretext_code) \
659 $(vcl_quartz_code) \
660 $(vcl_headless_code) \
662 $(eval $(call gb_Library_use_system_darwin_frameworks,vcl,\
663 UIKit \
664 CoreFoundation \
666 endif
669 ifeq ($(OS),MACOSX)
670 $(eval $(call gb_Library_use_system_darwin_frameworks,vcl,\
671 Cocoa \
672 CoreFoundation \
675 $(eval $(call gb_Library_add_exception_objects,vcl,\
676 vcl/source/app/salplug \
678 endif
681 ifeq ($(OS),WNT)
682 $(eval $(call gb_Library_add_exception_objects,vcl,\
683 vcl/opengl/win/WinDeviceInfo \
684 vcl/opengl/win/blocklist_parser \
685 vcl/source/app/salplug \
688 $(eval $(call gb_Library_use_system_win32_libs,vcl,\
689 ole32 \
690 setupapi \
691 version \
694 $(eval $(call gb_Library_add_nativeres,vcl,vcl/salsrc))
696 # HACK: dependency on icon themes so running unit tests don't
697 # prevent delivering these by having open file handles on WNT
698 $(eval $(call gb_Library_use_package,vcl,postprocess_images))
699 endif
701 # vim: set noet sw=4 ts=4: