tdf#132555 PPTX VML import: handle stroke properties of image shapes
[LibreOffice.git] / vcl / Library_vcl.mk
blob94707b6ee6b82d60e0c053e02258e5fc203d552a
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/InterimItemWindow \
195 vcl/source/control/imgctrl \
196 vcl/source/control/imivctl1 \
197 vcl/source/control/imivctl2 \
198 vcl/source/control/ivctrl \
199 vcl/source/control/longcurr \
200 vcl/source/control/imp_listbox \
201 vcl/source/control/listbox \
202 vcl/source/control/menubtn \
203 vcl/source/control/notebookbar \
204 vcl/source/control/WeldedTabbedNotebookbar \
205 vcl/source/control/quickselectionengine \
206 vcl/source/control/prgsbar \
207 vcl/source/control/roadmap \
208 vcl/source/control/roadmapwizard \
209 vcl/source/control/scrbar \
210 vcl/source/control/slider \
211 vcl/source/control/spinbtn \
212 vcl/source/control/spinfld \
213 vcl/source/control/tabctrl \
214 vcl/source/control/throbber \
215 vcl/source/control/wizardmachine \
216 vcl/source/edit/vclmedit \
217 vcl/source/edit/textdata \
218 vcl/source/edit/textdoc \
219 vcl/source/edit/texteng \
220 vcl/source/edit/textundo \
221 vcl/source/edit/textview \
222 vcl/source/edit/txtattr \
223 vcl/source/edit/xtextedt \
224 vcl/source/toolkit/group \
225 vcl/source/toolkit/morebtn \
226 vcl/source/outdev/outdev \
227 vcl/source/outdev/outdevstate \
228 vcl/source/outdev/clipping \
229 vcl/source/outdev/polygon \
230 vcl/source/outdev/transparent \
231 vcl/source/outdev/mask \
232 vcl/source/outdev/bitmap \
233 vcl/source/outdev/font \
234 vcl/source/outdev/text \
235 vcl/source/outdev/textline \
236 vcl/source/outdev/pixel \
237 vcl/source/outdev/rect \
238 vcl/source/outdev/line \
239 vcl/source/outdev/polyline \
240 vcl/source/outdev/hatch \
241 vcl/source/outdev/gradient \
242 vcl/source/outdev/curvedshapes \
243 vcl/source/outdev/wallpaper \
244 vcl/source/outdev/vclreferencebase \
245 vcl/source/outdev/nativecontrols \
246 vcl/source/outdev/map \
247 vcl/source/treelist/headbar \
248 vcl/source/treelist/iconview \
249 vcl/source/treelist/iconviewimpl \
250 vcl/source/treelist/imap \
251 vcl/source/treelist/imap2 \
252 vcl/source/treelist/imap3 \
253 vcl/source/treelist/inetimg \
254 vcl/source/treelist/svtabbx \
255 vcl/source/treelist/transfer \
256 vcl/source/treelist/transfer2 \
257 vcl/source/treelist/viewdataentry \
258 vcl/source/treelist/treelist \
259 vcl/source/treelist/treelistbox \
260 vcl/source/treelist/treelistentry \
261 vcl/source/treelist/svimpbox \
262 vcl/source/treelist/svlbitm \
263 vcl/source/treelist/uiobject \
264 vcl/source/gdi/alpha \
265 vcl/source/gdi/bitmap3 \
266 vcl/source/gdi/bitmapex \
267 vcl/source/gdi/bmpacc2 \
268 vcl/source/gdi/bmpacc3 \
269 vcl/source/gdi/bmpacc \
270 vcl/source/gdi/bmpfast \
271 vcl/source/gdi/configsettings \
272 vcl/source/gdi/cvtgrf \
273 vcl/source/gdi/svmconverter \
274 vcl/source/gdi/dibtools \
275 vcl/source/gdi/embeddedfontshelper \
276 vcl/source/gdi/FileDefinitionWidgetDraw \
277 vcl/source/gdi/WidgetDefinitionReader \
278 vcl/source/gdi/WidgetDefinition \
279 vcl/source/gdi/extoutdevdata \
280 vcl/source/gdi/gdimtf \
281 vcl/source/gdi/mtfxmldump \
282 vcl/source/gdi/gdimetafiletools \
283 vcl/source/gdi/gfxlink \
284 vcl/source/gdi/gradient \
285 vcl/source/gdi/graph \
286 vcl/source/gdi/graphictools \
287 vcl/source/gdi/hatch \
288 vcl/source/gdi/impanmvw \
289 vcl/source/gdi/impglyphitem \
290 vcl/source/gdi/impgraph \
291 vcl/source/gdi/impvect \
292 vcl/source/gdi/jobset \
293 vcl/source/gdi/lineinfo \
294 vcl/source/gdi/mapmod \
295 vcl/source/gdi/metaact \
296 vcl/source/gdi/oldprintadaptor \
297 vcl/source/gdi/pdfbuildin_fonts \
298 vcl/source/gdi/pdfextoutdevdata \
299 vcl/source/gdi/pdffontcache \
300 vcl/source/gdi/pdfwriter \
301 vcl/source/gdi/pdfwriter_impl2 \
302 vcl/source/gdi/pdfwriter_impl \
303 vcl/source/gdi/pdfobjectcopier \
304 vcl/source/gdi/print2 \
305 vcl/source/gdi/print3 \
306 vcl/source/gdi/print \
307 vcl/source/gdi/regband \
308 vcl/source/gdi/region \
309 vcl/source/gdi/regionband \
310 vcl/source/gdi/salgdilayout \
311 vcl/source/gdi/salgdiimpl \
312 vcl/source/gdi/sallayout \
313 vcl/source/gdi/salmisc \
314 vcl/source/gdi/vectorgraphicdata \
315 vcl/source/gdi/textlayout \
316 vcl/source/gdi/virdev \
317 vcl/source/gdi/wall \
318 vcl/source/gdi/scrptrun \
319 vcl/source/gdi/CommonSalLayout \
320 vcl/source/gdi/TypeSerializer \
321 vcl/source/pdf/PDFiumLibrary \
322 vcl/source/graphic/GraphicID \
323 vcl/source/graphic/GraphicLoader \
324 vcl/source/graphic/GraphicObject \
325 vcl/source/graphic/GraphicObject2 \
326 vcl/source/graphic/GraphicReader \
327 vcl/source/graphic/grfattr \
328 vcl/source/graphic/Manager \
329 vcl/source/graphic/UnoGraphic \
330 vcl/source/graphic/UnoGraphicDescriptor \
331 vcl/source/graphic/UnoGraphicObject \
332 vcl/source/graphic/UnoGraphicProvider \
333 vcl/source/graphic/UnoGraphicTransformer \
334 vcl/source/graphic/VectorGraphicSearch \
335 vcl/source/bitmap/bitmap \
336 vcl/source/bitmap/bitmapfilter \
337 vcl/source/bitmap/BitmapAlphaClampFilter \
338 vcl/source/bitmap/BitmapMonochromeFilter \
339 vcl/source/bitmap/BitmapMonochromeMatrixFilter \
340 vcl/source/bitmap/BitmapSmoothenFilter \
341 vcl/source/bitmap/BitmapLightenFilter \
342 vcl/source/bitmap/BitmapDisabledImageFilter \
343 vcl/source/bitmap/BitmapColorizeFilter \
344 vcl/source/bitmap/bitmappaint \
345 vcl/source/bitmap/BitmapGaussianSeparableBlurFilter \
346 vcl/source/bitmap/BitmapSobelGreyFilter \
347 vcl/source/bitmap/BitmapSolarizeFilter \
348 vcl/source/bitmap/BitmapSepiaFilter \
349 vcl/source/bitmap/BitmapMosaicFilter \
350 vcl/source/bitmap/BitmapEmbossGreyFilter \
351 vcl/source/bitmap/BitmapPopArtFilter \
352 vcl/source/bitmap/BitmapDuoToneFilter \
353 vcl/source/bitmap/BitmapConvolutionMatrixFilter \
354 vcl/source/bitmap/BitmapMedianFilter \
355 vcl/source/bitmap/BitmapInterpolateScaleFilter \
356 vcl/source/bitmap/BitmapSeparableUnsharpenFilter \
357 vcl/source/bitmap/BitmapFastScaleFilter \
358 vcl/source/bitmap/BitmapScaleSuperFilter \
359 vcl/source/bitmap/BitmapScaleConvolutionFilter \
360 vcl/source/bitmap/BitmapSymmetryCheck \
361 vcl/source/bitmap/BitmapColorQuantizationFilter \
362 vcl/source/bitmap/BitmapSimpleColorQuantizationFilter \
363 vcl/source/bitmap/BitmapTools \
364 vcl/source/bitmap/checksum \
365 vcl/source/bitmap/Octree \
366 vcl/source/image/Image \
367 vcl/source/image/ImageTree \
368 vcl/source/image/ImageRepository \
369 vcl/source/image/ImplImage \
370 vcl/source/image/ImplImageTree \
371 vcl/source/helper/canvasbitmap \
372 vcl/source/helper/canvastools \
373 vcl/source/helper/commandinfoprovider \
374 vcl/source/helper/displayconnectiondispatch \
375 vcl/source/helper/errcode \
376 vcl/source/helper/evntpost \
377 vcl/source/helper/lazydelete \
378 vcl/source/helper/strhelper \
379 vcl/source/helper/svtaccessiblefactory \
380 vcl/source/helper/threadex \
381 vcl/source/app/brand \
382 vcl/source/app/customweld \
383 vcl/source/app/dbggui \
384 vcl/source/app/dndhelp \
385 vcl/source/app/help \
386 vcl/source/app/i18nhelp \
387 vcl/source/app/idle \
388 vcl/source/app/salusereventlist \
389 vcl/source/app/salvtables \
390 vcl/source/app/scheduler \
391 vcl/source/app/session \
392 vcl/source/app/settings \
393 vcl/source/app/IconThemeInfo \
394 vcl/source/app/IconThemeScanner \
395 vcl/source/app/IconThemeSelector \
396 vcl/source/app/ITiledRenderable \
397 vcl/source/app/sound \
398 vcl/source/app/stdtext \
399 vcl/source/app/svapp \
400 vcl/source/app/svdata \
401 vcl/source/app/svmain \
402 vcl/source/app/timer \
403 vcl/source/app/unohelp2 \
404 vcl/source/app/unohelp \
405 vcl/source/app/vclevent \
406 vcl/source/app/weldutils \
407 vcl/source/app/winscheduler \
408 vcl/source/components/dtranscomp \
409 vcl/source/components/factory \
410 vcl/source/components/fontident \
411 vcl/source/filter/FilterConfigCache \
412 vcl/source/filter/FilterConfigItem \
413 vcl/source/filter/graphicfilter \
414 vcl/source/filter/graphicfilter2 \
415 vcl/source/filter/GraphicNativeTransform \
416 vcl/source/filter/GraphicNativeMetadata \
417 vcl/source/filter/GraphicFormatDetector \
418 vcl/source/filter/igif/decode \
419 vcl/source/filter/igif/gifread \
420 vcl/source/filter/ipdf/pdfread \
421 vcl/source/filter/ipdf/pdfdocument \
422 vcl/source/filter/ixbm/xbmread \
423 vcl/source/filter/ixpm/xpmread \
424 vcl/source/filter/jpeg/Exif \
425 vcl/source/filter/jpeg/jpeg \
426 vcl/source/filter/jpeg/jpegc \
427 vcl/source/filter/jpeg/JpegReader \
428 vcl/source/filter/jpeg/JpegWriter \
429 vcl/source/filter/jpeg/JpegTransform \
430 vcl/source/filter/wmf/emfwr \
431 vcl/source/filter/wmf/wmf \
432 vcl/source/filter/wmf/wmfexternal \
433 vcl/source/filter/wmf/wmfwr \
434 vcl/source/filter/png/PngImageReader \
435 vcl/source/filter/png/pngread \
436 vcl/source/filter/png/pngwrite \
437 vcl/source/font/Feature \
438 vcl/source/font/FeatureCollector \
439 vcl/source/font/FeatureParser \
440 vcl/source/font/OpenTypeFeatureDefinitonList \
441 vcl/source/font/PhysicalFontCollection \
442 vcl/source/font/PhysicalFontFace \
443 vcl/source/font/PhysicalFontFamily \
444 vcl/source/font/fontattributes \
445 vcl/source/font/fontselect \
446 vcl/source/font/fontinstance \
447 vcl/source/font/fontcache \
448 vcl/source/font/fontcharmap \
449 vcl/source/font/fontmetric \
450 vcl/source/font/font \
451 vcl/source/fontsubset/cff \
452 vcl/source/fontsubset/fontsubset \
453 vcl/source/fontsubset/list \
454 vcl/source/fontsubset/sft \
455 vcl/source/fontsubset/ttcr \
456 vcl/source/fontsubset/xlat \
457 vcl/source/uitest/logger \
458 vcl/source/uitest/uiobject \
459 vcl/source/uitest/uitest \
460 vcl/source/uitest/uno/uiobject_uno \
461 vcl/source/uitest/uno/uitest_uno \
462 vcl/backendtest/outputdevice/bitmap \
463 vcl/backendtest/outputdevice/common \
464 vcl/backendtest/outputdevice/gradient \
465 vcl/backendtest/outputdevice/line \
466 vcl/backendtest/outputdevice/outputdevice \
467 vcl/backendtest/outputdevice/pixel \
468 vcl/backendtest/outputdevice/polygon \
469 vcl/backendtest/outputdevice/polypolygon \
470 vcl/backendtest/outputdevice/polypolygon_b2d \
471 vcl/backendtest/outputdevice/polyline \
472 vcl/backendtest/outputdevice/polyline_b2d \
473 vcl/backendtest/outputdevice/rectangle \
474 vcl/jsdialog/jsdialogbuilder \
475 vcl/jsdialog/executor \
478 $(eval $(call gb_Library_add_cobjects,vcl,\
479 vcl/source/filter/jpeg/transupp \
482 vcl_quartz_code= \
483 vcl/quartz/salbmp \
484 vcl/quartz/utils \
485 vcl/quartz/salgdicommon \
486 vcl/quartz/salvd \
488 vcl_coretext_code= \
489 vcl/quartz/ctfonts \
490 vcl/quartz/salgdi \
492 vcl_headless_code= \
493 vcl/headless/svpframe \
494 $(if $(filter-out iOS,$(OS)), \
495 vcl/headless/svpbmp \
496 vcl/headless/svpgdi \
497 vcl/headless/svpdata \
498 vcl/headless/CustomWidgetDraw) \
499 vcl/headless/svpdummies \
500 vcl/headless/svpinst \
501 vcl/headless/svpvd \
502 vcl/unx/generic/app/gendisp \
503 vcl/unx/generic/app/geninst \
504 vcl/unx/generic/app/gensys \
506 vcl_headless_freetype_code=\
507 vcl/headless/svpprn \
508 vcl/headless/svptext \
509 vcl/unx/generic/app/gendata \
510 vcl/unx/generic/gdi/cairotextrender \
511 vcl/unx/generic/glyphs/freetype_glyphcache \
512 vcl/unx/generic/glyphs/glyphcache \
513 vcl/unx/generic/fontmanager/fontsubst \
514 vcl/unx/generic/fontmanager/fontconfig \
515 vcl/unx/generic/fontmanager/fontmanager \
516 vcl/unx/generic/fontmanager/helper \
517 vcl/headless/svpcairotextrender \
518 vcl/unx/generic/print/bitmap_gfx \
519 vcl/unx/generic/print/common_gfx \
520 vcl/unx/generic/print/glyphset \
521 vcl/unx/generic/print/printerjob \
522 vcl/unx/generic/print/psputil \
523 vcl/unx/generic/print/genpspgraphics \
524 vcl/unx/generic/print/genprnpsp \
525 vcl/unx/generic/print/prtsetup \
526 vcl/unx/generic/print/text_gfx \
528 ifeq ($(USING_X11),TRUE)
529 $(eval $(call gb_Library_add_exception_objects,vcl,\
530 vcl/source/app/salplug \
531 vcl/unx/generic/printer/jobdata \
532 vcl/unx/generic/printer/ppdparser \
533 vcl/unx/generic/gdi/nativewindowhandleprovider \
534 vcl/unx/generic/window/screensaverinhibitor \
535 vcl/unx/generic/printer/cpdmgr \
536 $(if $(filter TRUE,$(ENABLE_CUPS)),\
537 vcl/unx/generic/printer/cupsmgr \
538 vcl/unx/generic/printer/printerinfomanager \
540 vcl/null/printerinfomanager \
542 $(vcl_headless_code) \
543 $(vcl_headless_freetype_code) \
546 $(eval $(call gb_Library_use_externals,vcl,\
547 cairo \
548 cups \
549 dbus \
550 fontconfig \
551 freetype \
552 valgrind \
554 endif
556 ifeq ($(OS), $(filter LINUX %BSD SOLARIS, $(OS)))
557 $(eval $(call gb_Library_add_libs,vcl,\
558 -lm $(DLOPEN_LIBS) \
560 endif
562 ifeq ($(DISABLE_GUI),TRUE)
563 $(eval $(call gb_Library_add_exception_objects,vcl,\
564 vcl/unx/generic/printer/jobdata \
565 vcl/unx/generic/printer/ppdparser \
566 vcl/null/printerinfomanager \
567 vcl/headless/headlessinst \
568 $(vcl_headless_code) \
569 $(vcl_headless_freetype_code) \
572 $(eval $(call gb_Library_use_externals,vcl,\
573 cairo \
574 freetype \
575 fontconfig \
578 else # ! DISABLE_GUI
580 $(eval $(call gb_Library_add_exception_objects,vcl,\
581 vcl/opengl/DeviceInfo \
582 vcl/opengl/gdiimpl \
583 vcl/opengl/salbmp \
584 vcl/opengl/scale \
585 vcl/opengl/framebuffer \
586 vcl/opengl/program \
587 vcl/opengl/texture \
588 vcl/opengl/FixedTextureAtlas \
589 vcl/opengl/PackedTextureAtlas \
590 vcl/opengl/RenderList \
591 vcl/opengl/LineRenderUtils \
592 vcl/source/opengl/OpenGLContext \
593 vcl/source/opengl/OpenGLHelper \
596 # runtime dependency
597 $(eval $(call gb_Library_use_package,vcl,vcl_opengl_shader))
598 ifeq ($(OS),WNT)
599 $(eval $(call gb_Library_use_package,vcl,vcl_opengl_blacklist))
600 endif
602 ifeq ($(OS), $(filter LINUX %BSD SOLARIS, $(OS)))
603 $(eval $(call gb_Library_add_libs,vcl,\
604 -lX11 \
605 -lXext \
607 $(eval $(call gb_Library_add_exception_objects,vcl,\
608 vcl/opengl/x11/X11DeviceInfo \
610 endif
611 endif # ! DISABLE_GUI
614 ifeq ($(OS),HAIKU)
615 $(eval $(call gb_Library_add_exception_objects,vcl,\
616 vcl/unx/generic/printer/jobdata \
617 vcl/unx/generic/printer/ppdparser \
618 vcl/null/printerinfomanager \
619 $(vcl_headless_code) \
620 $(vcl_headless_freetype_code) \
623 $(eval $(call gb_Library_add_libs,vcl,\
624 -lbe \
627 $(eval $(call gb_Library_add_exception_objects,vcl, \
628 $(if $(or $(ENABLE_QT5),$(ENABLE_KF5)),vcl/source/app/salplug) \
631 $(eval $(call gb_Library_use_externals,vcl,\
632 cairo \
633 fontconfig \
634 freetype \
635 expat \
637 endif
640 ifeq ($(OS),ANDROID)
641 $(eval $(call gb_Library_add_libs,vcl,\
642 -llog \
643 -landroid \
644 -llo-bootstrap \
646 $(eval $(call gb_Library_add_exception_objects,vcl,\
647 vcl/unx/generic/printer/jobdata \
648 vcl/unx/generic/printer/ppdparser \
649 vcl/null/printerinfomanager \
650 vcl/android/androidinst \
651 $(vcl_headless_code) \
652 $(vcl_headless_freetype_code) \
655 $(eval $(call gb_Library_use_externals,vcl,\
656 cairo \
657 fontconfig \
658 freetype \
659 expat \
661 endif
664 ifeq ($(OS),iOS)
665 $(eval $(call gb_Library_add_cxxflags,vcl,\
666 $(gb_OBJCXXFLAGS) \
668 $(eval $(call gb_Library_add_exception_objects,vcl,\
669 vcl/ios/iosinst \
670 vcl/ios/dummies \
671 vcl/ios/clipboard \
672 vcl/ios/iOSTransferable \
673 vcl/ios/DataFlavorMapping \
674 vcl/ios/HtmlFmtFlt \
675 $(vcl_coretext_code) \
676 $(vcl_quartz_code) \
677 $(vcl_headless_code) \
679 $(eval $(call gb_Library_use_system_darwin_frameworks,vcl,\
680 UIKit \
681 CoreFoundation \
683 endif
686 ifeq ($(OS),MACOSX)
687 $(eval $(call gb_Library_use_system_darwin_frameworks,vcl,\
688 Cocoa \
689 CoreFoundation \
692 $(eval $(call gb_Library_add_exception_objects,vcl,\
693 vcl/source/app/salplug \
695 endif
698 ifeq ($(OS),WNT)
699 $(eval $(call gb_Library_add_exception_objects,vcl,\
700 vcl/opengl/win/WinDeviceInfo \
701 vcl/opengl/win/blocklist_parser \
702 vcl/source/app/salplug \
705 $(eval $(call gb_Library_use_system_win32_libs,vcl,\
706 ole32 \
707 setupapi \
708 version \
711 $(eval $(call gb_Library_add_nativeres,vcl,vcl/salsrc))
713 # HACK: dependency on icon themes so running unit tests don't
714 # prevent delivering these by having open file handles on WNT
715 $(eval $(call gb_Library_use_package,vcl,postprocess_images))
716 endif
718 # vim: set noet sw=4 ts=4: