]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Makefile
Sync EDKII BaseTools to BaseTools project r1913.
[mirror_edk2.git] / BaseTools / Makefile
index a16f57732c263ee7b95b3f574688789c57af797c..f6efb7b6a73c6363380059d30cabc3a3ae4c8d3e 100644 (file)
@@ -1,22 +1,34 @@
-
-SUBDIRS = Source\C Source\Python
-
-all: c python
-
-c :
-       @Source\C\Makefiles\NmakeSubdirs.bat all Source\C
-
-python:
-       @Source\C\Makefiles\NmakeSubdirs.bat all Source\Python
-
-subdirs: $(SUBDIRS)
-       @Source\C\Makefiles\NmakeSubdirs.bat all $**
-
-.PHONY: clean
-clean:
-       @Source\C\Makefiles\NmakeSubdirs.bat clean $(SUBDIRS)
-
-.PHONY: cleanall
-cleanall:
-       @Source\C\Makefiles\NmakeSubdirs.bat cleanall $(SUBDIRS)
-
+## @file\r
+# Windows makefile for Base Tools project build.\r
+#\r
+# Copyright (c) 2007 - 2010, Intel Corporation<BR>\r
+# All rights reserved. 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
+#\r
+\r
+SUBDIRS = Source\C Source\Python\r
+\r
+all: c python\r
+\r
+c :\r
+       @Source\C\Makefiles\NmakeSubdirs.bat all Source\C\r
+\r
+python:\r
+       @Source\C\Makefiles\NmakeSubdirs.bat all Source\Python\r
+\r
+subdirs: $(SUBDIRS)\r
+       @Source\C\Makefiles\NmakeSubdirs.bat all $**\r
+\r
+.PHONY: clean\r
+clean:\r
+       @Source\C\Makefiles\NmakeSubdirs.bat clean $(SUBDIRS)\r
+\r
+.PHONY: cleanall\r
+cleanall:\r
+       @Source\C\Makefiles\NmakeSubdirs.bat cleanall $(SUBDIRS)\r
+\r