VirtualBox

Changeset 26059 in vbox for trunk/src/VBox/Additions


Ignore:
Timestamp:
Jan 27, 2010 9:27:41 AM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
56978
Message:

VBoxGuestLib/Makefile: cleanup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxGuestLib/Makefile.kmk

    r26058 r26059  
    8383VBoxGuestR3Lib_SOURCES     = \
    8484        VBoxGuestR3Lib.cpp \
    85         VBoxGuestR3LibClipboard.cpp \
    86         VBoxGuestR3LibCredentials.cpp \
    87         VBoxGuestR3LibDaemonize.cpp \
    88         VBoxGuestR3LibGR.cpp \
    89         $(if $(VBOX_WITH_GUEST_PROPS), \
    90                 VBoxGuestR3LibGuestProp.cpp \
    91                 VBoxGuestR3LibHostVersion.cpp,) \
    92         VBoxGuestR3LibMouse.cpp \
    93         VBoxGuestR3LibMisc.cpp \
    94         VBoxGuestR3LibSeamless.cpp \
    95         VBoxGuestR3LibTime.cpp \
    96         VBoxGuestR3LibVideo.cpp \
    97         VBoxGuestR3LibCpuHotPlug.cpp
    98 ifeq ($(KBUILD_TARGET),win) ## @todo get rid of this hack (as soon as it's all implemented / #defined).
    99  VBoxGuestR3Lib_SOURCES   = \
    100         VBoxGuestR3Lib.cpp \
    10185        VBoxGuestR3LibCredentials.cpp \
    10286        VBoxGuestR3LibGR.cpp \
    103         $(if $(VBOX_WITH_GUEST_PROPS), \
    104                 VBoxGuestR3LibGuestProp.cpp \
    105                 VBoxGuestR3LibHostVersion.cpp,) \
     87        VBoxGuestR3LibTime.cpp \
    10688        VBoxGuestR3LibMisc.cpp \
    107         VBoxGuestR3LibTime.cpp
     89        VBoxGuestR3LibCpuHotPlug.cpp
     90ifneq ($(KBUILD_TARGET),win) ## @todo get rid of this hack (as soon as it's all implemented / #defined).
     91 VBoxGuestR3Lib_SOURCES   += \
     92        VBoxGuestR3LibDaemonize.cpp \
     93        VBoxGuestR3LibClipboard.cpp \
     94        VBoxGuestR3LibMouse.cpp \
     95        VBoxGuestR3LibSeamless.cpp \
     96        VBoxGuestR3LibVideo.cpp
    10897endif
    109 #VBoxGuestR3LibMisc.cpp uses VBOX_SVN_REV.
     98ifdef VBOX_WITH_GUEST_PROPS
     99 VBoxGuestR3Lib_SOURCES   += \
     100        VBoxGuestR3LibGuestProp.cpp \
     101        VBoxGuestR3LibHostVersion.cpp
     102endif
    110103VBoxGuestR3LibMisc.cpp_DEFS = VBOX_SVN_REV=$(VBOX_SVN_REV)
    111104VBoxGuestR3LibMisc.cpp_DEPS = $(VBOX_SVN_REV_KMK)
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette