VirtualBox

Changeset 8758 in vbox for trunk/src/VBox/Additions/x11


Ignore:
Timestamp:
May 11, 2008 6:27:49 PM (17 years ago)
Author:
vboxsync
Message:

BUILD_TARGET* -> KBUILD_TARGET*.

Location:
trunk/src/VBox/Additions/x11
Files:
3 edited

Legend:

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

    r8155 r8758  
    2424
    2525# Include sub-makefiles.
    26 if1of ($(BUILD_TARGET), freebsd l4 linux solaris)
     26if1of ($(KBUILD_TARGET), freebsd l4 linux solaris)
    2727 include $(PATH_SUB_CURRENT)/xclient/Makefile.kmk
    2828 include $(PATH_SUB_CURRENT)/xgraphics/Makefile.kmk
  • trunk/src/VBox/Additions/x11/xgraphics/Makefile.kmk

    r8155 r8758  
    2727# vboxvideo_drv
    2828#
    29 if1of ($(BUILD_TARGET),linux l4)
     29if1of ($(KBUILD_TARGET),linux l4)
    3030 SYSMODS += vboxvideo_drv
    3131 vboxvideo_drv_TEMPLATE = VBOXGUESTR3XF86MOD
     
    115115DLLS += vboxvideo_drv_70
    116116vboxvideo_drv_70_TEMPLATE = VBOXGUESTR3XORGMOD
    117 if1of ($(BUILD_TARGET), l4 linux)
     117if1of ($(KBUILD_TARGET), l4 linux)
    118118 vboxvideo_drv_70_CFLAGS += \
    119119        -Wno-conversion -Wno-unused-parameter $(VBOX_GCC_Wno-variadic-macros) # template?
     
    121121vboxvideo_drv_70_DEFS := \
    122122        XFree86Server IN_MODULE XFree86Module XFree86LOADER XORG_7X RENDER=1
    123 ifeq ($(BUILD_TARGET),solaris) # don't use .solaris or anything here.
     123ifeq ($(KBUILD_TARGET),solaris) # don't use .solaris or anything here.
    124124 vboxvideo_drv_70_DEFS += _XPG6 __EXTENSIONS__
    125125endif
  • trunk/src/VBox/Additions/x11/xmouse/Makefile.kmk

    r8155 r8758  
    2828# vboxmouse_drv
    2929#
    30 if1of ($(BUILD_TARGET),linux l4)
     30if1of ($(KBUILD_TARGET),linux l4)
    3131 SYSMODS += vboxmouse_drv
    3232 vboxmouse_drv_TEMPLATE = VBOXGUESTR3XF86MOD
     
    6565vboxmouse_drv_70_DEFS = \
    6666        XFree86Server IN_MODULE XFree86Module XFree86LOADER XINPUT XORG_7X
    67 ifeq ($(BUILD_TARGET),solaris) # don't use .solaris or anything here.
     67ifeq ($(KBUILD_TARGET),solaris) # don't use .solaris or anything here.
    6868 vboxmouse_drv_70_DEFS += _XPG6 __EXTENSIONS__
    6969endif
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