]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/GNUmakefile
IntelFrameworkModulePkg: Refine casting expression result to bigger size
[mirror_edk2.git] / BaseTools / GNUmakefile
index aa140439e28ef1872993f2c5c9e43715a37b9fc6..790d33a2f3749cf7b32afba5c0d353281feda401 100644 (file)
@@ -1,23 +1,35 @@
-
-all: subdirs
-
-LANGUAGES = C Python
-
-SOURCE_SUBDIRS := $(patsubst %,Source/%,$(sort $(LANGUAGES)))
-SUBDIRS := $(SOURCE_SUBDIRS) Tests
-CLEAN_SUBDIRS := $(patsubst %,%-clean,$(sort $(SUBDIRS)))
-
-.PHONY: subdirs $(SUBDIRS)
-subdirs: $(SUBDIRS)
-$(SUBDIRS):
-       $(MAKE) -C $@
-
-.PHONY: $(CLEAN_SUBDIRS)
-$(CLEAN_SUBDIRS):
-       -$(MAKE) -C $(@:-clean=) clean
-
-clean:  $(CLEAN_SUBDIRS)
-
-test:
-       @$(MAKE) -C Tests
-
+## @file\r
+# GNU/Linux makefile for Base Tools project build.\r
+#\r
+# Copyright (c) 2009 - 2010, 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
+# 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
+all: subdirs\r
+\r
+LANGUAGES = C Python\r
+\r
+SOURCE_SUBDIRS := $(patsubst %,Source/%,$(sort $(LANGUAGES)))\r
+SUBDIRS := $(SOURCE_SUBDIRS) Tests\r
+CLEAN_SUBDIRS := $(patsubst %,%-clean,$(sort $(SUBDIRS)))\r
+\r
+.PHONY: subdirs $(SUBDIRS)\r
+subdirs: $(SUBDIRS)\r
+$(SUBDIRS):\r
+       $(MAKE) -C $@\r
+\r
+.PHONY: $(CLEAN_SUBDIRS)\r
+$(CLEAN_SUBDIRS):\r
+       -$(MAKE) -C $(@:-clean=) clean\r
+\r
+clean:  $(CLEAN_SUBDIRS)\r
+\r
+test:\r
+       @$(MAKE) -C Tests\r
+\r