hunspell: no need for autoreconf when not patching configure
[LibreOffice.git] / sd / Library_sd.mk
blob67109b97c96036b67f8e1247262ee374038b5028
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,sd))
12 $(eval $(call gb_Library_set_precompiled_header,sd,$(SRCDIR)/sd/inc/pch/precompiled_sd))
14 # runtime dependency for unit tests
15 $(eval $(call gb_Library_use_package,sd,sd_xml))
17 $(eval $(call gb_SdiTarget_SdiTarget,sd/sdi/sdslots,sd/sdi/sdslots))
19 $(eval $(call gb_SdiTarget_set_include,sd/sdi/sdslots,\
20 -I$(SRCDIR)/sd/inc \
21 -I$(SRCDIR)/sd/sdi \
22 -I$(SRCDIR)/svx/sdi \
23 -I$(SRCDIR)/sfx2/sdi \
24 $$(INCLUDE) \
27 $(eval $(call gb_SdiTarget_SdiTarget,sd/sdi/sdgslots,sd/sdi/sdgslots))
29 $(eval $(call gb_SdiTarget_set_include,sd/sdi/sdgslots,\
30 -I$(SRCDIR)/sd/inc \
31 -I$(SRCDIR)/sd/sdi \
32 -I$(SRCDIR)/svx/sdi \
33 -I$(SRCDIR)/sfx2/sdi \
34 $$(INCLUDE) \
37 $(eval $(call gb_Library_add_sdi_headers,sd,\
38 sd/sdi/sdgslots \
39 sd/sdi/sdslots \
42 $(eval $(call gb_Library_set_include,sd,\
43 $$(INCLUDE) \
44 -I$(SRCDIR)/sd/inc \
45 -I$(SRCDIR)/sd/source/ui/inc \
46 -I$(SRCDIR)/sd/source/ui/slidesorter/inc \
47 -I$(WORKDIR)/SdiTarget/sd/sdi \
50 $(eval $(call gb_Library_add_defs,sd,\
51 -DSD_DLLIMPLEMENTATION \
52 -DSDUI_DLL_NAME=\"$(call gb_Library_get_runtime_filename,$(call gb_Library__get_name,sdui))\" \
55 ifneq ($(strip $(dbg_anim_log)$(DBG_ANIM_LOG)),)
56 $(eval $(call gb_Library_add_defs,sd,\
57 $$(DEFS) \
58 -DDBG_ANIM_LOG \
60 endif
62 $(eval $(call gb_Library_use_custom_headers,sd,\
63 officecfg/registry \
66 $(eval $(call gb_Library_use_sdk_api,sd))
68 $(eval $(call gb_Library_use_libraries,sd,\
69 $(call gb_Helper_optional,AVMEDIA,avmedia) \
70 basegfx \
71 canvastools \
72 comphelper \
73 cppcanvas \
74 cppu \
75 cppuhelper \
76 drawinglayer \
77 editeng \
78 i18nlangtag \
79 i18nutil \
80 msfilter \
81 oox \
82 sal \
83 salhelper \
84 sax \
85 sb \
86 sfx \
87 sot \
88 svl \
89 svt \
90 svxcore \
91 svx \
92 tk \
93 tl \
94 ucbhelper \
95 utl \
96 vcl \
97 $(if $(ENABLE_NSS),xmlsecurity) \
100 $(eval $(call gb_Library_use_externals,sd,\
101 bluez_bluetooth_headers \
102 boost_headers \
103 libxml2 \
104 dbus \
105 $(if $(ENABLE_AVAHI), \
106 avahi \
108 icu_headers \
111 ifneq ($(DBUS_HAVE_GLIB),)
112 $(eval $(call gb_Library_add_defs,sd,\
113 $(DBUS_GLIB_CFLAGS) \
115 $(eval $(call gb_Library_add_libs,sd,\
116 $(DBUS_GLIB_LIBS) \
118 endif
120 ifeq ($(OS),WNT)
121 $(eval $(call gb_Library_use_system_win32_libs,sd,\
122 uuid \
123 ws2_32 \
125 endif
127 $(eval $(call gb_Library_set_componentfile,sd,sd/util/sd))
129 $(eval $(call gb_Library_add_exception_objects,sd,\
130 sd/source/core/CustomAnimationCloner \
131 sd/source/core/CustomAnimationEffect \
132 sd/source/core/CustomAnimationPreset \
133 sd/source/core/EffectMigration \
134 sd/source/core/PageListWatcher \
135 sd/source/core/TransitionPreset \
136 sd/source/core/anminfo \
137 sd/source/core/annotations/Annotation \
138 sd/source/core/annotations/AnnotationEnumeration \
139 sd/source/core/cusshow \
140 sd/source/core/drawdoc \
141 sd/source/core/drawdoc2 \
142 sd/source/core/drawdoc3 \
143 sd/source/core/drawdoc4 \
144 sd/source/core/drawdoc_animations \
145 sd/source/core/pglink \
146 sd/source/core/sdiocmpt \
147 sd/source/core/sdpage \
148 sd/source/core/sdpage2 \
149 sd/source/core/sdpage_animations \
150 sd/source/core/shapelist \
151 sd/source/core/stlfamily \
152 sd/source/core/stlpool \
153 sd/source/core/stlsheet \
154 sd/source/core/text/textapi \
155 sd/source/core/typemap \
156 sd/source/core/undo/undofactory \
157 sd/source/core/undo/undomanager \
158 sd/source/core/undo/undoobjects \
159 sd/source/core/undoanim \
160 sd/source/filter/cgm/sdcgmfilter \
161 sd/source/filter/grf/sdgrffilter \
162 sd/source/filter/html/HtmlOptionsDialog \
163 sd/source/filter/html/buttonset \
164 sd/source/filter/html/htmlex \
165 sd/source/filter/html/sdhtmlfilter \
166 sd/source/filter/pdf/sdpdffilter \
167 sd/source/filter/sdfilter \
168 sd/source/filter/sdpptwrp \
169 sd/source/filter/xml/sdtransform \
170 sd/source/filter/xml/sdxmlwrp \
171 sd/source/helper/simplereferencecomponent \
172 sd/source/ui/accessibility/AccessibleDocumentViewBase \
173 sd/source/ui/accessibility/AccessibleDrawDocumentView \
174 sd/source/ui/accessibility/AccessibleOutlineEditSource \
175 sd/source/ui/accessibility/AccessibleOutlineView \
176 sd/source/ui/accessibility/AccessiblePageShape \
177 sd/source/ui/accessibility/AccessiblePresentationGraphicShape \
178 sd/source/ui/accessibility/AccessiblePresentationOLEShape \
179 sd/source/ui/accessibility/AccessiblePresentationShape \
180 sd/source/ui/accessibility/AccessibleSlideSorterObject \
181 sd/source/ui/accessibility/AccessibleSlideSorterView \
182 sd/source/ui/accessibility/AccessibleViewForwarder \
183 sd/source/ui/accessibility/SdShapeTypes \
184 sd/source/ui/animations/CategoryListBox \
185 sd/source/ui/animations/CustomAnimationBox \
186 sd/source/ui/animations/CustomAnimationDialog \
187 sd/source/ui/animations/CustomAnimationList \
188 sd/source/ui/animations/CustomAnimationPane \
189 sd/source/ui/animations/STLPropertySet \
190 sd/source/ui/animations/SlideTransitionPane \
191 sd/source/ui/animations/SlideTransitionBox \
192 sd/source/ui/animations/motionpathtag \
193 sd/source/ui/annotations/annotationmanager \
194 sd/source/ui/annotations/annotationtag \
195 sd/source/ui/annotations/annotationwindow \
196 sd/source/ui/app/optsitem \
197 sd/source/ui/app/sddll \
198 sd/source/ui/app/sdmod \
199 sd/source/ui/app/sdmod1 \
200 sd/source/ui/app/sdmod2 \
201 sd/source/ui/app/sdpopup \
202 sd/source/ui/app/sdxfer \
203 sd/source/ui/app/tmplctrl \
204 sd/source/ui/controller/slidelayoutcontroller \
205 sd/source/ui/controller/displaymodecontroller \
206 sd/source/ui/dlg/AnimationChildWindow \
207 sd/source/ui/dlg/LayerTabBar \
208 sd/source/ui/dlg/NavigatorChildWindow \
209 sd/source/ui/dlg/PaneChildWindows \
210 sd/source/ui/dlg/PaneDockingWindow \
211 sd/source/ui/dlg/PaneShells \
212 sd/source/ui/dlg/SpellDialogChildWindow \
213 sd/source/ui/dlg/TemplateScanner \
214 sd/source/ui/dlg/animobjs \
215 sd/source/ui/dlg/assclass \
216 sd/source/ui/dlg/diactrl \
217 sd/source/ui/dlg/docprev \
218 sd/source/ui/dlg/filedlg \
219 sd/source/ui/dlg/gluectrl \
220 sd/source/ui/dlg/ins_paste \
221 sd/source/ui/dlg/layeroptionsdlg \
222 sd/source/ui/dlg/navigatr \
223 sd/source/ui/dlg/sdabstdlg \
224 sd/source/ui/dlg/sdtreelb \
225 sd/source/ui/dlg/unchss \
226 sd/source/ui/docshell/docshel2 \
227 sd/source/ui/docshell/docshel3 \
228 sd/source/ui/docshell/docshel4 \
229 sd/source/ui/docshell/docshell \
230 sd/source/ui/docshell/grdocsh \
231 sd/source/ui/docshell/sdclient \
232 sd/source/ui/framework/configuration/ChangeRequestQueue \
233 sd/source/ui/framework/configuration/ChangeRequestQueueProcessor \
234 sd/source/ui/framework/configuration/Configuration \
235 sd/source/ui/framework/configuration/ConfigurationClassifier \
236 sd/source/ui/framework/configuration/ConfigurationController \
237 sd/source/ui/framework/configuration/ConfigurationControllerBroadcaster \
238 sd/source/ui/framework/configuration/ConfigurationControllerResourceManager \
239 sd/source/ui/framework/configuration/ConfigurationTracer \
240 sd/source/ui/framework/configuration/ConfigurationUpdater \
241 sd/source/ui/framework/configuration/GenericConfigurationChangeRequest \
242 sd/source/ui/framework/configuration/ResourceFactoryManager \
243 sd/source/ui/framework/configuration/ResourceId \
244 sd/source/ui/framework/configuration/UpdateRequest \
245 sd/source/ui/framework/factories/BasicPaneFactory \
246 sd/source/ui/framework/factories/BasicToolBarFactory \
247 sd/source/ui/framework/factories/BasicViewFactory \
248 sd/source/ui/framework/factories/ChildWindowPane \
249 sd/source/ui/framework/factories/FrameWindowPane \
250 sd/source/ui/framework/factories/FullScreenPane \
251 sd/source/ui/framework/factories/Pane \
252 sd/source/ui/framework/factories/PresentationFactory \
253 sd/source/ui/framework/factories/ViewShellWrapper \
254 sd/source/ui/framework/module/CenterViewFocusModule \
255 sd/source/ui/framework/module/DrawModule \
256 sd/source/ui/framework/module/ImpressModule \
257 sd/source/ui/framework/module/ModuleController \
258 sd/source/ui/framework/module/PresentationModule \
259 sd/source/ui/framework/module/ShellStackGuard \
260 sd/source/ui/framework/module/SlideSorterModule \
261 sd/source/ui/framework/module/ToolBarModule \
262 sd/source/ui/framework/module/ViewTabBarModule \
263 sd/source/ui/framework/tools/FrameworkHelper \
264 sd/source/ui/func/bulmaper \
265 sd/source/ui/func/fuarea \
266 sd/source/ui/func/fubullet \
267 sd/source/ui/func/fuchar \
268 sd/source/ui/func/fucon3d \
269 sd/source/ui/func/fuconarc \
270 sd/source/ui/func/fuconbez \
271 sd/source/ui/func/fuconcs \
272 sd/source/ui/func/fuconnct \
273 sd/source/ui/func/fuconrec \
274 sd/source/ui/func/fuconstr \
275 sd/source/ui/func/fuconuno \
276 sd/source/ui/func/fucopy \
277 sd/source/ui/func/fucushow \
278 sd/source/ui/func/fudraw \
279 sd/source/ui/func/fudspord \
280 sd/source/ui/func/fuediglu \
281 sd/source/ui/func/fuexpand \
282 sd/source/ui/func/fuformatpaintbrush \
283 sd/source/ui/func/fuhhconv \
284 sd/source/ui/func/fuinsert \
285 sd/source/ui/func/fuinsfil \
286 sd/source/ui/func/fuline \
287 sd/source/ui/func/fulinend \
288 sd/source/ui/func/fulink \
289 sd/source/ui/func/fumeasur \
290 sd/source/ui/func/fumorph \
291 sd/source/ui/func/funavig \
292 sd/source/ui/func/fuoaprms \
293 sd/source/ui/func/fuolbull \
294 sd/source/ui/func/fuoltext \
295 sd/source/ui/func/fupage \
296 sd/source/ui/func/fuparagr \
297 sd/source/ui/func/fupoor \
298 sd/source/ui/func/fuprlout \
299 sd/source/ui/func/fuprobjs \
300 sd/source/ui/func/fuscale \
301 sd/source/ui/func/fusearch \
302 sd/source/ui/func/fusel \
303 sd/source/ui/func/fusldlg \
304 sd/source/ui/func/fusnapln \
305 sd/source/ui/func/fusumry \
306 sd/source/ui/func/futempl \
307 sd/source/ui/func/futext \
308 sd/source/ui/func/futhes \
309 sd/source/ui/func/futransf \
310 sd/source/ui/func/futxtatt \
311 sd/source/ui/func/fuvect \
312 sd/source/ui/func/fuzoom \
313 sd/source/ui/func/sdundogr \
314 sd/source/ui/func/smarttag \
315 sd/source/ui/func/undoback \
316 sd/source/ui/func/undoheaderfooter \
317 sd/source/ui/func/undolayer \
318 sd/source/ui/func/undopage \
319 sd/source/ui/func/unmovss \
320 sd/source/ui/func/unoaprms \
321 sd/source/ui/func/unprlout \
322 sd/source/ui/presenter/CanvasUpdateRequester \
323 sd/source/ui/presenter/PresenterCanvas \
324 sd/source/ui/presenter/PresenterHelper \
325 sd/source/ui/presenter/PresenterPreviewCache \
326 sd/source/ui/presenter/PresenterTextView \
327 sd/source/ui/presenter/SlideRenderer \
328 sd/source/ui/sidebar/AllMasterPagesSelector \
329 sd/source/ui/sidebar/CurrentMasterPagesSelector \
330 sd/source/ui/sidebar/CustomAnimationPanel \
331 sd/source/ui/sidebar/DocumentHelper \
332 sd/source/ui/sidebar/LayoutMenu \
333 sd/source/ui/sidebar/MasterPageContainer \
334 sd/source/ui/sidebar/MasterPageContainerFiller \
335 sd/source/ui/sidebar/MasterPageContainerProviders \
336 sd/source/ui/sidebar/MasterPageContainerQueue \
337 sd/source/ui/sidebar/MasterPageDescriptor \
338 sd/source/ui/sidebar/MasterPageObserver \
339 sd/source/ui/sidebar/MasterPagesSelector \
340 sd/source/ui/sidebar/NavigatorWrapper \
341 sd/source/ui/sidebar/PanelBase \
342 sd/source/ui/sidebar/PanelFactory \
343 sd/source/ui/sidebar/PreviewValueSet \
344 sd/source/ui/sidebar/RecentlyUsedMasterPages \
345 sd/source/ui/sidebar/RecentMasterPagesSelector \
346 sd/source/ui/sidebar/SlideTransitionPanel \
347 sd/source/ui/sidebar/SlideBackground \
348 sd/source/ui/sidebar/TableDesignPanel \
349 sd/source/ui/slideshow/PaneHider \
350 sd/source/ui/slideshow/SlideShowRestarter \
351 sd/source/ui/slideshow/showwin \
352 sd/source/ui/slideshow/slideshow \
353 sd/source/ui/slideshow/slideshowimpl \
354 sd/source/ui/slideshow/slideshowviewimpl \
355 sd/source/ui/slidesorter/cache/SlsBitmapCache \
356 sd/source/ui/slidesorter/cache/SlsBitmapCompressor \
357 sd/source/ui/slidesorter/cache/SlsBitmapFactory \
358 sd/source/ui/slidesorter/cache/SlsCacheCompactor \
359 sd/source/ui/slidesorter/cache/SlsCacheConfiguration \
360 sd/source/ui/slidesorter/cache/SlsGenericPageCache \
361 sd/source/ui/slidesorter/cache/SlsPageCache \
362 sd/source/ui/slidesorter/cache/SlsPageCacheManager \
363 sd/source/ui/slidesorter/cache/SlsQueueProcessor \
364 sd/source/ui/slidesorter/cache/SlsRequestFactory \
365 sd/source/ui/slidesorter/cache/SlsRequestQueue \
366 sd/source/ui/slidesorter/controller/SlideSorterController \
367 sd/source/ui/slidesorter/controller/SlsAnimationFunction \
368 sd/source/ui/slidesorter/controller/SlsAnimator \
369 sd/source/ui/slidesorter/controller/SlsClipboard \
370 sd/source/ui/slidesorter/controller/SlsCurrentSlideManager \
371 sd/source/ui/slidesorter/controller/SlsDragAndDropContext \
372 sd/source/ui/slidesorter/controller/SlsFocusManager \
373 sd/source/ui/slidesorter/controller/SlsInsertionIndicatorHandler \
374 sd/source/ui/slidesorter/controller/SlsListener \
375 sd/source/ui/slidesorter/controller/SlsPageSelector \
376 sd/source/ui/slidesorter/controller/SlsProperties \
377 sd/source/ui/slidesorter/controller/SlsScrollBarManager \
378 sd/source/ui/slidesorter/controller/SlsSelectionFunction \
379 sd/source/ui/slidesorter/controller/SlsSelectionManager \
380 sd/source/ui/slidesorter/controller/SlsSelectionObserver \
381 sd/source/ui/slidesorter/controller/SlsSlotManager \
382 sd/source/ui/slidesorter/controller/SlsTransferableData \
383 sd/source/ui/slidesorter/controller/SlsVisibleAreaManager \
384 sd/source/ui/slidesorter/model/SlideSorterModel \
385 sd/source/ui/slidesorter/model/SlsPageDescriptor \
386 sd/source/ui/slidesorter/model/SlsPageEnumeration \
387 sd/source/ui/slidesorter/model/SlsPageEnumerationProvider \
388 sd/source/ui/slidesorter/model/SlsVisualState \
389 sd/source/ui/slidesorter/shell/SlideSorter \
390 sd/source/ui/slidesorter/shell/SlideSorterService \
391 sd/source/ui/slidesorter/shell/SlideSorterViewShell \
392 sd/source/ui/slidesorter/view/SlideSorterView \
393 sd/source/ui/slidesorter/view/SlsFontProvider \
394 sd/source/ui/slidesorter/view/SlsFramePainter \
395 sd/source/ui/slidesorter/view/SlsInsertAnimator \
396 sd/source/ui/slidesorter/view/SlsInsertionIndicatorOverlay \
397 sd/source/ui/slidesorter/view/SlsLayeredDevice \
398 sd/source/ui/slidesorter/view/SlsLayouter \
399 sd/source/ui/slidesorter/view/SlsPageObjectLayouter \
400 sd/source/ui/slidesorter/view/SlsPageObjectPainter \
401 sd/source/ui/slidesorter/view/SlsTheme \
402 sd/source/ui/slidesorter/view/SlsToolTip \
403 sd/source/ui/slidesorter/view/SlsViewCacheContext \
404 sd/source/ui/table/TableDesignBox \
405 sd/source/ui/table/TableDesignPane \
406 sd/source/ui/table/tablefunction \
407 sd/source/ui/table/tableobjectbar \
408 sd/source/ui/tools/AsynchronousCall \
409 sd/source/ui/tools/ConfigurationAccess \
410 sd/source/ui/tools/EventMultiplexer \
411 sd/source/ui/tools/IconCache \
412 sd/source/ui/tools/IdleDetection \
413 sd/source/ui/tools/PreviewRenderer \
414 sd/source/ui/tools/PropertySet \
415 sd/source/ui/tools/SdGlobalResourceContainer \
416 sd/source/ui/tools/SlotStateListener \
417 sd/source/ui/tools/TimerBasedTaskExecution \
418 sd/source/ui/uitest/uiobject \
419 sd/source/ui/unoidl/DrawController \
420 sd/source/ui/unoidl/SdUnoDrawView \
421 sd/source/ui/unoidl/SdUnoOutlineView \
422 sd/source/ui/unoidl/SdUnoSlideView \
423 sd/source/ui/unoidl/UnoDocumentSettings \
424 sd/source/ui/unoidl/facreg \
425 sd/source/ui/unoidl/randomnode \
426 sd/source/ui/unoidl/unocpres \
427 sd/source/ui/unoidl/unodoc \
428 sd/source/ui/unoidl/unolayer \
429 sd/source/ui/unoidl/unomodel \
430 sd/source/ui/unoidl/unomodule \
431 sd/source/ui/unoidl/unoobj \
432 sd/source/ui/unoidl/unopage \
433 sd/source/ui/unoidl/unopback \
434 sd/source/ui/unoidl/unopool \
435 sd/source/ui/unoidl/unosrch \
436 sd/source/ui/unoidl/unowcntr \
437 sd/source/ui/view/DocumentRenderer \
438 sd/source/ui/view/FormShellManager \
439 sd/source/ui/view/GraphicObjectBar \
440 sd/source/ui/view/GraphicViewShellBase \
441 sd/source/ui/view/ImpressViewShellBase \
442 sd/source/ui/view/MediaObjectBar \
443 sd/source/ui/view/OutlineViewShellBase \
444 sd/source/ui/view/Outliner \
445 sd/source/ui/view/OutlinerIterator \
446 sd/source/ui/view/PresentationViewShellBase \
447 sd/source/ui/view/SlideSorterViewShellBase \
448 sd/source/ui/view/ToolBarManager \
449 sd/source/ui/view/ViewClipboard \
450 sd/source/ui/view/ViewShellBase \
451 sd/source/ui/view/ViewShellHint \
452 sd/source/ui/view/ViewShellImplementation \
453 sd/source/ui/view/ViewShellManager \
454 sd/source/ui/view/ViewTabBar \
455 sd/source/ui/view/WindowUpdater \
456 sd/source/ui/view/clview \
457 sd/source/ui/view/drawview \
458 sd/source/ui/view/drbezob \
459 sd/source/ui/view/drtxtob \
460 sd/source/ui/view/drtxtob1 \
461 sd/source/ui/view/drviews1 \
462 sd/source/ui/view/drviews2 \
463 sd/source/ui/view/drviews3 \
464 sd/source/ui/view/drviews4 \
465 sd/source/ui/view/drviews5 \
466 sd/source/ui/view/drviews6 \
467 sd/source/ui/view/drviews7 \
468 sd/source/ui/view/drviews8 \
469 sd/source/ui/view/drviews9 \
470 sd/source/ui/view/drviewsa \
471 sd/source/ui/view/drviewsb \
472 sd/source/ui/view/drviewsc \
473 sd/source/ui/view/drviewsd \
474 sd/source/ui/view/drviewse \
475 sd/source/ui/view/drviewsf \
476 sd/source/ui/view/drviewsg \
477 sd/source/ui/view/drviewsh \
478 sd/source/ui/view/drviewsi \
479 sd/source/ui/view/drviewsj \
480 sd/source/ui/view/drviewsk \
481 sd/source/ui/view/drvwshrg \
482 sd/source/ui/view/frmview \
483 sd/source/ui/view/grviewsh \
484 sd/source/ui/view/outlnvs2 \
485 sd/source/ui/view/outlnvsh \
486 sd/source/ui/view/outlview \
487 sd/source/ui/view/presvish \
488 sd/source/ui/view/sdruler \
489 sd/source/ui/view/sdview \
490 sd/source/ui/view/sdview2 \
491 sd/source/ui/view/sdview3 \
492 sd/source/ui/view/sdview4 \
493 sd/source/ui/view/sdview5 \
494 sd/source/ui/view/sdwindow \
495 sd/source/ui/view/tabcontr \
496 sd/source/ui/view/unmodpg \
497 sd/source/ui/view/viewoverlaymanager \
498 sd/source/ui/view/viewshe2 \
499 sd/source/ui/view/viewshe3 \
500 sd/source/ui/view/viewshel \
501 sd/source/ui/view/zoomlist \
504 ifeq ($(ENABLE_SDREMOTE),TRUE)
505 $(eval $(call gb_Library_add_exception_objects,sd,\
506 sd/source/ui/remotecontrol/BufferedStreamSocket \
507 sd/source/ui/remotecontrol/Communicator \
508 sd/source/ui/remotecontrol/ImagePreparer \
509 sd/source/ui/remotecontrol/Server \
510 sd/source/ui/remotecontrol/Receiver \
511 sd/source/ui/remotecontrol/Listener \
512 sd/source/ui/remotecontrol/Transmitter \
515 ifeq ($(OS),MACOSX)
516 $(eval $(call gb_Library_add_objcxxobjects,sd,\
517 sd/source/ui/remotecontrol/DiscoveryService \
518 sd/source/ui/remotecontrol/OSXNetworkService \
521 else # OS!=MACSOX
523 ifeq ($(ENABLE_AVAHI),TRUE)
524 $(eval $(call gb_Library_add_exception_objects,sd,\
525 sd/source/ui/remotecontrol/AvahiNetworkService \
527 endif # ENABLE_AVAHI=TRUE
529 $(eval $(call gb_Library_add_exception_objects,sd,\
530 sd/source/ui/remotecontrol/DiscoveryService \
533 ifeq ($(OS),WNT)
535 $(eval $(call gb_Library_add_exception_objects,sd,\
536 sd/source/ui/remotecontrol/WINNetworkService \
539 $(eval $(call gb_Library_use_external,sd,mDNSResponder))
541 endif # OS=WNT
543 endif # OS!=MACOSX
545 $(eval $(call gb_Library_add_defs,sd,\
546 -DENABLE_SDREMOTE \
549 ifeq ($(ENABLE_SDREMOTE_BLUETOOTH),TRUE)
551 ifneq ($(OS),MACOSX)
553 $(eval $(call gb_Library_add_exception_objects,sd,\
554 sd/source/ui/remotecontrol/BluetoothServer \
557 else # OS!=MACOSX
559 $(eval $(call gb_Library_add_objcxxobjects,sd,\
560 sd/source/ui/remotecontrol/BluetoothServer \
561 sd/source/ui/remotecontrol/OSXBluetooth \
564 $(eval $(call gb_Library_add_libs,sd,\
565 -lobjc \
568 $(eval $(call gb_Library_use_system_darwin_frameworks,sd,\
569 Foundation \
570 IOBluetooth \
573 endif # OS!=MACOSX
575 $(eval $(call gb_Library_add_defs,sd,\
576 -DENABLE_SDREMOTE_BLUETOOTH \
579 endif # ENABLE_SDREMOTE_BLUETOOTH=TRUE
581 endif # ENABLE_SDREMOTE=TRUE
583 # vim: set noet sw=4 ts=4: