VirtualBox

Changeset 36586 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Apr 6, 2011 3:19:46 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
71026
Message:

FE/BFE: remove some USB bits and some L4 bits

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxBFE/Makefile.kmk

    r36401 r36586  
    5757endif
    5858VBoxBFE_DEFS.freebsd = VBOXBFE_WITH_X11
    59 VBoxBFE_DEFS.l4 = _GNU_SOURCE
    6059VBoxBFE_DEFS.linux = _GNU_SOURCE VBOXBFE_WITH_X11
    6160VBoxBFE_DEFS.solaris = VBOXBFE_WITH_X11
     
    8685        VBoxBFEMain-darwin.m
    8786
    88 VBoxBFE_SOURCES.l4 = \
    89         L4Console.cpp \
    90         L4Framebuffer.cpp \
    91         L4IDLInterface.cpp \
    92         EmulCpp.cpp
    93 
    9487# SDL
    95 ifneq ($(KBUILD_TARGET),l4)
    9688VBoxBFE_SDKS += LIBSDL
    9789VBoxBFE_DEFS += USE_SDL
     
    9991        SDLConsole.cpp \
    10092        SDLFramebuffer.cpp
    101 endif
    102 
    103 # USB Support
    104 if1of ($(KBUILD_TARGET), l4 win)
    105 VBoxBFE_DEFS += VBOXBFE_WITH_USB
    106 VBoxBFE_SOURCES += \
    107         HostUSBImpl.cpp \
    108         HostUSBDeviceImpl.cpp \
    109         USBProxyService.cpp
    110 VBoxBFE_SOURCES.l4 += \
    111         USBProxyServiceLinux.cpp
    112 VBoxBFE_SOURCES.linux += \
    113         USBProxyServiceLinux.cpp
    114 endif
    11593
    11694VBoxBFE_INCS = \
     
    11896        $(VBOX_PATH_SDK)/include \
    11997        $(PATH_ROOT)/src/VBox/Frontends/VBoxBFE
    120 ifneq ($(filter-out win os2 l4 darwin,$(KBUILD_TARGET)),) # X11
     98ifneq ($(filter-out win os2 darwin,$(KBUILD_TARGET)),) # X11
    12199VBoxBFE_INCS += \
    122100        $(VBOX_XCURSOR_INCS)
     
    126104        $(LIB_RUNTIME) \
    127105        $(LIB_VMM)
    128 ifneq ($(filter-out win os2 l4,$(KBUILD_TARGET)),)
     106ifneq ($(filter-out win os2,$(KBUILD_TARGET)),)
    129107VBoxBFE_LIBS += \
    130108        $(LIB_REM)
    131109endif
    132 ifneq ($(filter-out win os2 l4 darwin,$(KBUILD_TARGET)),) # X11
     110ifneq ($(filter-out win os2 darwin,$(KBUILD_TARGET)),) # X11
    133111VBoxBFE_LIBS += \
    134112        $(VBOX_XCURSOR_LIBS) \
     
    141119        $(PATH_TOOL_$(VBOX_VCC_TOOL)_ATLMFC_LIB)/atls.lib
    142120endif
    143 VBoxBFE_LIBS.l4 = \
    144         $(L4_LIBDIR)/libl4con-idl.a \
    145         $(L4_LIBDIR)/libconstream-server.a \
    146         $(L4_LIBDIR)/libvboxctrl-server.a \
    147         $(L4_LIBDIR)/libl4sys.a
    148121VBoxBFE_LIBS.darwin = \
    149122        $(LIB_SDK_LIBSDL_SDLMAIN)
    150123VBoxBFE_LDFLAGS.darwin = -framework Foundation -framework AppKit
    151124
    152 VBoxBFE_CXXFLAGS.l4 += -fno-rtti -nostdinc -Wno-non-virtual-dtor \
    153         $(addprefix -I,$(VBOX_L4_GCC3_INCS) $(L4_INCDIR))
    154125## @todo why is it all this cool stuff here only for linux? If it's important, -fshort-wchar would apply to all GCC platforms.
    155126VBoxBFE_DEFS.linux = \
Note: See TracChangeset for help on using the changeset viewer.

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