default to -r on gbuild for performance (assumed esp. on make 3.82)
[LibreOffice.git] / sd / Library_sd.mk
blob0db115335d1c0f9482bc2aa8c6e81ff4985ff072
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
2 # Version: MPL 1.1 / GPLv3+ / LGPLv3+
4 # The contents of this file are subject to the Mozilla Public License Version
5 # 1.1 (the "License"); you may not use this file except in compliance with
6 # the License or as specified alternatively below. You may obtain a copy of
7 # the License at http://www.mozilla.org/MPL/
9 # Software distributed under the License is distributed on an "AS IS" basis,
10 # WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
11 # for the specific language governing rights and limitations under the
12 # License.
14 # The Initial Developer of the Original Code is
15 # David Tardon, Red Hat Inc. <dtardon@redhat.com>
16 # Portions created by the Initial Developer are Copyright (C) 2010 the
17 # Initial Developer. All Rights Reserved.
19 # Major Contributor(s):
21 # For minor contributions see the git repository.
23 # Alternatively, the contents of this file may be used under the terms of
24 # either the GNU General Public License Version 3 or later (the "GPLv3+"), or
25 # the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
26 # in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
27 # instead of those above.
29 $(eval $(call gb_Library_Library,sd))
31 $(eval $(call gb_Library_add_precompiled_header,sd,$(SRCDIR)/sd/inc/pch/precompiled_sd))
33 $(eval $(call gb_Library_add_sdi_headers,sd,\
34 sd/sdi/sdgslots \
35 sd/sdi/sdslots \
38 $(eval $(call gb_Library_set_include,sd,\
39 $$(INCLUDE) \
40 -I$(realpath $(SRCDIR)/sd/inc) \
41 -I$(realpath $(SRCDIR)/sd/inc/pch) \
42 -I$(realpath $(SRCDIR)/sd/sdi) \
43 -I$(realpath $(SRCDIR)/sd/source/ui/inc) \
44 -I$(realpath $(SRCDIR)/sd/source/ui/slidesorter/inc) \
45 -I$(WORKDIR)/inc/sd \
46 -I$(WORKDIR)/SdiTarget/sd/sdi \
47 -I$(OUTDIR)/inc \
50 $(eval $(call gb_Library_add_defs,sd,\
51 -DSD_DLLIMPLEMENTATION \
54 ifneq ($(strip $(dbg_anim_log)$(DBG_ANIM_LOG)),)
55 $(eval $(call gb_Library_set_defs,sd,\
56 $$(DEFS) \
57 -DDBG_ANIM_LOG \
59 endif
61 $(eval $(call gb_Library_add_api,sd,\
62 animations \
63 offapi \
64 udkapi \
67 $(eval $(call gb_Library_add_linked_libs,sd,\
68 avmedia \
69 basegfx \
70 canvastools \
71 comphelper \
72 cppcanvas \
73 cppu \
74 cppuhelper \
75 drawinglayer \
76 editeng \
77 i18nisolang1 \
78 msfilter \
79 oox \
80 sal \
81 salhelper \
82 sax \
83 sb \
84 sfx \
85 sot \
86 svl \
87 svt \
88 svxcore \
89 svx \
90 tk \
91 tl \
92 ucbhelper \
93 utl \
94 vcl \
95 $(gb_STDLIBS) \
98 $(eval $(call gb_Library_set_componentfile,sd,sd/util/sd))
100 $(eval $(call gb_Library_add_exception_objects,sd,\
101 sd/source/core/CustomAnimationCloner \
102 sd/source/core/CustomAnimationEffect \
103 sd/source/core/CustomAnimationPreset \
104 sd/source/core/EffectMigration \
105 sd/source/core/PageListWatcher \
106 sd/source/core/TransitionPreset \
107 sd/source/core/anminfo \
108 sd/source/core/annotations/Annotation \
109 sd/source/core/annotations/AnnotationEnumeration \
110 sd/source/core/cusshow \
111 sd/source/core/drawdoc \
112 sd/source/core/drawdoc2 \
113 sd/source/core/drawdoc3 \
114 sd/source/core/drawdoc4 \
115 sd/source/core/drawdoc_animations \
116 sd/source/core/pglink \
117 sd/source/core/sdattr \
118 sd/source/core/sdiocmpt \
119 sd/source/core/sdobjfac \
120 sd/source/core/sdpage \
121 sd/source/core/sdpage2 \
122 sd/source/core/sdpage_animations \
123 sd/source/core/shapelist \
124 sd/source/core/stlfamily \
125 sd/source/core/stlpool \
126 sd/source/core/stlsheet \
127 sd/source/core/text/textapi \
128 sd/source/core/typemap \
129 sd/source/core/undo/undofactory \
130 sd/source/core/undo/undomanager \
131 sd/source/core/undo/undoobjects \
132 sd/source/core/undoanim \
133 sd/source/filter/cgm/sdcgmfilter \
134 sd/source/filter/grf/sdgrffilter \
135 sd/source/filter/html/HtmlOptionsDialog \
136 sd/source/filter/html/buttonset \
137 sd/source/filter/html/htmlex \
138 sd/source/filter/html/sdhtmlfilter \
139 sd/source/filter/sdfilter \
140 sd/source/filter/sdpptwrp \
141 sd/source/filter/xml/sdtransform \
142 sd/source/filter/xml/sdxmlwrp \
143 sd/source/helper/simplereferencecomponent \
144 sd/source/ui/accessibility/AccessibleDocumentViewBase \
145 sd/source/ui/accessibility/AccessibleDrawDocumentView \
146 sd/source/ui/accessibility/AccessibleOutlineEditSource \
147 sd/source/ui/accessibility/AccessibleOutlineView \
148 sd/source/ui/accessibility/AccessiblePageShape \
149 sd/source/ui/accessibility/AccessiblePresentationGraphicShape \
150 sd/source/ui/accessibility/AccessiblePresentationOLEShape \
151 sd/source/ui/accessibility/AccessiblePresentationShape \
152 sd/source/ui/accessibility/AccessibleScrollPanel \
153 sd/source/ui/accessibility/AccessibleSlideSorterObject \
154 sd/source/ui/accessibility/AccessibleSlideSorterView \
155 sd/source/ui/accessibility/AccessibleTreeNode \
156 sd/source/ui/accessibility/AccessibleViewForwarder \
157 sd/source/ui/accessibility/SdShapeTypes \
158 sd/source/ui/animations/CustomAnimationCreateDialog \
159 sd/source/ui/animations/CustomAnimationDialog \
160 sd/source/ui/animations/CustomAnimationList \
161 sd/source/ui/animations/CustomAnimationPane \
162 sd/source/ui/animations/DialogListBox \
163 sd/source/ui/animations/STLPropertySet \
164 sd/source/ui/animations/SlideTransitionPane \
165 sd/source/ui/animations/motionpathtag \
166 sd/source/ui/annotations/annotationmanager \
167 sd/source/ui/annotations/annotationtag \
168 sd/source/ui/annotations/annotationwindow \
169 sd/source/ui/app/sddll \
170 sd/source/ui/app/sddll1 \
171 sd/source/ui/app/sddll2 \
172 sd/source/ui/app/sdmod \
173 sd/source/ui/app/sdmod1 \
174 sd/source/ui/app/sdmod2 \
175 sd/source/ui/app/sdpopup \
176 sd/source/ui/app/sdxfer \
177 sd/source/ui/app/tbxww \
178 sd/source/ui/app/tmplctrl \
179 sd/source/ui/controller/slidelayoutcontroller \
180 sd/source/ui/dlg/AnimationChildWindow \
181 sd/source/ui/dlg/LayerDialogChildWindow \
182 sd/source/ui/dlg/LayerDialogContent \
183 sd/source/ui/dlg/LayerTabBar \
184 sd/source/ui/dlg/NavigatorChildWindow \
185 sd/source/ui/dlg/PaneChildWindows \
186 sd/source/ui/dlg/PaneDockingWindow \
187 sd/source/ui/dlg/PaneShells \
188 sd/source/ui/dlg/SpellDialogChildWindow \
189 sd/source/ui/dlg/TemplateScanner \
190 sd/source/ui/dlg/animobjs \
191 sd/source/ui/dlg/assclass \
192 sd/source/ui/dlg/diactrl \
193 sd/source/ui/dlg/dlgctrls \
194 sd/source/ui/dlg/docprev \
195 sd/source/ui/dlg/filedlg \
196 sd/source/ui/dlg/gluectrl \
197 sd/source/ui/dlg/ins_paste \
198 sd/source/ui/dlg/layeroptionsdlg \
199 sd/source/ui/dlg/navigatr \
200 sd/source/ui/dlg/sdabstdlg \
201 sd/source/ui/dlg/sdtreelb \
202 sd/source/ui/dlg/unchss \
203 sd/source/ui/docshell/docshel2 \
204 sd/source/ui/docshell/docshel3 \
205 sd/source/ui/docshell/docshel4 \
206 sd/source/ui/docshell/docshell \
207 sd/source/ui/docshell/grdocsh \
208 sd/source/ui/docshell/sdclient \
209 sd/source/ui/framework/configuration/ChangeRequestQueue \
210 sd/source/ui/framework/configuration/ChangeRequestQueueProcessor \
211 sd/source/ui/framework/configuration/Configuration \
212 sd/source/ui/framework/configuration/ConfigurationClassifier \
213 sd/source/ui/framework/configuration/ConfigurationController \
214 sd/source/ui/framework/configuration/ConfigurationControllerBroadcaster \
215 sd/source/ui/framework/configuration/ConfigurationControllerResourceManager \
216 sd/source/ui/framework/configuration/ConfigurationTracer \
217 sd/source/ui/framework/configuration/ConfigurationUpdater \
218 sd/source/ui/framework/configuration/GenericConfigurationChangeRequest \
219 sd/source/ui/framework/configuration/ResourceFactoryManager \
220 sd/source/ui/framework/configuration/ResourceId \
221 sd/source/ui/framework/configuration/UpdateRequest \
222 sd/source/ui/framework/factories/BasicPaneFactory \
223 sd/source/ui/framework/factories/BasicToolBarFactory \
224 sd/source/ui/framework/factories/BasicViewFactory \
225 sd/source/ui/framework/factories/ChildWindowPane \
226 sd/source/ui/framework/factories/FrameWindowPane \
227 sd/source/ui/framework/factories/FullScreenPane \
228 sd/source/ui/framework/factories/Pane \
229 sd/source/ui/framework/factories/PresentationFactory \
230 sd/source/ui/framework/factories/TaskPanelFactory \
231 sd/source/ui/framework/factories/ViewShellWrapper \
232 sd/source/ui/framework/module/CenterViewFocusModule \
233 sd/source/ui/framework/module/DrawModule \
234 sd/source/ui/framework/module/ImpressModule \
235 sd/source/ui/framework/module/ModuleController \
236 sd/source/ui/framework/module/PresentationModule \
237 sd/source/ui/framework/module/ReadOnlyModeObserver \
238 sd/source/ui/framework/module/ResourceManager \
239 sd/source/ui/framework/module/ShellStackGuard \
240 sd/source/ui/framework/module/SlideSorterModule \
241 sd/source/ui/framework/module/ToolBarModule \
242 sd/source/ui/framework/module/ToolPanelModule \
243 sd/source/ui/framework/module/ViewTabBarModule \
244 sd/source/ui/framework/tools/FrameworkHelper \
245 sd/source/ui/func/bulmaper \
246 sd/source/ui/func/fuarea \
247 sd/source/ui/func/fubullet \
248 sd/source/ui/func/fuchar \
249 sd/source/ui/func/fucon3d \
250 sd/source/ui/func/fuconarc \
251 sd/source/ui/func/fuconbez \
252 sd/source/ui/func/fuconcs \
253 sd/source/ui/func/fuconnct \
254 sd/source/ui/func/fuconrec \
255 sd/source/ui/func/fuconstr \
256 sd/source/ui/func/fuconuno \
257 sd/source/ui/func/fucopy \
258 sd/source/ui/func/fucushow \
259 sd/source/ui/func/fudraw \
260 sd/source/ui/func/fudspord \
261 sd/source/ui/func/fuediglu \
262 sd/source/ui/func/fuexpand \
263 sd/source/ui/func/fuformatpaintbrush \
264 sd/source/ui/func/fuhhconv \
265 sd/source/ui/func/fuinsert \
266 sd/source/ui/func/fuinsfil \
267 sd/source/ui/func/fuline \
268 sd/source/ui/func/fulinend \
269 sd/source/ui/func/fulink \
270 sd/source/ui/func/fumeasur \
271 sd/source/ui/func/fumorph \
272 sd/source/ui/func/fuoaprms \
273 sd/source/ui/func/fuolbull \
274 sd/source/ui/func/fuoltext \
275 sd/source/ui/func/fuoutl \
276 sd/source/ui/func/fupage \
277 sd/source/ui/func/fuparagr \
278 sd/source/ui/func/fupoor \
279 sd/source/ui/func/fuprlout \
280 sd/source/ui/func/fuprobjs \
281 sd/source/ui/func/fuscale \
282 sd/source/ui/func/fusearch \
283 sd/source/ui/func/fusel \
284 sd/source/ui/func/fusldlg \
285 sd/source/ui/func/fusnapln \
286 sd/source/ui/func/fusumry \
287 sd/source/ui/func/futempl \
288 sd/source/ui/func/futhes \
289 sd/source/ui/func/futransf \
290 sd/source/ui/func/futxtatt \
291 sd/source/ui/func/fuvect \
292 sd/source/ui/func/fuzoom \
293 sd/source/ui/func/sdundo \
294 sd/source/ui/func/sdundogr \
295 sd/source/ui/func/smarttag \
296 sd/source/ui/func/undoback \
297 sd/source/ui/func/undoheaderfooter \
298 sd/source/ui/func/undolayer \
299 sd/source/ui/func/undopage \
300 sd/source/ui/func/unmovss \
301 sd/source/ui/func/unoaprms \
302 sd/source/ui/func/unprlout \
303 sd/source/ui/presenter/CanvasUpdateRequester \
304 sd/source/ui/presenter/PresenterCanvas \
305 sd/source/ui/presenter/PresenterHelper \
306 sd/source/ui/presenter/PresenterPreviewCache \
307 sd/source/ui/presenter/PresenterTextView \
308 sd/source/ui/presenter/SlideRenderer \
309 sd/source/ui/slideshow/PaneHider \
310 sd/source/ui/slideshow/SlideShowRestarter \
311 sd/source/ui/slideshow/showwin \
312 sd/source/ui/slideshow/slideshow \
313 sd/source/ui/slideshow/slideshowimpl \
314 sd/source/ui/slideshow/slideshowviewimpl \
315 sd/source/ui/slidesorter/cache/SlsBitmapCache \
316 sd/source/ui/slidesorter/cache/SlsBitmapCompressor \
317 sd/source/ui/slidesorter/cache/SlsBitmapFactory \
318 sd/source/ui/slidesorter/cache/SlsCacheCompactor \
319 sd/source/ui/slidesorter/cache/SlsCacheConfiguration \
320 sd/source/ui/slidesorter/cache/SlsGenericPageCache \
321 sd/source/ui/slidesorter/cache/SlsPageCache \
322 sd/source/ui/slidesorter/cache/SlsPageCacheManager \
323 sd/source/ui/slidesorter/cache/SlsQueueProcessor \
324 sd/source/ui/slidesorter/cache/SlsRequestFactory \
325 sd/source/ui/slidesorter/cache/SlsRequestQueue \
326 sd/source/ui/slidesorter/controller/SlideSorterController \
327 sd/source/ui/slidesorter/controller/SlsAnimationFunction \
328 sd/source/ui/slidesorter/controller/SlsAnimator \
329 sd/source/ui/slidesorter/controller/SlsClipboard \
330 sd/source/ui/slidesorter/controller/SlsCurrentSlideManager \
331 sd/source/ui/slidesorter/controller/SlsDragAndDropContext \
332 sd/source/ui/slidesorter/controller/SlsFocusManager \
333 sd/source/ui/slidesorter/controller/SlsInsertionIndicatorHandler \
334 sd/source/ui/slidesorter/controller/SlsListener \
335 sd/source/ui/slidesorter/controller/SlsPageSelector \
336 sd/source/ui/slidesorter/controller/SlsProperties \
337 sd/source/ui/slidesorter/controller/SlsScrollBarManager \
338 sd/source/ui/slidesorter/controller/SlsSelectionCommand \
339 sd/source/ui/slidesorter/controller/SlsSelectionFunction \
340 sd/source/ui/slidesorter/controller/SlsSelectionManager \
341 sd/source/ui/slidesorter/controller/SlsSelectionObserver \
342 sd/source/ui/slidesorter/controller/SlsSlotManager \
343 sd/source/ui/slidesorter/controller/SlsTransferable \
344 sd/source/ui/slidesorter/controller/SlsVisibleAreaManager \
345 sd/source/ui/slidesorter/model/SlideSorterModel \
346 sd/source/ui/slidesorter/model/SlsPageDescriptor \
347 sd/source/ui/slidesorter/model/SlsPageEnumeration \
348 sd/source/ui/slidesorter/model/SlsPageEnumerationProvider \
349 sd/source/ui/slidesorter/model/SlsVisualState \
350 sd/source/ui/slidesorter/shell/SlideSorter \
351 sd/source/ui/slidesorter/shell/SlideSorterService \
352 sd/source/ui/slidesorter/shell/SlideSorterViewShell \
353 sd/source/ui/slidesorter/view/SlideSorterView \
354 sd/source/ui/slidesorter/view/SlsButtonBar \
355 sd/source/ui/slidesorter/view/SlsFontProvider \
356 sd/source/ui/slidesorter/view/SlsFramePainter \
357 sd/source/ui/slidesorter/view/SlsInsertAnimator \
358 sd/source/ui/slidesorter/view/SlsInsertionIndicatorOverlay \
359 sd/source/ui/slidesorter/view/SlsLayeredDevice \
360 sd/source/ui/slidesorter/view/SlsLayouter \
361 sd/source/ui/slidesorter/view/SlsPageObjectLayouter \
362 sd/source/ui/slidesorter/view/SlsPageObjectPainter \
363 sd/source/ui/slidesorter/view/SlsTheme \
364 sd/source/ui/slidesorter/view/SlsToolTip \
365 sd/source/ui/slidesorter/view/SlsViewCacheContext \
366 sd/source/ui/table/TableDesignPane \
367 sd/source/ui/table/tablefunction \
368 sd/source/ui/table/tableobjectbar \
369 sd/source/ui/toolpanel/ControlContainer \
370 sd/source/ui/toolpanel/LayoutMenu \
371 sd/source/ui/toolpanel/ScrollPanel \
372 sd/source/ui/toolpanel/SlideSorterCacheDisplay \
373 sd/source/ui/toolpanel/SubToolPanel \
374 sd/source/ui/toolpanel/TaskPaneControlFactory \
375 sd/source/ui/toolpanel/TaskPaneFocusManager \
376 sd/source/ui/toolpanel/TaskPaneShellManager \
377 sd/source/ui/toolpanel/TaskPaneTreeNode \
378 sd/source/ui/toolpanel/TestMenu \
379 sd/source/ui/toolpanel/TestPanel \
380 sd/source/ui/toolpanel/TitleBar \
381 sd/source/ui/toolpanel/TitledControl \
382 sd/source/ui/toolpanel/ToolPanel \
383 sd/source/ui/toolpanel/ToolPanelFactory \
384 sd/source/ui/toolpanel/ToolPanelUIElement \
385 sd/source/ui/toolpanel/ToolPanelViewShell \
386 sd/source/ui/toolpanel/controls/AllMasterPagesSelector \
387 sd/source/ui/toolpanel/controls/CurrentMasterPagesSelector \
388 sd/source/ui/toolpanel/controls/CustomAnimationPanel \
389 sd/source/ui/toolpanel/controls/DocumentHelper \
390 sd/source/ui/toolpanel/controls/MasterPageContainer \
391 sd/source/ui/toolpanel/controls/MasterPageContainerFiller \
392 sd/source/ui/toolpanel/controls/MasterPageContainerProviders \
393 sd/source/ui/toolpanel/controls/MasterPageContainerQueue \
394 sd/source/ui/toolpanel/controls/MasterPageDescriptor \
395 sd/source/ui/toolpanel/controls/MasterPageObserver \
396 sd/source/ui/toolpanel/controls/MasterPagesPanel \
397 sd/source/ui/toolpanel/controls/MasterPagesSelector \
398 sd/source/ui/toolpanel/controls/PreviewValueSet \
399 sd/source/ui/toolpanel/controls/RecentMasterPagesSelector \
400 sd/source/ui/toolpanel/controls/RecentlyUsedMasterPages \
401 sd/source/ui/toolpanel/controls/SlideTransitionPanel \
402 sd/source/ui/toolpanel/controls/TableDesignPanel \
403 sd/source/ui/tools/AsynchronousCall \
404 sd/source/ui/tools/ConfigurationAccess \
405 sd/source/ui/tools/EventMultiplexer \
406 sd/source/ui/tools/IconCache \
407 sd/source/ui/tools/IdleDetection \
408 sd/source/ui/tools/PreviewRenderer \
409 sd/source/ui/tools/PropertySet \
410 sd/source/ui/tools/SdGlobalResourceContainer \
411 sd/source/ui/tools/SlotStateListener \
412 sd/source/ui/tools/TimerBasedTaskExecution \
413 sd/source/ui/unoidl/DrawController \
414 sd/source/ui/unoidl/SdUnoDrawView \
415 sd/source/ui/unoidl/SdUnoOutlineView \
416 sd/source/ui/unoidl/SdUnoSlideView \
417 sd/source/ui/unoidl/UnoDocumentSettings \
418 sd/source/ui/unoidl/facreg \
419 sd/source/ui/unoidl/randomnode \
420 sd/source/ui/unoidl/unocpres \
421 sd/source/ui/unoidl/unodoc \
422 sd/source/ui/unoidl/unokywds \
423 sd/source/ui/unoidl/unolayer \
424 sd/source/ui/unoidl/unomodel \
425 sd/source/ui/unoidl/unomodule \
426 sd/source/ui/unoidl/unoobj \
427 sd/source/ui/unoidl/unopage \
428 sd/source/ui/unoidl/unopback \
429 sd/source/ui/unoidl/unopool \
430 sd/source/ui/unoidl/unosrch \
431 sd/source/ui/view/DocumentRenderer \
432 sd/source/ui/view/FormShellManager \
433 sd/source/ui/view/GraphicObjectBar \
434 sd/source/ui/view/GraphicViewShellBase \
435 sd/source/ui/view/ImpressViewShellBase \
436 sd/source/ui/view/MediaObjectBar \
437 sd/source/ui/view/OutlineViewShellBase \
438 sd/source/ui/view/Outliner \
439 sd/source/ui/view/OutlinerIterator \
440 sd/source/ui/view/PresentationViewShellBase \
441 sd/source/ui/view/SlideSorterViewShellBase \
442 sd/source/ui/view/ToolBarManager \
443 sd/source/ui/view/UpdateLockManager \
444 sd/source/ui/view/ViewClipboard \
445 sd/source/ui/view/ViewShellBase \
446 sd/source/ui/view/ViewShellHint \
447 sd/source/ui/view/ViewShellImplementation \
448 sd/source/ui/view/ViewShellManager \
449 sd/source/ui/view/ViewTabBar \
450 sd/source/ui/view/WindowUpdater \
451 sd/source/ui/view/clview \
452 sd/source/ui/view/drawview \
453 sd/source/ui/view/drbezob \
454 sd/source/ui/view/drtxtob \
455 sd/source/ui/view/drtxtob1 \
456 sd/source/ui/view/drviews1 \
457 sd/source/ui/view/drviews2 \
458 sd/source/ui/view/drviews3 \
459 sd/source/ui/view/drviews4 \
460 sd/source/ui/view/drviews5 \
461 sd/source/ui/view/drviews6 \
462 sd/source/ui/view/drviews7 \
463 sd/source/ui/view/drviews8 \
464 sd/source/ui/view/drviews9 \
465 sd/source/ui/view/drviewsa \
466 sd/source/ui/view/drviewsb \
467 sd/source/ui/view/drviewsc \
468 sd/source/ui/view/drviewsd \
469 sd/source/ui/view/drviewse \
470 sd/source/ui/view/drviewsf \
471 sd/source/ui/view/drviewsg \
472 sd/source/ui/view/drviewsh \
473 sd/source/ui/view/drviewsi \
474 sd/source/ui/view/drviewsj \
475 sd/source/ui/view/drvwshrg \
476 sd/source/ui/view/frmview \
477 sd/source/ui/view/grviewsh \
478 sd/source/ui/view/outlnvs2 \
479 sd/source/ui/view/outlnvsh \
480 sd/source/ui/view/outlview \
481 sd/source/ui/view/presvish \
482 sd/source/ui/view/sdruler \
483 sd/source/ui/view/sdview \
484 sd/source/ui/view/sdview2 \
485 sd/source/ui/view/sdview3 \
486 sd/source/ui/view/sdview4 \
487 sd/source/ui/view/sdview5 \
488 sd/source/ui/view/sdwindow \
489 sd/source/ui/view/tabcontr \
490 sd/source/ui/view/unmodpg \
491 sd/source/ui/view/viewoverlaymanager \
492 sd/source/ui/view/viewshe2 \
493 sd/source/ui/view/viewshe3 \
494 sd/source/ui/view/viewshel \
495 sd/source/ui/view/zoomlist \
498 $(eval $(call gb_Library_add_noexception_objects,sd,\
499 sd/source/ui/app/sdresid \
502 ifeq ($(strip $(GUI)),WNT)
503 $(eval $(call gb_Library_add_cxxobjects,sd,\
504 sd/source/ui/app/optsitem \
505 sd/source/ui/func/futext \
506 , $(gb_COMPILERNOOPTFLAGS) $(gb_LinkTarget_EXCEPTIONFLAGS) \
508 else
509 $(eval $(call gb_Library_add_exception_objects,sd,\
510 sd/source/ui/app/optsitem \
511 sd/source/ui/func/futext \
513 endif
515 ifeq ($(strip $(COM)),GCC)
516 $(eval $(call gb_Library_add_cxxobjects,sd,\
517 sd/source/ui/unoidl/unowcntr \
518 , $(gb_COMPILERNOOPTFLAGS) $(gb_LinkTarget_EXCEPTIONFLAGS) \
520 else
521 $(eval $(call gb_Library_add_exception_objects,sd,\
522 sd/source/ui/unoidl/unowcntr \
524 endif
526 # vim: set noet sw=4 ts=4: