VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/FirmwareNew/BaseTools/GNUmakefile@ 101283

最後變更 在這個檔案從101283是 80721,由 vboxsync 提交於 5 年 前

Devices/EFI/FirmwareNew: Start upgrade process to edk2-stable201908 (compiles on Windows and works to some extent), bugref:4643

  • 屬性 svn:eol-style 設為 native
檔案大小: 579 位元組
 
1## @file
2# GNU/Linux makefile for Base Tools project build.
3#
4# Copyright (c) 2009 - 2017, Intel Corporation. All rights reserved.<BR>
5# SPDX-License-Identifier: BSD-2-Clause-Patent
6#
7
8all: subdirs
9
10LANGUAGES = C Python
11
12SOURCE_SUBDIRS := $(patsubst %,Source/%,$(sort $(LANGUAGES)))
13SUBDIRS := $(SOURCE_SUBDIRS) Tests
14CLEAN_SUBDIRS := $(patsubst %,%-clean,$(sort $(SUBDIRS)))
15
16.PHONY: subdirs $(SUBDIRS)
17subdirs: $(SUBDIRS)
18$(SUBDIRS):
19 $(MAKE) -C $@
20
21Tests: $(SOURCE_SUBDIRS)
22
23.PHONY: $(CLEAN_SUBDIRS)
24$(CLEAN_SUBDIRS):
25 -$(MAKE) -C $(@:-clean=) clean
26
27clean: $(CLEAN_SUBDIRS)
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette