Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/C/LibreOffice/sd/   (Office von Apache Version 25.8.3.2©)  Datei vom 5.10.2025 mit Größe 19 kB image not shown  

Quelle  Library_sd.mk   Sprache: Shell

 
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#
# This file is part of the LibreOffice project.
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#

$(eval $(call gb_Library_Library,sd))

$(eval $(call gb_Library_set_precompiled_header,sd,sd/inc/pch/precompiled_sd))

# runtime dependency for unit tests
$(eval $(call gb_Library_use_package,sd,sd_xml))

$(eval $(call gb_SdiTarget_SdiTarget,sd/sdi/sdslots,sd/sdi/sdslots))

$(eval $(call gb_SdiTarget_set_include,sd/sdi/sdslots,\
 -I$(SRCDIR)/sd/inc \
 -I$(SRCDIR)/sd/sdi \
 -I$(SRCDIR)/svx/sdi \
 -I$(SRCDIR)/sfx2/sdi \
 $$(INCLUDE) \
))

$(eval $(call gb_SdiTarget_SdiTarget,sd/sdi/sdgslots,sd/sdi/sdgslots))

$(eval $(call gb_SdiTarget_set_include,sd/sdi/sdgslots,\
 -I$(SRCDIR)/sd/inc \
 -I$(SRCDIR)/sd/sdi \
 -I$(SRCDIR)/svx/sdi \
 -I$(SRCDIR)/sfx2/sdi \
 $$(INCLUDE) \
))

$(eval $(call gb_Library_add_sdi_headers,sd,\
 sd/sdi/sdgslots \
 sd/sdi/sdslots \
))

$(eval $(call gb_Library_set_include,sd,\
 $$(INCLUDE) \
 -I$(SRCDIR)/sd/inc \
 -I$(SRCDIR)/sd/source/ui/inc \
 -I$(SRCDIR)/sd/source/ui/slidesorter/inc \
 -I$(WORKDIR)/SdiTarget/sd/sdi \
))

