Searched defs:MAKEROOT (Results 1 - 18 of 18) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/
H A DGNUmakefile14 MAKEROOT ?= .. macro
40 include $(MAKEROOT)/Makefiles/lib.makefile
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/BootSectImage/
H A DGNUmakefile14 MAKEROOT ?= .. macro
22 include $(MAKEROOT)/Makefiles/app.makefile
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/EfiLdrImage/
H A DGNUmakefile14 MAKEROOT ?= .. macro
22 include $(MAKEROOT)/Makefiles/app.makefile
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/EfiRom/
H A DGNUmakefile14 MAKEROOT ?= .. macro
22 include $(MAKEROOT)/Makefiles/app.makefile
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenCrc32/
H A DGNUmakefile14 MAKEROOT ?= .. macro
22 include $(MAKEROOT)/Makefiles/app.makefile
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenFfs/
H A DGNUmakefile14 MAKEROOT ?= .. macro
20 include $(MAKEROOT)/Makefiles/app.makefile
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenFv/
H A DGNUmakefile14 MAKEROOT ?= .. macro
20 include $(MAKEROOT)/Makefiles/app.makefile
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenFw/
H A DGNUmakefile14 MAKEROOT ?= .. macro
20 include $(MAKEROOT)/Makefiles/app.makefile
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenPage/
H A DGNUmakefile14 MAKEROOT ?= .. macro
22 include $(MAKEROOT)/Makefiles/app.makefile
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenSec/
H A DGNUmakefile14 MAKEROOT ?= .. macro
20 include $(MAKEROOT)/Makefiles/app.makefile
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenVtf/
H A DGNUmakefile14 MAKEROOT ?= .. macro
22 include $(MAKEROOT)/Makefiles/app.makefile
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GnuGenBootSector/
H A DGNUmakefile14 MAKEROOT ?= .. macro
22 include $(MAKEROOT)/Makefiles/app.makefile
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/LzmaCompress/
H A DGNUmakefile14 MAKEROOT ?= .. macro
30 include $(MAKEROOT)/Makefiles/app.makefile
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Split/
H A DGNUmakefile14 MAKEROOT ?= .. macro
20 include $(MAKEROOT)/Makefiles/app.makefile
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/TianoCompress/
H A DGNUmakefile14 MAKEROOT ?= .. macro
22 include $(MAKEROOT)/Makefiles/app.makefile
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VolInfo/
H A DGNUmakefile14 MAKEROOT ?= .. macro
20 include $(MAKEROOT)/Makefiles/app.makefile
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/
H A DGNUmakefile37 MAKEROOT = . macro
41 all: makerootdir subdirs $(MAKEROOT)/libs
68 -mkdir -p $(MAKEROOT)
84 rm -f $(MAKEROOT)/bin/*
85 -rmdir $(MAKEROOT)/libs $(MAKEROOT)/bin
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/
H A DGNUmakefile15 MAKEROOT ?= .. macro
33 MAKEROOT ?= ../.. macro
35 include $(MAKEROOT)/Makefiles/header.makefile
37 APPLICATION = $(MAKEROOT)/bin/$(APPNAME)
40 all: $(MAKEROOT)/bin $(APPLICATION)
43 $(LINKER) -o $(APPLICATION) $(LFLAGS) $(OBJECTS) -L$(MAKEROOT)/libs $(LIBS)
47 include $(MAKEROOT)/Makefiles/footer.makefile

Completed in 99 milliseconds