]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/Python/Makefile
BaseTools: remove unused member variable
[mirror_edk2.git] / BaseTools / Source / Python / Makefile
index ce5541b513c409d54045edfc5d4b56320bc6296a..8466f6ebab33734ffa4fb1da29ab8306f403af37 100644 (file)
@@ -1,7 +1,7 @@
 ## @file\r
 # Windows makefile for Python tools build.\r
 #\r
-# Copyright (c) 2010 - 2016, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2010 - 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
@@ -37,22 +37,13 @@ APPLICATIONS=$(BIN_DIR)\build.exe $(BIN_DIR)\GenFds.exe $(BIN_DIR)\Trim.exe $(BI
 COMMON_PYTHON=$(BASE_TOOLS_PATH)\Source\Python\Common\BuildToolError.py \\r
               $(BASE_TOOLS_PATH)\Source\Python\Common\Database.py \\r
               $(BASE_TOOLS_PATH)\Source\Python\Common\DataType.py \\r
-              $(BASE_TOOLS_PATH)\Source\Python\Common\DecClassObject.py \\r
-              $(BASE_TOOLS_PATH)\Source\Python\Common\Dictionary.py \\r
-              $(BASE_TOOLS_PATH)\Source\Python\Common\DscClassObject.py \\r
-              $(BASE_TOOLS_PATH)\Source\Python\Common\EdkIIWorkspace.py \\r
-              $(BASE_TOOLS_PATH)\Source\Python\Common\EdkIIWorkspaceBuild.py \\r
               $(BASE_TOOLS_PATH)\Source\Python\Common\EdkLogger.py \\r
               $(BASE_TOOLS_PATH)\Source\Python\Common\Expression.py \\r
-              $(BASE_TOOLS_PATH)\Source\Python\Common\FdfClassObject.py \\r
-              $(BASE_TOOLS_PATH)\Source\Python\Common\FdfParserLite.py \\r
               $(BASE_TOOLS_PATH)\Source\Python\Common\GlobalData.py \\r
               $(BASE_TOOLS_PATH)\Source\Python\Common\Identification.py \\r
-              $(BASE_TOOLS_PATH)\Source\Python\Common\InfClassObject.py \\r
               $(BASE_TOOLS_PATH)\Source\Python\Common\LongFilePathOs.py \\r
               $(BASE_TOOLS_PATH)\Source\Python\Common\LongFilePathOsPath.py \\r
               $(BASE_TOOLS_PATH)\Source\Python\Common\LongFilePathSupport.py \\r
-              $(BASE_TOOLS_PATH)\Source\Python\Common\MigrationUtilities.py \\r
               $(BASE_TOOLS_PATH)\Source\Python\Common\Misc.py \\r
               $(BASE_TOOLS_PATH)\Source\Python\Common\Parsing.py \\r
               $(BASE_TOOLS_PATH)\Source\Python\Common\String.py \\r
@@ -65,9 +56,6 @@ COMMON_PYTHON=$(BASE_TOOLS_PATH)\Source\Python\Common\BuildToolError.py \
               $(BASE_TOOLS_PATH)\Source\Python\CommonDataClass\DataClass.py \\r
               $(BASE_TOOLS_PATH)\Source\Python\CommonDataClass\Exceptions.py \\r
               $(BASE_TOOLS_PATH)\Source\Python\CommonDataClass\FdfClass.py \\r
-              $(BASE_TOOLS_PATH)\Source\Python\CommonDataClass\ModuleClass.py \\r
-              $(BASE_TOOLS_PATH)\Source\Python\CommonDataClass\PackageClass.py \\r
-              $(BASE_TOOLS_PATH)\Source\Python\CommonDataClass\PlatformClass.py \\r
               $(BASE_TOOLS_PATH)\Source\Python\Table\Table.py \\r
               $(BASE_TOOLS_PATH)\Source\Python\Table\TableDataModel.py \\r
               $(BASE_TOOLS_PATH)\Source\Python\Table\TableDec.py \\r
@@ -119,7 +107,6 @@ CMD_BUILD=$(BASE_TOOLS_PATH)\Source\Python\build\BuildReport.py \
     $(BASE_TOOLS_PATH)\Source\Python\Eot\EotGlobalData.py \\r
     $(BASE_TOOLS_PATH)\Source\Python\Eot\EotToolError.py \\r
     $(BASE_TOOLS_PATH)\Source\Python\Eot\FileProfile.py \\r
-    $(BASE_TOOLS_PATH)\Source\Python\Eot\FvImage.py \\r
     $(BASE_TOOLS_PATH)\Source\Python\Eot\InfParserLite.py \\r
     $(BASE_TOOLS_PATH)\Source\Python\Eot\LzmaCompressor.pyd \\r
     $(BASE_TOOLS_PATH)\Source\Python\Eot\Parser.py \\r