VirtualBox

Changeset 10182

Show
Ignore:
Timestamp:
07/04/08 03:16:43 (2 months ago)
Author:
vboxsync
Message:

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

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 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 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy