]> git.proxmox.com Git - mirror_edk2.git/blame - BaseTools/Scripts/RunMakefileSample.mak
BaseTools/BinToPcd: Fix Python 2.7.x compatibility issue
[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
5# This program and the accompanying materials\r
6# are licensed and made available under the terms and conditions of the BSD License\r
7# which accompanies this distribution. The full text of the license may be found at\r
8# http://opensource.org/licenses/bsd-license.php\r
9#\r
10# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12#\r
13\r
14all: show\r
15 @echo $@\r
16genc: show\r
17 @echo $@\r
18genmake: show\r
19 @echo $@\r
20modules: show\r
21 @echo $@\r
22libraries: show\r
23 @echo $@\r
24fds: show\r
25 @echo $@\r
26clean: show\r
27 @echo $@\r
28cleanall: show\r
29 @echo $@\r
30cleanlib: show\r
31 @echo $@\r
32run: show\r
33 @echo $@\r
34\r
35show:\r
36 @echo WORKSPACE........ $(WORKSPACE)\r
37 @echo PACKAGES_PATH.... $(PACKAGES_PATH)\r
38 @echo ACTIVE_PLATFORM.. $(ACTIVE_PLATFORM)\r
39 @echo TARGET_ARCH...... $(TARGET_ARCH)\r
40 @echo TOOL_CHAIN_TAG... $(TOOL_CHAIN_TAG)\r
41 @echo CONF_DIRECTORY... $(CONF_DIRECTORY)\r
42 @echo TARGET........... $(TARGET)\r
43 @echo EXTRA_FLAGS...... $(EXTRA_FLAGS)\r