]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/CCode/Source/Pccts/support/rexpr/makefile
Retiring the ANT/JAVA build and removing the older EDK II packages that required...
[mirror_edk2.git] / Tools / CCode / Source / Pccts / support / rexpr / makefile
diff --git a/Tools/CCode/Source/Pccts/support/rexpr/makefile b/Tools/CCode/Source/Pccts/support/rexpr/makefile
deleted file mode 100644 (file)
index 44caef1..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-BAG=../../bin/bag\r
-SRC=test.c rexpr.c\r
-OBJ=test.o rexpr.o\r
-CFLAGS = -g\r
-\r
-test: $(OBJ) $(SRC)\r
-       cc -g -o texpr $(OBJ)\r
-\r
-shar:\r
-       shar makefile test.c rexpr.c rexpr.h > rexpr.shar\r
-\r
-archive:\r
-       $(BAG) makefile test.c rexpr.c rexpr.h > rexpr.bag\r
-\r
-clean:\r
-       rm -rf *.o core texpr\r
-\r
-scrub:\r
-       rm -rf *.o core texpr\r