VirtualBox

Changeset 10182 in vbox


Ignore:
Timestamp:
Jul 4, 2008 1:16:43 AM (17 years ago)
Author:
vboxsync
Message:

Converted src/bldprogs to Sub-Makefile (bin2c).

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r10180 r10182  
    945945
    946946# bin2c (convert binary files into C arrays)
    947 VBOX_BIN2C     ?= $(PATH_OBJ)/src/bldprogs/bin2c/bin2c$(HOSTSUFF_EXE)
     947VBOX_BIN2C     ?= $(PATH_OBJ)/bin2c/bin2c$(HOSTSUFF_EXE)
    948948
    949949# mkisofs
  • trunk/src/bldprogs/Makefile.kmk

    r8760 r10182  
    11# $Id$
    22## @file
    3 # Makefile for various generic build tools (there is currently only one of them).
     3# Sub-Makefile for various generic build tools (there is currently only one of them).
    44#
    55
     
    2020#
    2121
    22 DEPTH = ../..
    23 include $(KBUILD_PATH)/header.kmk
     22SUB_DEPTH = ../..
     23include $(KBUILD_PATH)/subheader.kmk
    2424
    25 BLDPROGS        = bin2c
    26 TEMPLATE        = VBOXBLDPROG
    27 bin2c_SOURCES   = bin2c.c
     25BLDPROGS += bin2c
     26TEMPLATE = VBOXBLDPROG
     27bin2c_SOURCES = bin2c.c
    2828
    29 include $(KBUILD_PATH)/footer.kmk
     29include $(KBUILD_PATH)/subfooter.kmk
    3030
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