2010-03-04 11:57:31 +00:00
|
|
|
## @file
|
|
|
|
|
# Windows makefile for Python tools build.
|
|
|
|
|
#
|
2018-04-04 13:53:13 +08:00
|
|
|
# Copyright (c) 2010 - 2018, Intel Corporation. All rights reserved.<BR>
|
2010-05-18 05:04:32 +00:00
|
|
|
# This program and the accompanying materials
|
2010-03-04 11:57:31 +00:00
|
|
|
# are licensed and made available under the terms and conditions of the BSD License
|
|
|
|
|
# which accompanies this distribution. The full text of the license may be found at
|
|
|
|
|
# http://opensource.org/licenses/bsd-license.php
|
|
|
|
|
#
|
|
|
|
|
# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
|
|
|
|
|
# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
|
|
|
|
#
|
|
|
|
|
|
2016-09-12 15:25:07 +08:00
|
|
|
all:
|
2016-08-15 17:12:12 +08:00
|
|
|
|
2009-07-17 09:10:31 +00:00
|
|
|
clean:
|
2010-03-04 11:57:31 +00:00
|
|
|
cleanall:
|
2016-09-12 15:25:07 +08:00
|
|
|
@del /f /q $(BASE_TOOLS_PATH)\Source\Python\*.pyc
|
2010-03-04 11:57:31 +00:00
|
|
|
|