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
))
25 $(eval
$(call gb_Library_set_componentfile
,vcl
,vcl
/vcl.macosx
))
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
))
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
))
35 $(eval
$(call gb_Library_set_componentfile
,vcl
,vcl
/vcl.unx
))
38 $(eval
$(call gb_Library_set_precompiled_header
,vcl
,vcl
/inc
/pch
/precompiled_vcl
))
40 $(eval
$(call gb_Library_set_include
,vcl
,\
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 \
60 $(eval
$(call gb_Library_use_sdk_api
,vcl
))
62 $(eval
$(call gb_Library_use_custom_headers
,vcl
,\
66 $(eval
$(call gb_Library_use_externals
,vcl
,\
70 $(if
$(filter PDFIUM
,$(BUILD_TYPE
)),pdfium
) \
73 $(eval
$(call gb_Library_use_libraries
,vcl
,\
74 $(call gb_Helper_optional
,BREAKPAD
, \
86 $(if
$(filter OPENCL
,$(BUILD_TYPE
)),opencl
) \
93 ifeq ($(ENABLE_JAVA
),TRUE
)
94 $(eval
$(call gb_Library_use_libraries
,vcl
,\
99 $(eval
$(call gb_Library_use_externals
,vcl
,\
111 ifeq ($(DISABLE_GUI
),)
112 $(eval
$(call gb_Library_use_externals
,vcl
,\
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
/iconview \
247 vcl
/source
/treelist
/iconviewimpl \
248 vcl
/source
/treelist
/imap \
249 vcl
/source
/treelist
/imap2 \
250 vcl
/source
/treelist
/imap3 \
251 vcl
/source
/treelist
/inetimg \
252 vcl
/source
/treelist
/svtabbx \
253 vcl
/source
/treelist
/transfer \
254 vcl
/source
/treelist
/transfer2 \
255 vcl
/source
/treelist
/viewdataentry \
256 vcl
/source
/treelist
/treelist \
257 vcl
/source
/treelist
/treelistbox \
258 vcl
/source
/treelist
/treelistentry \
259 vcl
/source
/treelist
/svimpbox \
260 vcl
/source
/treelist
/svlbitm \
261 vcl
/source
/treelist
/uiobject \
262 vcl
/source
/gdi
/alpha \
263 vcl
/source
/gdi
/bitmap3 \
264 vcl
/source
/gdi
/bitmapex \
265 vcl
/source
/gdi
/bmpacc2 \
266 vcl
/source
/gdi
/bmpacc3 \
267 vcl
/source
/gdi
/bmpacc \
268 vcl
/source
/gdi
/bmpfast \
269 vcl
/source
/gdi
/configsettings \
270 vcl
/source
/gdi
/cvtgrf \
271 vcl
/source
/gdi
/svmconverter \
272 vcl
/source
/gdi
/dibtools \
273 vcl
/source
/gdi
/embeddedfontshelper \
274 vcl
/source
/gdi
/FileDefinitionWidgetDraw \
275 vcl
/source
/gdi
/WidgetDefinitionReader \
276 vcl
/source
/gdi
/WidgetDefinition \
277 vcl
/source
/gdi
/extoutdevdata \
278 vcl
/source
/gdi
/gdimtf \
279 vcl
/source
/gdi
/mtfxmldump \
280 vcl
/source
/gdi
/gdimetafiletools \
281 vcl
/source
/gdi
/gfxlink \
282 vcl
/source
/gdi
/gradient \
283 vcl
/source
/gdi
/graph \
284 vcl
/source
/gdi
/graphictools \
285 vcl
/source
/gdi
/hatch \
286 vcl
/source
/gdi
/impanmvw \
287 vcl
/source
/gdi
/impglyphitem \
288 vcl
/source
/gdi
/impgraph \
289 vcl
/source
/gdi
/impvect \
290 vcl
/source
/gdi
/jobset \
291 vcl
/source
/gdi
/lineinfo \
292 vcl
/source
/gdi
/mapmod \
293 vcl
/source
/gdi
/metaact \
294 vcl
/source
/gdi
/oldprintadaptor \
295 vcl
/source
/gdi
/pdfbuildin_fonts \
296 vcl
/source
/gdi
/pdfextoutdevdata \
297 vcl
/source
/gdi
/pdffontcache \
298 vcl
/source
/gdi
/pdfwriter \
299 vcl
/source
/gdi
/pdfwriter_impl2 \
300 vcl
/source
/gdi
/pdfwriter_impl \
301 vcl
/source
/gdi
/print2 \
302 vcl
/source
/gdi
/print3 \
303 vcl
/source
/gdi
/print \
304 vcl
/source
/gdi
/regband \
305 vcl
/source
/gdi
/region \
306 vcl
/source
/gdi
/regionband \
307 vcl
/source
/gdi
/salgdilayout \
308 vcl
/source
/gdi
/salgdiimpl \
309 vcl
/source
/gdi
/sallayout \
310 vcl
/source
/gdi
/salmisc \
311 vcl
/source
/gdi
/vectorgraphicdata \
312 vcl
/source
/gdi
/textlayout \
313 vcl
/source
/gdi
/virdev \
314 vcl
/source
/gdi
/wall \
315 vcl
/source
/gdi
/scrptrun \
316 vcl
/source
/gdi
/CommonSalLayout \
317 vcl
/source
/gdi
/TypeSerializer \
318 vcl
/source
/graphic
/GraphicLoader \
319 vcl
/source
/graphic
/GraphicObject \
320 vcl
/source
/graphic
/GraphicObject2 \
321 vcl
/source
/graphic
/grfattr \
322 vcl
/source
/graphic
/Manager \
323 vcl
/source
/graphic
/UnoGraphic \
324 vcl
/source
/graphic
/UnoGraphicDescriptor \
325 vcl
/source
/graphic
/UnoGraphicObject \
326 vcl
/source
/graphic
/UnoGraphicProvider \
327 vcl
/source
/graphic
/UnoGraphicTransformer \
328 vcl
/source
/bitmap
/bitmap \
329 vcl
/source
/bitmap
/bitmapfilter \
330 vcl
/source
/bitmap
/BitmapAlphaClampFilter \
331 vcl
/source
/bitmap
/BitmapMonochromeFilter \
332 vcl
/source
/bitmap
/BitmapSmoothenFilter \
333 vcl
/source
/bitmap
/BitmapLightenFilter \
334 vcl
/source
/bitmap
/BitmapDisabledImageFilter \
335 vcl
/source
/bitmap
/BitmapColorizeFilter \
336 vcl
/source
/bitmap
/bitmappaint \
337 vcl
/source
/bitmap
/BitmapGaussianSeparableBlurFilter \
338 vcl
/source
/bitmap
/BitmapSobelGreyFilter \
339 vcl
/source
/bitmap
/BitmapSolarizeFilter \
340 vcl
/source
/bitmap
/BitmapSepiaFilter \
341 vcl
/source
/bitmap
/BitmapMosaicFilter \
342 vcl
/source
/bitmap
/BitmapEmbossGreyFilter \
343 vcl
/source
/bitmap
/BitmapPopArtFilter \
344 vcl
/source
/bitmap
/BitmapDuoToneFilter \
345 vcl
/source
/bitmap
/BitmapConvolutionMatrixFilter \
346 vcl
/source
/bitmap
/BitmapMedianFilter \
347 vcl
/source
/bitmap
/BitmapInterpolateScaleFilter \
348 vcl
/source
/bitmap
/BitmapSeparableUnsharpenFilter \
349 vcl
/source
/bitmap
/BitmapFastScaleFilter \
350 vcl
/source
/bitmap
/BitmapScaleSuperFilter \
351 vcl
/source
/bitmap
/BitmapScaleConvolutionFilter \
352 vcl
/source
/bitmap
/BitmapSymmetryCheck \
353 vcl
/source
/bitmap
/BitmapColorQuantizationFilter \
354 vcl
/source
/bitmap
/BitmapSimpleColorQuantizationFilter \
355 vcl
/source
/bitmap
/BitmapTools \
356 vcl
/source
/bitmap
/checksum \
357 vcl
/source
/bitmap
/Octree \
358 vcl
/source
/image
/Image \
359 vcl
/source
/image
/ImageTree \
360 vcl
/source
/image
/ImageRepository \
361 vcl
/source
/image
/ImplImage \
362 vcl
/source
/image
/ImplImageTree \
363 vcl
/source
/helper
/canvasbitmap \
364 vcl
/source
/helper
/canvastools \
365 vcl
/source
/helper
/commandinfoprovider \
366 vcl
/source
/helper
/displayconnectiondispatch \
367 vcl
/source
/helper
/errcode \
368 vcl
/source
/helper
/evntpost \
369 vcl
/source
/helper
/lazydelete \
370 vcl
/source
/helper
/strhelper \
371 vcl
/source
/helper
/svtaccessiblefactory \
372 vcl
/source
/helper
/threadex \
373 vcl
/source
/app
/brand \
374 vcl
/source
/app
/customweld \
375 vcl
/source
/app
/dbggui \
376 vcl
/source
/app
/dndhelp \
377 vcl
/source
/app
/help \
378 vcl
/source
/app
/i18nhelp \
379 vcl
/source
/app
/idle \
380 vcl
/source
/app
/salusereventlist \
381 vcl
/source
/app
/salvtables \
382 vcl
/source
/app
/scheduler \
383 vcl
/source
/app
/session \
384 vcl
/source
/app
/settings \
385 vcl
/source
/app
/IconThemeInfo \
386 vcl
/source
/app
/IconThemeScanner \
387 vcl
/source
/app
/IconThemeSelector \
388 vcl
/source
/app
/ITiledRenderable \
389 vcl
/source
/app
/sound \
390 vcl
/source
/app
/stdtext \
391 vcl
/source
/app
/svapp \
392 vcl
/source
/app
/svdata \
393 vcl
/source
/app
/svmain \
394 vcl
/source
/app
/timer \
395 vcl
/source
/app
/unohelp2 \
396 vcl
/source
/app
/unohelp \
397 vcl
/source
/app
/vclevent \
398 vcl
/source
/app
/weldutils \
399 vcl
/source
/app
/winscheduler \
400 vcl
/source
/components
/dtranscomp \
401 vcl
/source
/components
/factory \
402 vcl
/source
/components
/fontident \
403 vcl
/source
/filter/FilterConfigCache \
404 vcl
/source
/filter/FilterConfigItem \
405 vcl
/source
/filter/graphicfilter \
406 vcl
/source
/filter/graphicfilter2 \
407 vcl
/source
/filter/GraphicNativeTransform \
408 vcl
/source
/filter/GraphicNativeMetadata \
409 vcl
/source
/filter/GraphicFormatDetector \
410 vcl
/source
/filter/igif
/decode \
411 vcl
/source
/filter/igif
/gifread \
412 vcl
/source
/filter/ipdf
/pdfread \
413 vcl
/source
/filter/ipdf
/pdfdocument \
414 vcl
/source
/filter/ixbm
/xbmread \
415 vcl
/source
/filter/ixpm
/xpmread \
416 vcl
/source
/filter/jpeg
/Exif \
417 vcl
/source
/filter/jpeg
/jpeg \
418 vcl
/source
/filter/jpeg
/jpegc \
419 vcl
/source
/filter/jpeg
/JpegReader \
420 vcl
/source
/filter/jpeg
/JpegWriter \
421 vcl
/source
/filter/jpeg
/JpegTransform \
422 vcl
/source
/filter/wmf
/emfwr \
423 vcl
/source
/filter/wmf
/wmf \
424 vcl
/source
/filter/wmf
/wmfexternal \
425 vcl
/source
/filter/wmf
/wmfwr \
426 vcl
/source
/filter/png
/PngImageReader \
427 vcl
/source
/filter/png
/pngread \
428 vcl
/source
/filter/png
/pngwrite \
429 vcl
/source
/font
/Feature \
430 vcl
/source
/font
/FeatureCollector \
431 vcl
/source
/font
/FeatureParser \
432 vcl
/source
/font
/OpenTypeFeatureDefinitonList \
433 vcl
/source
/font
/PhysicalFontCollection \
434 vcl
/source
/font
/PhysicalFontFace \
435 vcl
/source
/font
/PhysicalFontFamily \
436 vcl
/source
/font
/fontattributes \
437 vcl
/source
/font
/fontselect \
438 vcl
/source
/font
/fontinstance \
439 vcl
/source
/font
/fontcache \
440 vcl
/source
/font
/fontcharmap \
441 vcl
/source
/font
/fontmetric \
442 vcl
/source
/font
/font \
443 vcl
/source
/fontsubset
/cff \
444 vcl
/source
/fontsubset
/fontsubset \
445 vcl
/source
/fontsubset
/list \
446 vcl
/source
/fontsubset
/sft \
447 vcl
/source
/fontsubset
/ttcr \
448 vcl
/source
/fontsubset
/xlat \
449 vcl
/source
/uitest
/logger \
450 vcl
/source
/uitest
/uiobject \
451 vcl
/source
/uitest
/uitest \
452 vcl
/source
/uitest
/uno
/uiobject_uno \
453 vcl
/source
/uitest
/uno
/uitest_uno \
454 vcl
/backendtest
/outputdevice
/bitmap \
455 vcl
/backendtest
/outputdevice
/common \
456 vcl
/backendtest
/outputdevice
/gradient \
457 vcl
/backendtest
/outputdevice
/line \
458 vcl
/backendtest
/outputdevice
/outputdevice \
459 vcl
/backendtest
/outputdevice
/pixel \
460 vcl
/backendtest
/outputdevice
/polygon \
461 vcl
/backendtest
/outputdevice
/polypolygon \
462 vcl
/backendtest
/outputdevice
/polypolygon_b2d \
463 vcl
/backendtest
/outputdevice
/polyline \
464 vcl
/backendtest
/outputdevice
/polyline_b2d \
465 vcl
/backendtest
/outputdevice
/rectangle \
468 $(eval
$(call gb_Library_add_cobjects
,vcl
,\
469 vcl
/source
/filter/jpeg
/transupp \
475 vcl
/quartz
/salgdicommon \
483 vcl
/headless
/svpframe \
484 $(if
$(filter-out iOS
,$(OS
)), \
485 vcl
/headless
/svpbmp \
486 vcl
/headless
/svpgdi \
487 vcl
/headless
/svpdata \
488 vcl
/headless
/CustomWidgetDraw
) \
489 vcl
/headless
/svpdummies \
490 vcl
/headless
/svpinst \
492 vcl
/unx
/generic
/app
/gendisp \
493 vcl
/unx
/generic
/app
/geninst \
494 vcl
/unx
/generic
/app
/gensys \
496 vcl_headless_freetype_code
=\
497 vcl
/headless
/svpprn \
498 vcl
/headless
/svptext \
499 vcl
/unx
/generic
/app
/gendata \
500 vcl
/unx
/generic
/gdi
/cairotextrender \
501 vcl
/unx
/generic
/glyphs
/freetype_glyphcache \
502 vcl
/unx
/generic
/glyphs
/glyphcache \
503 vcl
/unx
/generic
/fontmanager
/fontsubst \
504 vcl
/unx
/generic
/fontmanager
/fontconfig \
505 vcl
/unx
/generic
/fontmanager
/fontmanager \
506 vcl
/unx
/generic
/fontmanager
/helper \
507 vcl
/headless
/svpcairotextrender \
508 vcl
/unx
/generic
/print/bitmap_gfx \
509 vcl
/unx
/generic
/print/common_gfx \
510 vcl
/unx
/generic
/print/glyphset \
511 vcl
/unx
/generic
/print/printerjob \
512 vcl
/unx
/generic
/print/psputil \
513 vcl
/unx
/generic
/print/genpspgraphics \
514 vcl
/unx
/generic
/print/genprnpsp \
515 vcl
/unx
/generic
/print/prtsetup \
516 vcl
/unx
/generic
/print/text_gfx \
518 ifeq ($(USING_X11
),TRUE
)
519 $(eval
$(call gb_Library_add_exception_objects
,vcl
,\
520 vcl
/source
/app
/salplug \
521 vcl
/unx
/generic
/printer
/jobdata \
522 vcl
/unx
/generic
/printer
/ppdparser \
523 vcl
/unx
/generic
/gdi
/nativewindowhandleprovider \
524 vcl
/unx
/generic
/window
/screensaverinhibitor \
525 vcl
/unx
/generic
/printer
/cpdmgr \
526 $(if
$(filter TRUE
,$(ENABLE_CUPS
)),\
527 vcl
/unx
/generic
/printer
/cupsmgr \
528 vcl
/unx
/generic
/printer
/printerinfomanager \
530 vcl
/null
/printerinfomanager \
532 $(vcl_headless_code
) \
533 $(vcl_headless_freetype_code
) \
536 $(eval
$(call gb_Library_use_externals
,vcl
,\
546 ifeq ($(OS
), $(filter LINUX
%BSD SOLARIS
, $(OS
)))
547 $(eval
$(call gb_Library_add_libs
,vcl
,\
552 ifeq ($(DISABLE_GUI
),TRUE
)
553 $(eval
$(call gb_Library_add_exception_objects
,vcl
,\
554 vcl
/unx
/generic
/printer
/jobdata \
555 vcl
/unx
/generic
/printer
/ppdparser \
556 vcl
/null
/printerinfomanager \
557 vcl
/headless
/headlessinst \
558 $(vcl_headless_code
) \
559 $(vcl_headless_freetype_code
) \
562 $(eval
$(call gb_Library_use_externals
,vcl
,\
570 $(eval
$(call gb_Library_add_exception_objects
,vcl
,\
571 vcl
/opengl
/DeviceInfo \
575 vcl
/opengl
/framebuffer \
578 vcl
/opengl
/FixedTextureAtlas \
579 vcl
/opengl
/PackedTextureAtlas \
580 vcl
/opengl
/RenderList \
581 vcl
/opengl
/LineRenderUtils \
582 vcl
/source
/opengl
/OpenGLContext \
583 vcl
/source
/opengl
/OpenGLHelper \
587 $(eval
$(call gb_Library_use_package
,vcl
,vcl_opengl_shader
))
589 $(eval
$(call gb_Library_use_package
,vcl
,vcl_opengl_blacklist
))
592 ifeq ($(OS
), $(filter LINUX
%BSD SOLARIS
, $(OS
)))
593 $(eval
$(call gb_Library_add_libs
,vcl
,\
597 $(eval
$(call gb_Library_add_exception_objects
,vcl
,\
598 vcl
/opengl
/x11
/X11DeviceInfo \
601 endif # ! DISABLE_GUI
605 $(eval
$(call gb_Library_add_exception_objects
,vcl
,\
606 vcl
/unx
/generic
/printer
/jobdata \
607 vcl
/unx
/generic
/printer
/ppdparser \
608 vcl
/null
/printerinfomanager \
609 $(vcl_headless_code
) \
610 $(vcl_headless_freetype_code
) \
613 $(eval
$(call gb_Library_add_libs
,vcl
,\
617 $(eval
$(call gb_Library_add_exception_objects
,vcl
, \
618 $(if
$(or
$(ENABLE_QT5
),$(ENABLE_KF5
)),vcl
/source
/app
/salplug
) \
621 $(eval
$(call gb_Library_use_externals
,vcl
,\
631 $(eval
$(call gb_Library_add_libs
,vcl
,\
636 $(eval
$(call gb_Library_add_exception_objects
,vcl
,\
637 vcl
/unx
/generic
/printer
/jobdata \
638 vcl
/unx
/generic
/printer
/ppdparser \
639 vcl
/null
/printerinfomanager \
640 vcl
/android
/androidinst \
641 $(vcl_headless_code
) \
642 $(vcl_headless_freetype_code
) \
645 $(eval
$(call gb_Library_use_externals
,vcl
,\
655 $(eval
$(call gb_Library_add_cxxflags
,vcl
,\
658 $(eval
$(call gb_Library_add_exception_objects
,vcl
,\
662 vcl
/ios
/iOSTransferable \
663 vcl
/ios
/DataFlavorMapping \
665 $(vcl_coretext_code
) \
667 $(vcl_headless_code
) \
669 $(eval
$(call gb_Library_use_system_darwin_frameworks
,vcl
,\
677 $(eval
$(call gb_Library_use_system_darwin_frameworks
,vcl
,\
682 $(eval
$(call gb_Library_add_exception_objects
,vcl
,\
683 vcl
/source
/app
/salplug \
689 $(eval
$(call gb_Library_add_exception_objects
,vcl
,\
690 vcl
/opengl
/win
/WinDeviceInfo \
691 vcl
/opengl
/win
/blocklist_parser \
692 vcl
/source
/app
/salplug \
695 $(eval
$(call gb_Library_use_system_win32_libs
,vcl
,\
701 $(eval
$(call gb_Library_add_nativeres
,vcl
,vcl
/salsrc
))
703 # HACK: dependency on icon themes so running unit tests don't
704 # prevent delivering these by having open file handles on WNT
705 $(eval
$(call gb_Library_use_package
,vcl
,postprocess_images
))
708 # vim: set noet sw=4 ts=4: