]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/C/Makefile
Sync EDKII BaseTools to BaseTools project r1913.
[mirror_edk2.git] / BaseTools / Source / C / Makefile
index b137da6498cc4ffb0bae0f6135eb0dd0cafdf93b..aeacbd30ee9766c7b6cf0a60948d3cad8f05fe4f 100644 (file)
@@ -1,61 +1,73 @@
-ARCH = IA32
-
-!INCLUDE Makefiles\ms.common
-
-LIBRARIES = Common
-APPLICATIONS = \
-  BootSectImage \
-  EfiLdrImage \
-  EfiRom \
-  GenBootSector \
-  GenCrc32 \
-  GenFfs \
-  GenFv \
-  GenFw \
-  GenPage \
-  GenSec \
-  GenVtf \
-  LzmaCompress \
-  Split \
-  TianoCompress \
-  VolInfo \
-  VfrCompile
-
-all: libs apps install
-
-libs: $(LIBRARIES)
-       @echo.
-       @echo ######################
-       @echo # Build libraries
-       @echo ######################
-       @if not exist $(LIB_PATH) mkdir $(LIB_PATH)
-       @Makefiles\NmakeSubdirs.bat all $**
-
-apps: $(APPLICATIONS)
-       @echo.
-       @echo ######################
-       @echo # Build executables
-       @echo ######################
-       @if not exist $(BIN_PATH) mkdir $(BIN_PATH)
-       @Makefiles\NmakeSubdirs.bat all $**
-
-install: $(LIB_PATH) $(BIN_PATH)
-       @echo.
-       @echo ######################
-       @echo # Install to $(SYS_LIB_PATH)
-       @echo # Install to $(SYS_BIN_PATH)
-       @echo ######################
-       @-xcopy $(LIB_PATH)\*.lib $(SYS_LIB_PATH) /I /D /E /F /Y > NUL 2>&1
-       @-xcopy $(BIN_PATH)\*.exe $(SYS_BIN_PATH) /I /D /E /F /Y > NUL 2>&1
-
-.PHONY: clean
-clean:
-  @Makefiles\NmakeSubdirs.bat clean $(LIBRARIES) $(APPLICATIONS)
-
-.PHONY: cleanall
-cleanall:
-  @Makefiles\NmakeSubdirs.bat cleanall $(LIBRARIES) $(APPLICATIONS)
-  @del /f /q $(BIN_PATH)\*.pdb $(BIN_PATH)\*.ilk
-
-!INCLUDE Makefiles\ms.rule
-
+## @file\r
+# Windows makefile for C tools build.\r
+#\r
+# Copyright (c) 2009 - 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
+ARCH = IA32\r
+\r
+!INCLUDE Makefiles\ms.common\r
+\r
+LIBRARIES = Common\r
+APPLICATIONS = \\r
+  BootSectImage \\r
+  EfiLdrImage \\r
+  EfiRom \\r
+  GenBootSector \\r
+  GenCrc32 \\r
+  GenFfs \\r
+  GenFv \\r
+  GenFw \\r
+  GenPage \\r
+  GenSec \\r
+  GenVtf \\r
+  LzmaCompress \\r
+  Split \\r
+  TianoCompress \\r
+  VolInfo \\r
+  VfrCompile\r
+\r
+all: libs apps install\r
+\r
+libs: $(LIBRARIES)\r
+       @echo.\r
+       @echo ######################\r
+       @echo # Build libraries\r
+       @echo ######################\r
+       @if not exist $(LIB_PATH) mkdir $(LIB_PATH)\r
+       @Makefiles\NmakeSubdirs.bat all $**\r
+\r
+apps: $(APPLICATIONS)\r
+       @echo.\r
+       @echo ######################\r
+       @echo # Build executables\r
+       @echo ######################\r
+       @if not exist $(BIN_PATH) mkdir $(BIN_PATH)\r
+       @Makefiles\NmakeSubdirs.bat all $**\r
+\r
+install: $(LIB_PATH) $(BIN_PATH)\r
+       @echo.\r
+       @echo ######################\r
+       @echo # Install to $(SYS_LIB_PATH)\r
+       @echo # Install to $(SYS_BIN_PATH)\r
+       @echo ######################\r
+       @-xcopy $(LIB_PATH)\*.lib $(SYS_LIB_PATH) /I /D /E /F /Y > NUL 2>&1\r
+       @-xcopy $(BIN_PATH)\*.exe $(SYS_BIN_PATH) /I /D /E /F /Y > NUL 2>&1\r
+\r
+.PHONY: clean\r
+clean:\r
+  @Makefiles\NmakeSubdirs.bat clean $(LIBRARIES) $(APPLICATIONS)\r
+\r
+.PHONY: cleanall\r
+cleanall:\r
+  @Makefiles\NmakeSubdirs.bat cleanall $(LIBRARIES) $(APPLICATIONS)\r
+  @del /f /q $(BIN_PATH)\*.pdb $(BIN_PATH)\*.ilk\r
+\r
+!INCLUDE Makefiles\ms.rule\r
+\r