]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/C/Makefile
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / BaseTools / Source / C / Makefile
index ca71bd11783acc2d5f380cf8c410a8ae27f00270..a376d32e220e5fb7bc35c395b398f701d4f52d6e 100644 (file)
@@ -2,13 +2,7 @@
 # Windows makefile for C tools build.\r
 #\r
 # Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>\r
-# This program and the accompanying materials\r
-# are licensed and made available under the terms and conditions of the BSD License\r
-# which accompanies this distribution.  The full text of the license may be found at\r
-# http://opensource.org/licenses/bsd-license.php\r
-#\r
-# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+# SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
 HOST_ARCH = IA32\r
 \r
@@ -25,7 +19,6 @@ APPLICATIONS = \
   GenFw \\r
   GenSec \\r
   LzmaCompress \\r
-  Split \\r
   TianoCompress \\r
   VolInfo \\r
   DevicePath\r
@@ -69,6 +62,8 @@ clean:
 cleanall:\r
   @if defined PYTHON_COMMAND $(PYTHON_COMMAND) Makefiles\NmakeSubdirs.py cleanall $(LIBRARIES) $(APPLICATIONS)\r
   @if not defined PYTHON_COMMAND $(PYTHON_HOME)\python.exe Makefiles\NmakeSubdirs.py cleanall $(LIBRARIES) $(APPLICATIONS)\r
+# Next line protects the libs pseudo target from inadvertent GNU make activity\r
+  if exist libs RMDIR /S /Q libs\r
 \r
 !INCLUDE Makefiles\ms.rule\r
 \r