]> 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 4377ec5522cc9c3c9e16970b8152269997fa5fc3..a376d32e220e5fb7bc35c395b398f701d4f52d6e 100644 (file)
@@ -1,7 +1,7 @@
 ## @file\r
 # Windows makefile for C tools build.\r
 #\r
-# Copyright (c) 2009 - 2019, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>\r
 # SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
 HOST_ARCH = IA32\r
@@ -12,17 +12,13 @@ LIBRARIES = Common
 APPLICATIONS = \\r
   VfrCompile \\r
   BrotliCompress \\r
-  FMMT \\r
-  BfmLib \\r
   EfiRom \\r
-  FCE \\r
   GenCrc32 \\r
   GenFfs \\r
   GenFv \\r
   GenFw \\r
   GenSec \\r
   LzmaCompress \\r
-  Split \\r
   TianoCompress \\r
   VolInfo \\r
   DevicePath\r
@@ -66,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