]> git.proxmox.com Git - mirror_edk2.git/blob - BaseTools/Scripts/RunMakefileSample.mak
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / BaseTools / Scripts / RunMakefileSample.mak
1 ## @file
2 # Sample makefile for PREBUILD or POSTBUILD action.
3 #
4 # Copyright (c) 2017, Intel Corporation. All rights reserved.<BR>
5 # SPDX-License-Identifier: BSD-2-Clause-Patent
6 #
7
8 all: show
9 @echo $@
10 genc: show
11 @echo $@
12 genmake: show
13 @echo $@
14 modules: show
15 @echo $@
16 libraries: show
17 @echo $@
18 fds: show
19 @echo $@
20 clean: show
21 @echo $@
22 cleanall: show
23 @echo $@
24 cleanlib: show
25 @echo $@
26 run: show
27 @echo $@
28
29 show:
30 @echo WORKSPACE........ $(WORKSPACE)
31 @echo PACKAGES_PATH.... $(PACKAGES_PATH)
32 @echo ACTIVE_PLATFORM.. $(ACTIVE_PLATFORM)
33 @echo TARGET_ARCH...... $(TARGET_ARCH)
34 @echo TOOL_CHAIN_TAG... $(TOOL_CHAIN_TAG)
35 @echo CONF_DIRECTORY... $(CONF_DIRECTORY)
36 @echo TARGET........... $(TARGET)
37 @echo EXTRA_FLAGS...... $(EXTRA_FLAGS)