Changeset 6759 in vbox for trunk/src/VBox/Frontends/VBoxBFE/Makefile.kmk
- Timestamp:
- Feb 2, 2008 9:44:51 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxBFE/Makefile.kmk
r5999 r6759 1 1 # $Id$ 2 2 ## @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). 4 4 # 5 5 … … 16 16 # 17 17 18 DEPTH = ../../../.. 19 include $(PATH_KBUILD)/header.kmk 18 DEPTH ?= ../../../.. 19 SUB_DEPTH = .. 20 include $(PATH_KBUILD)/subheader.kmk 20 21 21 PROGRAMS = VBoxBFE22 PROGRAMS += VBoxBFE 22 23 23 24 # … … 97 98 VBoxBFE_INCS = \ 98 99 $(PATH_VBoxBFE) \ 99 $( PATH_BIN)/sdk/include100 $(VBOX_PATH_SDK)/include 100 101 ifneq ($(filter-out win os2 l4 darwin,$(BUILD_TARGET)),) # X11 101 102 VBoxBFE_INCS += \ … … 145 146 146 147 147 include $(PATH_KBUILD)/ footer.kmk148 include $(PATH_KBUILD)/subfooter.kmk 148 149 149 150 # 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)) 151 152 $(call MSG_TOOL,bin2c,VBoxBFE,$<,$@) 152 153 $(QUIET)$(VBOX_BIN2C) Ico64x01 $< $@
Note:
See TracChangeset
for help on using the changeset viewer.