VirtualBox

Changeset 6756 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Feb 2, 2008 8:21:39 AM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
27838
Message:

Converted the (recursive) x11 makefiles to sub-makefiles.

Location:
trunk/src/VBox/Additions
Files:
5 edited

Legend:

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

    r6700 r6756  
    5656 include $(PATH_SUB_CURRENT)/WINNT/Makefile.kmk
    5757endif
    58 ## @todo Convert linux and x11 to sub-makefiles too.
    5958ifdef VBOX_WITH_LINUX_ADDITIONS
    60  SUBDIRS += linux x11
     59 SUBDIRS += linux
     60 #include $(PATH_SUB_CURRENT)/linux/Makefile.kmk
     61 include $(PATH_SUB_CURRENT)/x11/Makefile.kmk
    6162else if1of ($(BUILD_TARGET), solaris)
    62  SUBDIRS += x11
     63 include $(PATH_SUB_CURRENT)/x11/Makefile.kmk
    6364endif
    6465
  • trunk/src/VBox/Additions/x11/Makefile.kmk

    r6675 r6756  
    1919include $(PATH_KBUILD)/subheader.kmk
    2020
    21 # Include sub-dirs.
    22 SUBDIRS =
     21# Include sub-makefiles.
    2322if1of ($(BUILD_TARGET),l4 linux solaris)
    24 SUBDIRS += \
    25         xclient \
    26         xgraphics \
    27         xmouse
     23 include $(PATH_SUB_CURRENT)/xclient/Makefile.kmk
     24 include $(PATH_SUB_CURRENT)/xgraphics/Makefile.kmk
     25 include $(PATH_SUB_CURRENT)/xmouse/Makefile.kmk
    2826endif
    2927
  • trunk/src/VBox/Additions/x11/xclient/Makefile.kmk

    r6707 r6756  
    11# $Id$
    22## @file
    3 # Makefile for the VirtualBox Guest Addition X11 Client.
     3# Sub-Makefile for the VirtualBox Guest Addition X11 Client.
    44#
    55
     
    1616#
    1717
    18 DEPTH = ../../../../..
    19 include $(PATH_KBUILD)/header.kmk
     18DEPTH ?= ../../../../..
     19SUB_DEPTH = ../..
     20include $(PATH_KBUILD)/subheader.kmk
    2021
    2122#
     
    8889endif
    8990
    90 include $(PATH_KBUILD)/footer.kmk
     91include $(PATH_KBUILD)/subfooter.kmk
  • trunk/src/VBox/Additions/x11/xgraphics/Makefile.kmk

    r6712 r6756  
    11# $Id$
    22## @file
    3 # Makefile for the VBox Linux Additions X.org graphics driver.
     3# Sub-Makefile for the VBox Linux Additions X.org graphics driver.
    44#
    55
     
    1616#
    1717
    18 DEPTH = ../../../../..
    19 include $(PATH_KBUILD)/header.kmk
     18DEPTH ?= ../../../../..
     19SUB_DEPTH = ../..
     20include $(PATH_KBUILD)/subheader.kmk
    2021
    2122#
     
    179180
    180181
    181 include $(PATH_KBUILD)/footer.kmk
     182include $(PATH_KBUILD)/subfooter.kmk
  • trunk/src/VBox/Additions/x11/xmouse/Makefile.kmk

    r6712 r6756  
    11# $Id$
    22## @file
    3 # Makefile for the VBox Additions XFree86 and X.org mouse drivers.
     3# Sub-Makefile for the VBox Additions XFree86 and X.org mouse drivers.
    44#
    55
     
    1616#
    1717
    18 DEPTH = ../../../../..
    19 include $(PATH_KBUILD)/header.kmk
     18DEPTH ?= ../../../../..
     19SUB_DEPTH = ../..
     20include $(PATH_KBUILD)/subheader.kmk
    2021
    2122
     
    8081vboxmouse_drv_71_TEMPLATE = VBOXGUESTR3XORGMOD
    8182vboxmouse_drv_71_DEFS := $(vboxmouse_drv_70_DEFS)
    82 vboxmouse_drv_71_INCS = \
     83vboxmouse_drv_71_INCS := \
    8384        $(VBOX_PATH_X11_XORG_7_1) \
    8485        $(VBOX_PATH_X11_XORG_7_1)/X11 \
     
    9798vboxmouse_drv_14_TEMPLATE = VBOXGUESTR3XORGMOD
    9899vboxmouse_drv_14_DEFS := $(vboxmouse_drv_70_DEFS)
    99 vboxmouse_drv_14_INCS = \
     100vboxmouse_drv_14_INCS := \
    100101        $(VBOX_PATH_X11_XORG_1_4) \
    101102        $(VBOX_PATH_X11_XORG_1_4)/X11 \
     
    108109
    109110
    110 include $(PATH_KBUILD)/footer.kmk
     111include $(PATH_KBUILD)/subfooter.kmk
    111112
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