VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/FirmwareNew/BaseTools/Scripts/RunMakefileSample.mak@ 77662

最後變更 在這個檔案從77662是 77662,由 vboxsync 提交於 6 年 前

EFI: First step in UDK2018 merge. Does not build yet.

  • 屬性 svn:eol-style 設為 native
檔案大小: 1.1 KB
 
1## @file
2# Sample makefile for PREBUILD or POSTBUILD action.
3#
4# Copyright (c) 2017, Intel Corporation. All rights reserved.<BR>
5# This program and the accompanying materials
6# are licensed and made available under the terms and conditions of the BSD License
7# which accompanies this distribution. The full text of the license may be found at
8# http://opensource.org/licenses/bsd-license.php
9#
10# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
11# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
12#
13
14all: show
15 @echo $@
16genc: show
17 @echo $@
18genmake: show
19 @echo $@
20modules: show
21 @echo $@
22libraries: show
23 @echo $@
24fds: show
25 @echo $@
26clean: show
27 @echo $@
28cleanall: show
29 @echo $@
30cleanlib: show
31 @echo $@
32run: show
33 @echo $@
34
35show:
36 @echo WORKSPACE........ $(WORKSPACE)
37 @echo PACKAGES_PATH.... $(PACKAGES_PATH)
38 @echo ACTIVE_PLATFORM.. $(ACTIVE_PLATFORM)
39 @echo TARGET_ARCH...... $(TARGET_ARCH)
40 @echo TOOL_CHAIN_TAG... $(TOOL_CHAIN_TAG)
41 @echo CONF_DIRECTORY... $(CONF_DIRECTORY)
42 @echo TARGET........... $(TARGET)
43 @echo EXTRA_FLAGS...... $(EXTRA_FLAGS)
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

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