]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/Source/TianoTools/SecApResetVectorFixup/Makefile
Get rid of old makefiles.
[mirror_edk2.git] / Tools / Source / TianoTools / SecApResetVectorFixup / Makefile
diff --git a/Tools/Source/TianoTools/SecApResetVectorFixup/Makefile b/Tools/Source/TianoTools/SecApResetVectorFixup/Makefile
deleted file mode 100644 (file)
index 53e6be5..0000000
+++ /dev/null
@@ -1,58 +0,0 @@
-#/*++\r
-#   \r
-#  Copyright (c) 2005 Intel Corporation.  All rights reserved.\r
-#\r
-#  This software and associated documentation (if any) is furnished under \r
-#  a license and may only be used or copied in accordance with the terms \r
-#  of the license.  Except as permitted by such license, no part of this \r
-#  software or documentation may be reproduced, stored in a retrieval \r
-#  system, or transmitted in any form or by any means without the express \r
-#  written consent of Intel Corporation.\r
-#   \r
-#  Module Name:  makefile\r
-#   \r
-#  Abstract:\r
-#   \r
-#    This file is used to build the EFI utility.\r
-#   \r
-#--*/\r
-\r
-#\r
-# Do this if you want to compile from this directory\r
-#\r
-!IFNDEF TOOLCHAIN\r
-TOOLCHAIN = TOOLCHAIN_MSVC\r
-!ENDIF\r
-\r
-!INCLUDE PlatformTools.env\r
-\r
-#\r
-# Target specific information\r
-#\r
-\r
-TARGET_NAME         = SecApResetVectorFixup\r
-TARGET_SOURCE_DIR   = $(TIANO_TOOLS_SOURCE)\$(TARGET_NAME)\r
-TARGET_EXE          = $(TIANO_TOOLS_OUTPUT)\$(TARGET_NAME).exe\r
-TARGET_EXE_SOURCE   = $(TARGET_SOURCE_DIR)\$(TARGET_NAME).c\r
-\r
-#\r
-# Build targets\r
-#\r
-\r
-all: $(TARGET_EXE)\r
-\r
-OBJECTS   = $(TIANO_TOOLS_OUTPUT)\$(TARGET_NAME).obj\r
-LIBS      = $(TIANO_TOOLS_OUTPUT)\Common.lib  \r
-\r
-#\r
-# Build EXE\r
-#\r
-\r
-$(OBJECTS) : $(TARGET_EXE_SOURCE) $(INC_DEPS)\r
-  $(CC) $(C_FLAGS) $(TARGET_EXE_SOURCE) /Fo$@\r
-\r
-$(TARGET_EXE): $(OBJECTS)\r
-  $(LINK) $(MSVS_LINK_LIBPATHS) $(L_FLAGS) $(OBJECTS) $(LIBS) /out:$(TARGET_EXE)\r
-\r
-clean:\r
-  @if exist $(EDK_TOOLS_OUTPUT)\$(TARGET_NAME).* del $(EDK_TOOLS_OUTPUT)\$(TARGET_NAME).* > NUL\r