VirtualBox

Ignore:
Timestamp:
Feb 2, 2008 9:44:51 AM (17 years ago)
Author:
vboxsync
Message:

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

File:
1 edited

Legend:

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

    r5999 r6759  
    11# $Id$
    22## @file
    3 # Makefile for VBoxBFE (a basic frontend which doesn't make use of Main).
     3# Sub-Makefile for VBoxBFE (a basic frontend which doesn't make use of Main).
    44#
    55
     
    1616#
    1717
    18 DEPTH = ../../../..
    19 include $(PATH_KBUILD)/header.kmk
     18DEPTH ?= ../../../..
     19SUB_DEPTH = ..
     20include $(PATH_KBUILD)/subheader.kmk
    2021
    21 PROGRAMS = VBoxBFE
     22PROGRAMS += VBoxBFE
    2223
    2324#
     
    9798VBoxBFE_INCS = \
    9899        $(PATH_VBoxBFE) \
    99         $(PATH_BIN)/sdk/include
     100        $(VBOX_PATH_SDK)/include
    100101ifneq ($(filter-out win os2 l4 darwin,$(BUILD_TARGET)),) # X11
    101102VBoxBFE_INCS += \
     
    145146
    146147
    147 include $(PATH_KBUILD)/footer.kmk
     148include $(PATH_KBUILD)/subfooter.kmk
    148149
    149150# Convert the pnm-file to a byte array.
    150 $(PATH_VBoxBFE)/Ico64x01.h: ico64x01.pnm $(VBOX_BIN2C) | $(call DIRDEP,$(PATH_VBoxBFE))
     151$(PATH_VBoxBFE)/Ico64x01.h: $(PATH_ROOT)/src/VBox/Frontends/VBoxBFE/ico64x01.pnm $(VBOX_BIN2C) | $(call DIRDEP,$(PATH_VBoxBFE))
    151152        $(call MSG_TOOL,bin2c,VBoxBFE,$<,$@)
    152153        $(QUIET)$(VBOX_BIN2C) Ico64x01 $< $@
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