VirtualBox

Ignore:
Timestamp:
Feb 2, 2008 9:44:51 AM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
27841
Message:

Converted all but VirtualBox/Makefile.kmk to sub-makefiles.

File:
1 edited

Legend:

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

    r6597 r6759  
    11# $Id$
    22## @file
    3 # Makefile for VBoxManage (the cli frontend).
     3# Sub-Makefile for VBoxManage (the cli frontend).
    44#
    55
     
    1717
    1818
    19 DEPTH = ../../../..
    20 include $(PATH_KBUILD)/header.kmk
     19DEPTH ?= ../../../..
     20SUB_DEPTH = ..
     21include $(PATH_KBUILD)/subheader.kmk
    2122
    22 PROGRAMS = VBoxManage
    23 
    24 VBoxManage_TEMPLATE   = VBOXMAINCLIENTEXE
    25 VBoxManage_SOURCES    = \
     23PROGRAMS += VBoxManage
     24VBoxManage_TEMPLATE    = VBOXMAINCLIENTEXE
     25VBoxManage_DEFS       += $(if $(VBOX_WITH_VRDP),VBOX_VRDP,) \
     26                         $(if $(VBOX_WITH_ALSA),VBOX_WITH_ALSA,) \
     27                         $(if $(VBOX_WITH_PULSE),VBOX_WITH_PULSE,)
     28VBoxManage_SOURCES     = \
    2629        VBoxManage.cpp \
    2730        VBoxInternalManage.cpp \
    2831        VBoxManageSVN.cpp
    2932ifndef VBOX_OSE
    30 VBoxManage_SOURCES   += \
     33 VBoxManage_SOURCES   += \
    3134        VBoxInternalManageVmdk.cpp
    3235endif
    33 VBoxManage_DEFS      += $(if $(VBOX_WITH_VRDP),VBOX_VRDP,) \
    34                         $(if $(VBOX_WITH_ALSA),VBOX_WITH_ALSA,) \
    35                         $(if $(VBOX_WITH_PULSE),VBOX_WITH_PULSE,)
    36 VBoxManage_LIBS      += $(LIB_DDU)
     36VBoxManage_LIBS       += $(LIB_DDU)
    3737
    3838# VBoxManageSVN.cpp uses VBOX_SVN_REV.
     
    4040VBoxManageSVN.cpp_DEPS = $(VBOX_SVN_REV_KMK)
    4141
     42include $(PATH_KBUILD)/subfooter.kmk
    4243
    43 include $(PATH_KBUILD)/footer.kmk
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