From 406479e60a0d5191d57f1c928fb8cf59a90c6629 Mon Sep 17 00:00:00 2001 From: bbahnsen Date: Mon, 8 May 2006 16:13:05 +0000 Subject: [PATCH] Get rid of the build.gcc git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@110 6f19259b-4bc3-4df7-8a09-765794883524 --- Tools/Source/TianoTools/Common/build.gcc | 8 -------- Tools/Source/TianoTools/CustomizedCompress/build.gcc | 8 -------- Tools/Source/TianoTools/FwImage/build.gcc | 1 - Tools/Source/TianoTools/GenCRC32Section/build.gcc | 1 - Tools/Source/TianoTools/GenDepex/build.gcc | 1 - Tools/Source/TianoTools/GenFfsFile/build.gcc | 1 - Tools/Source/TianoTools/GenFvImage/build.gcc | 3 --- Tools/Source/TianoTools/GenSection/build.gcc | 1 - Tools/Source/TianoTools/GuidChk/build.gcc | 1 - Tools/Source/TianoTools/Pccts/build.gcc | 2 -- Tools/Source/TianoTools/SetStamp/build.gcc | 2 -- Tools/Source/TianoTools/StrGather/build.gcc | 1 - Tools/Source/TianoTools/VfrCompile/build.gcc | 10 ---------- 13 files changed, 40 deletions(-) delete mode 100644 Tools/Source/TianoTools/Common/build.gcc delete mode 100644 Tools/Source/TianoTools/CustomizedCompress/build.gcc delete mode 100644 Tools/Source/TianoTools/FwImage/build.gcc delete mode 100644 Tools/Source/TianoTools/GenCRC32Section/build.gcc delete mode 100644 Tools/Source/TianoTools/GenDepex/build.gcc delete mode 100644 Tools/Source/TianoTools/GenFfsFile/build.gcc delete mode 100644 Tools/Source/TianoTools/GenFvImage/build.gcc delete mode 100644 Tools/Source/TianoTools/GenSection/build.gcc delete mode 100644 Tools/Source/TianoTools/GuidChk/build.gcc delete mode 100644 Tools/Source/TianoTools/Pccts/build.gcc delete mode 100644 Tools/Source/TianoTools/SetStamp/build.gcc delete mode 100644 Tools/Source/TianoTools/StrGather/build.gcc delete mode 100644 Tools/Source/TianoTools/VfrCompile/build.gcc diff --git a/Tools/Source/TianoTools/Common/build.gcc b/Tools/Source/TianoTools/Common/build.gcc deleted file mode 100644 index a696bba30b..0000000000 --- a/Tools/Source/TianoTools/Common/build.gcc +++ /dev/null @@ -1,8 +0,0 @@ -mkdir -p ../Library-mingw -mkdir -p ../Library-cygwin -rm *.o -gcc -c -I "$WORKSPACE/MdePkg/Include/" -I"$WORKSPACE/MdePkg/Include/Ia32/" -I"../Common/" -I$WORKSPACE/MdePkg/Include/Protocol/ -I$WORKSPACE/MdePkg/Include/Common/ *.c -ar cr ../Library-cygwin/libCommon.a *.o -rm *.o -gcc -mno-cygwin -c -I "$WORKSPACE/MdePkg/Include/" -I"$WORKSPACE/MdePkg/Include/Ia32/" -I"../Common/" -I$WORKSPACE/MdePkg/Include/Protocol/ -I$WORKSPACE/MdePkg/Include/Common/ *.c -ar cr ../Library-mingw/libCommon.a *.o diff --git a/Tools/Source/TianoTools/CustomizedCompress/build.gcc b/Tools/Source/TianoTools/CustomizedCompress/build.gcc deleted file mode 100644 index 77d6c9ece8..0000000000 --- a/Tools/Source/TianoTools/CustomizedCompress/build.gcc +++ /dev/null @@ -1,8 +0,0 @@ -mkdir -p ../Library-mingw -mkdir -p ../Library-cygwin -rm *.o -gcc -c -I "$WORKSPACE/MdePkg/Include/" -I"$WORKSPACE/MdePkg/Include/Ia32/" -I"../Common/" -I$WORKSPACE/MdePkg/Include/Protocol/ -I$WORKSPACE/MdePkg/Include/Common/ *.c -ar cr ../Library-cygwin/libCustomizedCompress.a *.o -rm *.o -gcc -mno-cygwin -c -I "$WORKSPACE/MdePkg/Include/" -I"$WORKSPACE/MdePkg/Include/Ia32/" -I"../Common/" -I$WORKSPACE/MdePkg/Include/Protocol/ -I$WORKSPACE/MdePkg/Include/Common/ *.c -ar cr ../Library-mingw/libCustomizedCompress.a *.o diff --git a/Tools/Source/TianoTools/FwImage/build.gcc b/Tools/Source/TianoTools/FwImage/build.gcc deleted file mode 100644 index 225fed556e..0000000000 --- a/Tools/Source/TianoTools/FwImage/build.gcc +++ /dev/null @@ -1 +0,0 @@ -gcc -mno-cygwin -I "$WORKSPACE/MdePkg/Include/" -I"$WORKSPACE/MdePkg/Include/Ia32/" -I"../Common/" -I$WORKSPACE/MdePkg/Include/Protocol/ -I$WORKSPACE/MdePkg/Include/Common/ *.c -o FwImage -L../Library-mingw -lCommon diff --git a/Tools/Source/TianoTools/GenCRC32Section/build.gcc b/Tools/Source/TianoTools/GenCRC32Section/build.gcc deleted file mode 100644 index 598638e9b2..0000000000 --- a/Tools/Source/TianoTools/GenCRC32Section/build.gcc +++ /dev/null @@ -1 +0,0 @@ -gcc -mno-cygwin -I "$WORKSPACE/MdePkg/Include/" -I"$WORKSPACE/MdePkg/Include/Ia32/" -I"../Common/" -I$WORKSPACE/MdePkg/Include/Protocol/ -I$WORKSPACE/MdePkg/Include/Common/ *.c -o GenCRC32Section -L../Library-mingw -lCommon diff --git a/Tools/Source/TianoTools/GenDepex/build.gcc b/Tools/Source/TianoTools/GenDepex/build.gcc deleted file mode 100644 index 5e6adeb616..0000000000 --- a/Tools/Source/TianoTools/GenDepex/build.gcc +++ /dev/null @@ -1 +0,0 @@ -gcc -mno-cygwin -I "$WORKSPACE/MdePkg/Include/" -I"$WORKSPACE/MdePkg/Include/Ia32/" -I"../Common/" -I$WORKSPACE/MdePkg/Include/Protocol/ -I$WORKSPACE/MdePkg/Include/Common/ *.c -o GenDepex -L../Library-mingw -lCommon diff --git a/Tools/Source/TianoTools/GenFfsFile/build.gcc b/Tools/Source/TianoTools/GenFfsFile/build.gcc deleted file mode 100644 index 15015952e4..0000000000 --- a/Tools/Source/TianoTools/GenFfsFile/build.gcc +++ /dev/null @@ -1 +0,0 @@ -gcc -mno-cygwin -I"../Common/" -I$WORKSPACE/MdePkg/Include/Protocol/ -I$WORKSPACE/MdePkg/Include/Common/ -I../Common -I$WORKSPACE/MdePkg/Include/ -I$WORKSPACE/MdePkg/Include/Ia32 -I. GenFfsFile.c -L../Library-mingw -lCommon -lCustomizedCompress -o GenFfsFile diff --git a/Tools/Source/TianoTools/GenFvImage/build.gcc b/Tools/Source/TianoTools/GenFvImage/build.gcc deleted file mode 100644 index 24e1a79444..0000000000 --- a/Tools/Source/TianoTools/GenFvImage/build.gcc +++ /dev/null @@ -1,3 +0,0 @@ -gcc -I $WORKSPACE/MdePkg/Include/ToBeRemoved -I "$WORKSPACE/MdePkg/Include/" -I"$WORKSPACE/MdePkg/Include/Ia32/" -I"../Common/" -I$WORKSPACE/MdePkg/Include/Protocol/ -I$WORKSPACE/MdePkg/Include/Common/ Ia32/*.c *.c -o GenFvImage_Ia32 -L../Library-cygwin -lCommon -L/usr/lib/e2fsprogs -luuid -gcc -I $WORKSPACE/MdePkg/Include/ToBeRemoved -I "$WORKSPACE/MdePkg/Include/" -I"$WORKSPACE/MdePkg/Include/Ia32/" -I"../Common/" -I$WORKSPACE/MdePkg/Include/Protocol/ -I$WORKSPACE/MdePkg/Include/Common/ x64/*.c *.c -o GenFvImage_X64 -L../Library-cygwin -lCommon -L/usr/lib/e2fsprogs -luuid -gcc -I $WORKSPACE/MdePkg/Include/ToBeRemoved -I "$WORKSPACE/MdePkg/Include/" -I"$WORKSPACE/MdePkg/Include/Ia32/" -I"../Common/" -I$WORKSPACE/MdePkg/Include/Protocol/ -I$WORKSPACE/MdePkg/Include/Common/ Ipf/*.c *.c -o GenFvImage_Ipf -L../Library-cygwin -lCommon -L/usr/lib/e2fsprogs -luuid diff --git a/Tools/Source/TianoTools/GenSection/build.gcc b/Tools/Source/TianoTools/GenSection/build.gcc deleted file mode 100644 index 5dcd737d4b..0000000000 --- a/Tools/Source/TianoTools/GenSection/build.gcc +++ /dev/null @@ -1 +0,0 @@ -gcc -mno-cygwin -I "$WORKSPACE/MdePkg/Include/" -I"$WORKSPACE/MdePkg/Include/Ia32/" -I"../Common/" -I$WORKSPACE/MdePkg/Include/Protocol/ -I$WORKSPACE/MdePkg/Include/Common/ *.c -o GenSection -L../Library-mingw -lCommon -lCustomizedCompress diff --git a/Tools/Source/TianoTools/GuidChk/build.gcc b/Tools/Source/TianoTools/GuidChk/build.gcc deleted file mode 100644 index 4f3f962793..0000000000 --- a/Tools/Source/TianoTools/GuidChk/build.gcc +++ /dev/null @@ -1 +0,0 @@ -gcc -mno-cygwin -I../Common/ -I/workspace/mdk/MdePkg/Include/Guid -I/workspace/mdk/MdePkg/Include/Protocol/ -I/workspace/mdk/MdePkg/Include/Common/ -I/workspace/mdk/MdePkg/Include/ -I/workspace/mdk/MdePkg/Include/Ia32 -I. GuidChk.c GuidList.c UtilsMsgs.c -o GuidChk.exe diff --git a/Tools/Source/TianoTools/Pccts/build.gcc b/Tools/Source/TianoTools/Pccts/build.gcc deleted file mode 100644 index 96aab5136e..0000000000 --- a/Tools/Source/TianoTools/Pccts/build.gcc +++ /dev/null @@ -1,2 +0,0 @@ -(cd antlr/; make -f makefile) -(cd dlg/; make -f makefile) diff --git a/Tools/Source/TianoTools/SetStamp/build.gcc b/Tools/Source/TianoTools/SetStamp/build.gcc deleted file mode 100644 index ad201a5d1b..0000000000 --- a/Tools/Source/TianoTools/SetStamp/build.gcc +++ /dev/null @@ -1,2 +0,0 @@ -gcc -mno-cygwin -c -I"../Common/" -I$WORKSPACE/MdePkg/Include/Protocol/ -I$WORKSPACE/MdePkg/Include/Common/ -I../Common -I$WORKSPACE/MdePkg/Include/ -I$WORKSPACE/MdePkg/Include/Ia32 -I. SetStamp.c -gcc -mno-cygwin -o SetStamp SetStamp.o diff --git a/Tools/Source/TianoTools/StrGather/build.gcc b/Tools/Source/TianoTools/StrGather/build.gcc deleted file mode 100644 index 6a49d22a91..0000000000 --- a/Tools/Source/TianoTools/StrGather/build.gcc +++ /dev/null @@ -1 +0,0 @@ -gcc -mno-cygwin -mno-cygwin -I "$WORKSPACE/MdePkg/Include/" -I"$WORKSPACE/MdePkg/Include/Ia32/" -I"../Common/" -I$WORKSPACE/MdePkg/Include/Protocol/ -I$WORKSPACE/MdePkg/Include/Common/ StrGather.c StringDB.c -o StrGather -L../Library-mingw -lCommon diff --git a/Tools/Source/TianoTools/VfrCompile/build.gcc b/Tools/Source/TianoTools/VfrCompile/build.gcc deleted file mode 100644 index 5d8739822d..0000000000 --- a/Tools/Source/TianoTools/VfrCompile/build.gcc +++ /dev/null @@ -1,10 +0,0 @@ -../../../bin/antlr -CC -e3 -ck 3 -o . VfrCompile.g -../../../bin/dlg -C2 -i -CC -o . parser.dlg -g++ -mno-cygwin -c -I -I. -I../Pccts/h -g -O0 ../Pccts/h/AParser.cpp -g++ -mno-cygwin -c -I. -I../Pccts/h -g -O0 ../Pccts/h/ATokenBuffer.cpp -g++ -mno-cygwin -c -I. -I../Pccts/h -g -O0 ../Pccts/h/DLexerBase.cpp -g++ -mno-cygwin -c -I"../Common/" -I$WORKSPACE/MdePkg/Include/Protocol/ -I$WORKSPACE/MdePkg/Include/Common/ -I../Common -I$WORKSPACE/MdePkg/Include/ -I$WORKSPACE/MdePkg/Include/Ia32 -I. -I../Pccts/h -g -O0 VfrCompile.cpp -g++ -mno-cygwin -c -I"../Common/" -I$WORKSPACE/MdePkg/Include/Protocol/ -I$WORKSPACE/MdePkg/Include/Common/ -I../Common -I$WORKSPACE/MdePkg/Include/ -I$WORKSPACE/MdePkg/Include/Ia32 -I. -I../Pccts/h -g -O0 VfrServices.cpp -g++ -mno-cygwin -c -I"../Common/" -I$WORKSPACE/MdePkg/Include/Protocol/ -I$WORKSPACE/MdePkg/Include/Common/ -I../Common -I$WORKSPACE/MdePkg/Include/ -I$WORKSPACE/MdePkg/Include/Ia32 -I. -I../Pccts/h -g -O0 DLGLexer.cpp -g++ -mno-cygwin -c -I"../Common/" -I$WORKSPACE/MdePkg/Include/Protocol/ -I$WORKSPACE/MdePkg/Include/Common/ -I../Common -I$WORKSPACE/MdePkg/Include/ -I$WORKSPACE/MdePkg/Include/Ia32 -I. -I../Pccts/h -g -O0 EfiVfrParser.cpp -g++ -mno-cygwin -o VfrCompile *.o -L../Library-mingw -lCommon -- 2.39.2