VirtualBox

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


Ignore:
Timestamp:
Jul 3, 2008 2:51:57 AM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
32645
Message:

Exclude windows one level up. VBOX_KBUILD_HACKING

Location:
trunk/src/VBox/Additions/common
Files:
2 edited

Legend:

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

    r10099 r10127  
    2020#
    2121
    22 DEPTH ?= ../../../..
     22ifdef VBOX_KBUILD_HACKING
     23SUB_DEPTH = ../../../..
     24else
     25DEPTH    ?= ../../../..
    2326SUB_DEPTH = ..
     27endif
    2428include $(KBUILD_PATH)/subheader.kmk
    2529
    2630# Include sub-makefile.
    2731include $(PATH_SUB_CURRENT)/VBoxGuestLib/Makefile.kmk
     32if1of ($(KBUILD_TARGET), freebsd os2 solaris)
    2833include $(PATH_SUB_CURRENT)/VBoxControl/Makefile.kmk
    29 if1of ($(KBUILD_TARGET), freebsd os2 solaris)
    3034include $(PATH_SUB_CURRENT)/VBoxGuest/Makefile.kmk
    3135include $(PATH_SUB_CURRENT)/VBoxService/Makefile.kmk
  • trunk/src/VBox/Additions/common/VBoxControl/Makefile.kmk

    r10099 r10127  
    11# $Id$
    22## @file
    3 # Makefile for the Cross Platform Guest Addition Services.
     3# Sub-Makefile for the Guest Additions Command Line Management Interface.
    44#
    55
    66#
    7 # Copyright (C) 2007 Sun Microsystems, Inc.
     7# Copyright (C) 2008 Sun Microsystems, Inc.
    88#
    99# This file is part of VirtualBox Open Source Edition (OSE), as
     
    2020#
    2121
    22 DEPTH ?= ../../../../..
     22ifdef VBOX_KBUILD_HACKING
     23SUB_DEPTH = ../../../../..
     24else
    2325SUB_DEPTH = ../..
     26DEPTH    ?= ../../../../..
     27endif
    2428include $(KBUILD_PATH)/subheader.kmk
    25 
    26 ifneq ($(KBUILD_TARGET),win)
    27  PROGRAMS += VBoxControl
    28 endif
    2929
    3030#
    3131# VBoxControl
    3232#
    33 VBoxControl_TEMPLATE      = VBOXGUESTR3EXE
    34 VBoxControl_DEFS         += \
    35         $(if $(VBOX_WITH_INFO_SVC),VBOX_HGCM VBOX_WITH_INFO_SVC,)
    36 VBoxControl_SOURCES       = \
     33PROGRAMS += VBoxControl
     34VBoxControl_TEMPLATE = VBOXGUESTR3EXE
     35ifdef VBOX_WITH_INFO_SVC
     36 VBoxControl_DEFS += VBOX_HGCM VBOX_WITH_INFO_SVC
     37endif
     38VBoxControl_SOURCES = \
    3739        VBoxControl.cpp \
    3840        VBoxControlSVN.cpp
    39 VBoxControl_LIBS          = \
     41VBoxControl_LIBS = \
    4042        $(VBOX_LIB_IPRT_GUEST_R3) \
    4143        $(VBOX_LIB_VBGL_R3)
     
    4648
    4749include $(KBUILD_PATH)/subfooter.kmk
     50
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