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