$(eval $(call gb_Library_add_defs,sd,\
 -DSD_DLLIMPLEMENTATION \
 -DSDUI_DLL_NAME=\"$(call gb_Library_get_runtime_filename,$(call gb_Library__get_name,sdui))\" \
))

ifneq ($(strip $(dbg_anim_log)$(DBG_ANIM_LOG)),)
$(eval $(call gb_Library_add_defs,sd,\
 $$(DEFS) \
 -DDBG_ANIM_LOG \
))
endif

$(eval $(call gb_Library_use_custom_headers,sd,\
 officecfg/registry \
 oox/generated \
))

$(eval $(call gb_Library_use_sdk_api,sd))

$(eval $(call gb_Library_use_libraries,sd,\
 avmedia \
 basegfx \
 canvastools \
 comphelper \
 cppcanvas \
 cppu \
 cppuhelper \
 docmodel \
 drawinglayercore \
 drawinglayer \
 editeng \
 i18nlangtag \
 i18nutil \
 icg \
 msfilter \
 oox \
 sal \
 salhelper \
 sax \
 xo \
 sb \
 sfx \
 sot \
 svl \
 svt \
 svxcore \
 svx \
 tk \
 tl \
 ucbhelper \
 utl \
 vcl \
 $(if $(ENABLE_NSS),xmlsecurity) \
))

$(eval $(call gb_Library_use_externals,sd,\
 boost_headers \
 libxml2 \
 dbus \
 $(if $(ENABLE_AVAHI), \
  avahi \
 ) \
 icu_headers \
 frozen \
))

ifneq ($(DBUS_HAVE_GLIB),)
$(eval $(call gb_Library_set_include,sd,\
 $$(INCLUDE) \
 $(DBUS_GLIB_CFLAGS) \
))
$(eval $(call gb_Library_add_libs,sd,\
 $(DBUS_GLIB_LIBS) \
))
endif

ifeq ($(OS),WNT)
$(eval $(call gb_Library_use_system_win32_libs,sd,\
 uuid \
 ws2_32 \
))
endif

$(eval $(call gb_Library_set_componentfile,sd,sd/util/sd,services))

ifneq ($(ENABLE_WASM_STRIP_ACCESSIBILITY),TRUE)
$(eval $(call gb_Library_add_exception_objects,sd,\
 sd/source/ui/accessibility/AccessibleDocumentViewBase \
 sd/source/ui/accessibility/AccessibleDrawDocumentView \
 sd/source/ui/accessibility/AccessibleOutlineEditSource \
 sd/source/ui/accessibility/AccessibleOutlineView \
 sd/source/ui/accessibility/AccessiblePageShape \
 sd/source/ui/accessibility/AccessiblePresentationGraphicShape \
 sd/source/ui/accessibility/AccessiblePresentationOLEShape \
 sd/source/ui/accessibility/AccessiblePresentationShape \
 sd/source/ui/accessibility/AccessibleSlideSorterObject \
 sd/source/ui/accessibility/AccessibleSlideSorterView \
 sd/source/ui/accessibility/AccessibleViewForwarder \
 sd/source/ui/accessibility/SdShapeTypes \
))
endif

$(eval $(call gb_Library_add_exception_objects,sd,\
 sd/source/core/CustomAnimationCloner \
 sd/source/core/CustomAnimationEffect \
 sd/source/core/CustomAnimationPreset \
 sd/source/core/EffectMigration \
 sd/source/core/ModelTraverser \
 sd/source/core/PageListWatcher \
 sd/source/core/TransitionPreset \
 sd/source/core/ThemeColorChanger \
 sd/source/core/anminfo \
 sd/source/core/annotations/Annotation \
 sd/source/core/cusshow \
 sd/source/core/drawdoc \
 sd/source/core/drawdoc2 \
 sd/source/core/drawdoc3 \
 sd/source/core/drawdoc4 \
 sd/source/core/drawdoc_animations \
 sd/source/core/pglink \
 sd/source/core/sdpage \
 sd/source/core/sdpage2 \
 sd/source/core/sdpage_animations \
 sd/source/core/shapelist \
 sd/source/core/stlfamily \
 sd/source/core/stlpool \
 sd/source/core/stlsheet \
 sd/source/core/typemap \
 sd/source/core/undo/undofactory \
 sd/source/core/undo/undomanager \
 sd/source/core/undo/undoobjects \
 sd/source/core/undoanim \
 sd/source/filter/cgm/sdcgmfilter \
    sd/source/filter/eppt/eppt \
    sd/source/filter/eppt/epptso \
    sd/source/filter/eppt/escherex \
    sd/source/filter/eppt/pptexanimations \
    sd/source/filter/eppt/pptexsoundcollection \
    sd/source/filter/eppt/pptx-epptbase \
    sd/source/filter/eppt/pptx-epptooxml \
    sd/source/filter/eppt/pptx-animations \
    sd/source/filter/eppt/pptx-animations-cond \
    sd/source/filter/eppt/pptx-animations-nodectx \
    sd/source/filter/eppt/pptx-grouptable \
    sd/source/filter/eppt/pptx-stylesheet \
    sd/source/filter/eppt/pptx-text \
    sd/source/filter/ppt/ppt97animations \
    sd/source/filter/ppt/pptatom \
    sd/source/filter/ppt/pptin \
    sd/source/filter/ppt/pptinanimations \
    sd/source/filter/ppt/propread \
 sd/source/filter/grf/sdgrffilter \
 sd/source/filter/html/htmlex \
 sd/source/filter/html/sdhtmlfilter \
 sd/source/filter/pdf/sdpdffilter \
 sd/source/filter/sdfilter \
 sd/source/filter/sdpptwrp \
 sd/source/filter/xml/sdtransform \
 sd/source/filter/xml/sdxmlwrp \
 sd/source/helper/simplereferencecomponent \
 sd/source/ui/animations/CustomAnimationDialog \
 sd/source/ui/animations/CustomAnimationList \
 sd/source/ui/animations/CustomAnimationPane \
 sd/source/ui/animations/STLPropertySet \
 sd/source/ui/animations/SlideTransitionPane \
 sd/source/ui/animations/motionpathtag \
 sd/source/ui/annotations/annotationmanager \
 sd/source/ui/annotations/AnnotationPopup \
 sd/source/ui/annotations/annotationwindow \
 sd/source/ui/app/optsitem \
 sd/source/ui/app/sddll \
 sd/source/ui/app/sdmod \
 sd/source/ui/app/sdmod1 \
 sd/source/ui/app/sdmod2 \
 sd/source/ui/app/sdpopup \
 sd/source/ui/app/sdxfer \
 sd/source/ui/app/tmplctrl \
 sd/source/ui/app/scalectrl \
 sd/source/ui/controller/slidelayoutcontroller \
 sd/source/ui/controller/displaymodecontroller \
 sd/source/ui/dlg/AnimationChildWindow \
 sd/source/ui/dlg/LayerTabBar \
 sd/source/ui/dlg/NavigatorChildWindow \
 sd/source/ui/dlg/PaneChildWindows \
 sd/source/ui/dlg/PaneShells \
 sd/source/ui/dlg/SpellDialogChildWindow \
 sd/source/ui/dlg/TemplateScanner \
 sd/source/ui/dlg/animobjs \
 sd/source/ui/dlg/diactrl \
 sd/source/ui/dlg/filedlg \
 sd/source/ui/dlg/gluectrl \
 sd/source/ui/dlg/ins_paste \
 sd/source/ui/dlg/layeroptionsdlg \
 sd/source/ui/dlg/navigatr \
 sd/source/ui/dlg/sdabstdlg \
 sd/source/ui/dlg/sdtreelb \
 sd/source/ui/dlg/SelectLayerDlg \
 sd/source/ui/dlg/titledockwin \
 sd/source/ui/dlg/unchss \
 sd/source/ui/dlg/UndoThemeChange \
 sd/source/ui/docshell/docshel2 \
 sd/source/ui/docshell/docshel3 \
 sd/source/ui/docshell/docshel4 \
 sd/source/ui/docshell/docshell \
 sd/source/ui/docshell/grdocsh \
 sd/source/ui/docshell/sdclient \
 sd/source/ui/framework/configuration/ChangeRequestQueue \
 sd/source/ui/framework/configuration/ChangeRequestQueueProcessor \
 sd/source/ui/framework/configuration/Configuration \
 sd/source/ui/framework/configuration/ConfigurationClassifier \
 sd/source/ui/framework/configuration/ConfigurationController \
 sd/source/ui/framework/configuration/ConfigurationControllerBroadcaster \
 sd/source/ui/framework/configuration/ConfigurationControllerResourceManager \
 sd/source/ui/framework/configuration/ConfigurationTracer \
 sd/source/ui/framework/configuration/ConfigurationUpdater \
 sd/source/ui/framework/configuration/GenericConfigurationChangeRequest \
 sd/source/ui/framework/configuration/ResourceFactoryManager \
 sd/source/ui/framework/configuration/ResourceId \
 sd/source/ui/framework/configuration/UpdateRequest \
 sd/source/ui/framework/factories/BasicPaneFactory \
 sd/source/ui/framework/factories/BasicToolBarFactory \
 sd/source/ui/framework/factories/BasicViewFactory \
 sd/source/ui/framework/factories/ChildWindowPane \
 sd/source/ui/framework/factories/FrameWindowPane \
 sd/source/ui/framework/factories/FullScreenPane \
 sd/source/ui/framework/factories/Pane \
 sd/source/ui/framework/factories/PresentationFactory \
 sd/source/ui/framework/factories/ViewShellWrapper \
 sd/source/ui/framework/module/CenterViewFocusModule \
 sd/source/ui/framework/module/DrawModule \
 sd/source/ui/framework/module/ImpressModule \
 sd/source/ui/framework/module/ModuleController \
 sd/source/ui/framework/module/NotesPaneModule \
 sd/source/ui/framework/module/PresentationModule \
 sd/source/ui/framework/module/ShellStackGuard \
 sd/source/ui/framework/module/SlideSorterModule \
 sd/source/ui/framework/module/ToolBarModule \
 sd/source/ui/framework/module/ViewTabBarModule \
 sd/source/ui/framework/tools/FrameworkHelper \
 sd/source/ui/func/bulmaper \
 sd/source/ui/func/fuarea \
 sd/source/ui/func/fubullet \
 sd/source/ui/func/fuchar \
 sd/source/ui/func/fucon3d \
 sd/source/ui/func/fuconarc \
 sd/source/ui/func/fuconbez \
 sd/source/ui/func/fuconcs \
 sd/source/ui/func/fuconnct \
 sd/source/ui/func/fuconrec \
 sd/source/ui/func/fuconstr \
 sd/source/ui/func/fuconuno \
 sd/source/ui/func/fucopy \
 sd/source/ui/func/fucushow \
 sd/source/ui/func/fudraw \
 sd/source/ui/func/fudspord \
 sd/source/ui/func/fuediglu \
 sd/source/ui/func/fuexecuteinteraction \
 sd/source/ui/func/fuexpand \
 sd/source/ui/func/fuformatpaintbrush \
 sd/source/ui/func/fuhhconv \
 sd/source/ui/func/fuinsert \
 sd/source/ui/func/fuinsfil \
 sd/source/ui/func/fuline \
 sd/source/ui/func/fulinend \
 sd/source/ui/func/fulink \
 sd/source/ui/func/fumeasur \
 sd/source/ui/func/fumorph \
 sd/source/ui/func/funavig \
 sd/source/ui/func/fuoaprms \
 sd/source/ui/func/fuolbull \
 sd/source/ui/func/fuoltext \
 sd/source/ui/func/fupage \
 sd/source/ui/func/fuparagr \
 sd/source/ui/func/fupoor \
 sd/source/ui/func/fuprlout \
 sd/source/ui/func/fuprobjs \
 sd/source/ui/func/fuscale \
 sd/source/ui/func/fusearch \
 sd/source/ui/func/fusel \
 sd/source/ui/func/fusldlg \
 sd/source/ui/func/fusnapln \
 sd/source/ui/func/fusumry \
 sd/source/ui/func/futempl \
 sd/source/ui/func/futext \
 sd/source/ui/func/futhes \
 sd/source/ui/func/futransf \
 sd/source/ui/func/futxtatt \
 sd/source/ui/func/fuvect \
 sd/source/ui/func/fuzoom \
 sd/source/ui/func/sdundogr \
 sd/source/ui/func/smarttag \
 sd/source/ui/func/undoback \
 sd/source/ui/func/undoheaderfooter \
 sd/source/ui/func/undolayer \
 sd/source/ui/func/undopage \
 sd/source/ui/func/unmovss \
 sd/source/ui/func/unoaprms \
 sd/source/ui/func/unprlout \
 sd/source/ui/presenter/CanvasUpdateRequester \
 sd/source/ui/presenter/PresenterCanvas \
 sd/source/ui/presenter/PresenterHelper \
 sd/source/ui/presenter/PresenterPreviewCache \
 sd/source/ui/presenter/SlideRenderer \
 sd/source/ui/sidebar/AllMasterPagesSelector \
 sd/source/ui/sidebar/CurrentMasterPagesSelector \
 sd/source/ui/sidebar/DocumentHelper \
 sd/source/ui/sidebar/LayoutMenu \
 sd/source/ui/sidebar/MasterPageContainer \
 sd/source/ui/sidebar/MasterPageContainerFiller \
 sd/source/ui/sidebar/MasterPageContainerProviders \
 sd/source/ui/sidebar/MasterPageContainerQueue \
 sd/source/ui/sidebar/MasterPageDescriptor \
 sd/source/ui/sidebar/MasterPageObserver \
 sd/source/ui/sidebar/MasterPagesSelector \
 sd/source/ui/sidebar/NavigatorWrapper \
 sd/source/ui/sidebar/PanelFactory \
 sd/source/ui/sidebar/RecentlyUsedMasterPages \
 sd/source/ui/sidebar/RecentMasterPagesSelector \
 sd/source/ui/sidebar/SlideBackground \
 sd/source/ui/slideshow/PaneHider \
 sd/source/ui/slideshow/SlideShowRestarter \
 sd/source/ui/slideshow/showwin \
 sd/source/ui/slideshow/slideshow \
 sd/source/ui/slideshow/slideshowimpl \
 sd/source/ui/slideshow/slideshowviewimpl \
 sd/source/ui/slidesorter/cache/SlsBitmapCache \
 sd/source/ui/slidesorter/cache/SlsBitmapCompressor \
 sd/source/ui/slidesorter/cache/SlsBitmapFactory \
 sd/source/ui/slidesorter/cache/SlsCacheCompactor \
 sd/source/ui/slidesorter/cache/SlsGenericPageCache \
 sd/source/ui/slidesorter/cache/SlsPageCache \
 sd/source/ui/slidesorter/cache/SlsPageCacheManager \
 sd/source/ui/slidesorter/cache/SlsQueueProcessor \
 sd/source/ui/slidesorter/cache/SlsRequestFactory \
 sd/source/ui/slidesorter/cache/SlsRequestQueue \
 sd/source/ui/slidesorter/controller/SlideSorterController \
 sd/source/ui/slidesorter/controller/SlsAnimationFunction \
 sd/source/ui/slidesorter/controller/SlsAnimator \
 sd/source/ui/slidesorter/controller/SlsClipboard \
 sd/source/ui/slidesorter/controller/SlsCurrentSlideManager \
 sd/source/ui/slidesorter/controller/SlsDragAndDropContext \
 sd/source/ui/slidesorter/controller/SlsFocusManager \
 sd/source/ui/slidesorter/controller/SlsInsertionIndicatorHandler \
 sd/source/ui/slidesorter/controller/SlsListener \
 sd/source/ui/slidesorter/controller/SlsPageSelector \
 sd/source/ui/slidesorter/controller/SlsProperties \
 sd/source/ui/slidesorter/controller/SlsScrollBarManager \
 sd/source/ui/slidesorter/controller/SlsSelectionFunction \
 sd/source/ui/slidesorter/controller/SlsSelectionManager \
 sd/source/ui/slidesorter/controller/SlsSelectionObserver \
 sd/source/ui/slidesorter/controller/SlsSlotManager \
 sd/source/ui/slidesorter/controller/SlsTransferableData \
 sd/source/ui/slidesorter/controller/SlsVisibleAreaManager \
 sd/source/ui/slidesorter/model/SlideSorterModel \
 sd/source/ui/slidesorter/model/SlsPageDescriptor \
 sd/source/ui/slidesorter/model/SlsPageEnumeration \
 sd/source/ui/slidesorter/model/SlsPageEnumerationProvider \
 sd/source/ui/slidesorter/model/SlsVisualState \
 sd/source/ui/slidesorter/shell/SlideSorter \
 sd/source/ui/slidesorter/shell/SlideSorterViewShell \
 sd/source/ui/slidesorter/view/SlideSorterView \
 sd/source/ui/slidesorter/view/SlsFramePainter \
 sd/source/ui/slidesorter/view/SlsInsertAnimator \
 sd/source/ui/slidesorter/view/SlsInsertionIndicatorOverlay \
 sd/source/ui/slidesorter/view/SlsLayeredDevice \
 sd/source/ui/slidesorter/view/SlsLayouter \
 sd/source/ui/slidesorter/view/SlsPageObjectLayouter \
 sd/source/ui/slidesorter/view/SlsPageObjectPainter \
 sd/source/ui/slidesorter/view/SlsTheme \
 sd/source/ui/slidesorter/view/SlsToolTip \
 sd/source/ui/slidesorter/view/SlsViewCacheContext \
 sd/source/ui/table/TableDesignPane \
 sd/source/ui/table/tablefunction \
 sd/source/ui/table/tableobjectbar \
 sd/source/ui/tools/AsynchronousCall \
 sd/source/ui/tools/ConfigurationAccess \
 sd/source/ui/tools/EventMultiplexer \
 sd/source/ui/tools/GraphicSizeCheck \
 sd/source/ui/tools/IconCache \
 sd/source/ui/tools/IdleDetection \
 sd/source/ui/tools/PreviewRenderer \
 sd/source/ui/tools/SdGlobalResourceContainer \
 sd/source/ui/tools/SlideshowLayerRenderer \
 sd/source/ui/tools/SlotStateListener \
 sd/source/ui/tools/TimerBasedTaskExecution \
 sd/source/ui/uitest/uiobject \
 sd/source/ui/unoidl/DrawController \
 sd/source/ui/unoidl/SdUnoDrawView \
 sd/source/ui/unoidl/SdUnoOutlineView \
 sd/source/ui/unoidl/SdUnoSlideView \
 sd/source/ui/unoidl/UnoDocumentSettings \
 sd/source/ui/unoidl/randomnode \
 sd/source/ui/unoidl/unocpres \
 sd/source/ui/unoidl/unodoc \
 sd/source/ui/unoidl/unolayer \
 sd/source/ui/unoidl/unomodel \
 sd/source/ui/unoidl/unomodule \
 sd/source/ui/unoidl/unoobj \
 sd/source/ui/unoidl/unopage \
 sd/source/ui/unoidl/unopback \
 sd/source/ui/unoidl/unopool \
 sd/source/ui/unoidl/unosrch \
 sd/source/ui/unoidl/unowcntr \
 sd/source/ui/view/DocumentRenderer \
 sd/source/ui/view/FormShellManager \
 sd/source/ui/view/GraphicObjectBar \
 sd/source/ui/view/GraphicViewShellBase \
 sd/source/ui/view/ImpressViewShellBase \
 sd/source/ui/view/MediaObjectBar \
 sd/source/ui/view/OutlineViewShellBase \
 sd/source/ui/view/Outliner \
 sd/source/ui/view/OutlinerIterator \
 sd/source/ui/view/PresentationViewShellBase \
 sd/source/ui/view/SlideSorterViewShellBase \
 sd/source/ui/view/ToolBarManager \
 sd/source/ui/view/ViewClipboard \
 sd/source/ui/view/ViewShellBase \
 sd/source/ui/view/ViewShellHint \
 sd/source/ui/view/ViewShellImplementation \
 sd/source/ui/view/ViewShellManager \
 sd/source/ui/view/ViewTabBar \
 sd/source/ui/view/WindowUpdater \
 sd/source/ui/view/clview \
 sd/source/ui/view/drawview \
 sd/source/ui/view/drbezob \
 sd/source/ui/view/drtxtob \
 sd/source/ui/view/drtxtob1 \
 sd/source/ui/view/drviews1 \
 sd/source/ui/view/drviews2 \
 sd/source/ui/view/drviews3 \
 sd/source/ui/view/drviews4 \
 sd/source/ui/view/drviews5 \
 sd/source/ui/view/drviews6 \
 sd/source/ui/view/drviews7 \
 sd/source/ui/view/drviews8 \
 sd/source/ui/view/drviews9 \
 sd/source/ui/view/drviewsa \
 sd/source/ui/view/drviewsb \
 sd/source/ui/view/drviewsc \
 sd/source/ui/view/drviewsd \
 sd/source/ui/view/drviewse \
 sd/source/ui/view/drviewsf \
 sd/source/ui/view/drviewsg \
 sd/source/ui/view/drviewsh \
 sd/source/ui/view/drviewsi \
 sd/source/ui/view/drviewsj \
 sd/source/ui/view/drviewsk \
 sd/source/ui/view/drvwshrg \
 sd/source/ui/view/frmview \
 sd/source/ui/view/grviewsh \
 sd/source/ui/view/outlnvs2 \
 sd/source/ui/view/outlnvsh \
 sd/source/ui/view/outlview \
 sd/source/ui/view/presvish \
 sd/source/ui/view/sdruler \
 sd/source/ui/view/sdview \
 sd/source/ui/view/sdview2 \
 sd/source/ui/view/sdview3 \
 sd/source/ui/view/sdview4 \
 sd/source/ui/view/sdview5 \
 sd/source/ui/view/sdwindow \
 sd/source/ui/view/tabcontr \
 sd/source/ui/view/unmodpg \
 sd/source/ui/view/viewoverlaymanager \
 sd/source/ui/view/viewshe2 \
 sd/source/ui/view/viewshe3 \
 sd/source/ui/view/viewshel \
 sd/source/ui/view/zoomlist \
 sd/source/ui/view/NotesPanelView \
 sd/source/ui/view/NotesPanelViewShell \
))

ifeq ($(ENABLE_SDREMOTE),TRUE)
$(eval $(call gb_Library_add_exception_objects,sd,\
 sd/source/ui/remotecontrol/BufferedStreamSocket \
 sd/source/ui/remotecontrol/Communicator \
 sd/source/ui/remotecontrol/ImagePreparer \
 sd/source/ui/remotecontrol/Server \
 sd/source/ui/remotecontrol/Receiver \
 sd/source/ui/remotecontrol/Listener \
 sd/source/ui/remotecontrol/Transmitter \
))

ifeq ($(OS),MACOSX)
$(eval $(call gb_Library_add_objcxxobjects,sd,\
 sd/source/ui/remotecontrol/DiscoveryService \
 sd/source/ui/remotecontrol/OSXNetworkService \
))

$(eval $(call gb_Library_use_system_darwin_frameworks,sd,\
 Foundation \
))

else # OS!=MACSOX

ifeq ($(ENABLE_AVAHI),TRUE)
$(eval $(call gb_Library_add_exception_objects,sd,\
 sd/source/ui/remotecontrol/AvahiNetworkService \
))
endif # ENABLE_AVAHI=TRUE

$(eval $(call gb_Library_add_exception_objects,sd,\
 sd/source/ui/remotecontrol/DiscoveryService \
))

ifeq ($(OS),WNT)

$(eval $(call gb_Library_add_exception_objects,sd,\
 sd/source/ui/remotecontrol/WINNetworkService \
))

$(eval $(call gb_Library_use_external,sd,mDNSResponder))

endif # OS=WNT

endif # OS!=MACOSX

$(eval $(call gb_Library_add_defs,sd,\
 -DENABLE_SDREMOTE \
))

ifeq ($(ENABLE_SDREMOTE_BLUETOOTH),TRUE)

ifneq ($(OS),MACOSX)

$(eval $(call gb_Library_add_exception_objects,sd,\
 sd/source/ui/remotecontrol/BluetoothServer \
))

else # OS!=MACOSX

$(eval $(call gb_Library_add_objcxxobjects,sd,\
 sd/source/ui/remotecontrol/BluetoothServer \
 sd/source/ui/remotecontrol/OSXBluetooth \
))

$(eval $(call gb_Library_add_libs,sd,\
 -lobjc \
))

$(eval $(call gb_Library_use_system_darwin_frameworks,sd,\
 IOBluetooth \
))

endif # OS!=MACOSX

$(eval $(call gb_Library_add_defs,sd,\
 -DENABLE_SDREMOTE_BLUETOOTH \
))

$(eval $(call gb_Library_use_externals,sd,\
 bluez_bluetooth_headers \
))

endif # ENABLE_SDREMOTE_BLUETOOTH=TRUE

endif # ENABLE_SDREMOTE=TRUE

# vim: set noet sw=4 ts=4:

100%


¤ Dauer der Verarbeitung: 0.19 Sekunden  (vorverarbeitet)  ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

Beweissystem der NASA

Beweissystem Isabelle

NIST Cobol Testsuite

Cephes Mathematical Library

Wiener Entwicklungsmethode

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung ist noch experimentell.