]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Get rid of the build.gcc
authorbbahnsen <bbahnsen@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 8 May 2006 16:13:05 +0000 (16:13 +0000)
committerbbahnsen <bbahnsen@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 8 May 2006 16:13:05 +0000 (16:13 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@110 6f19259b-4bc3-4df7-8a09-765794883524

13 files changed:
Tools/Source/TianoTools/Common/build.gcc [deleted file]
Tools/Source/TianoTools/CustomizedCompress/build.gcc [deleted file]
Tools/Source/TianoTools/FwImage/build.gcc [deleted file]
Tools/Source/TianoTools/GenCRC32Section/build.gcc [deleted file]
Tools/Source/TianoTools/GenDepex/build.gcc [deleted file]
Tools/Source/TianoTools/GenFfsFile/build.gcc [deleted file]
Tools/Source/TianoTools/GenFvImage/build.gcc [deleted file]
Tools/Source/TianoTools/GenSection/build.gcc [deleted file]
Tools/Source/TianoTools/GuidChk/build.gcc [deleted file]
Tools/Source/TianoTools/Pccts/build.gcc [deleted file]
Tools/Source/TianoTools/SetStamp/build.gcc [deleted file]
Tools/Source/TianoTools/StrGather/build.gcc [deleted file]
Tools/Source/TianoTools/VfrCompile/build.gcc [deleted file]

diff --git a/Tools/Source/TianoTools/Common/build.gcc b/Tools/Source/TianoTools/Common/build.gcc
deleted file mode 100644 (file)
index a696bba..0000000
+++ /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 (file)
index 77d6c9e..0000000
+++ /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 (file)
index 225fed5..0000000
+++ /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 (file)
index 598638e..0000000
+++ /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 (file)
index 5e6adeb..0000000
+++ /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 (file)
index 1501595..0000000
+++ /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 (file)
index 24e1a79..0000000
+++ /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 (file)
index 5dcd737..0000000
+++ /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 (file)
index 4f3f962..0000000
+++ /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 (file)
index 96aab51..0000000
+++ /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 (file)
index ad201a5..0000000
+++ /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 (file)
index 6a49d22..0000000
+++ /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 (file)
index 5d87398..0000000
+++ /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