]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/CCode/Source/Pccts/support/genmk/makefile
Retiring the ANT/JAVA build and removing the older EDK II packages that required...
[mirror_edk2.git] / Tools / CCode / Source / Pccts / support / genmk / makefile
diff --git a/Tools/CCode/Source/Pccts/support/genmk/makefile b/Tools/CCode/Source/Pccts/support/genmk/makefile
deleted file mode 100644 (file)
index a003c2f..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-##\r
-##  7-Apr-97\r
-##  added support/genmk/makefile to pccts 1.33MR1 distribution kit\r
-##             (support/genmk/makefile" omitted from 1.33 distribution kit)\r
-##\r
-SRC=genmk.c\r
-OBJ=genmk.o\r
-# Define PC if you use a PC OS (changes directory symbol and object file extension)\r
-# see pccts/h/pcctscfg.h\r
-CC=cc\r
-COPT=-O\r
-#CFLAGS=-I../../h -DPC\r
-CFLAGS=$(COPT) -I../../h\r
-BAG=../../bin/bag\r
-\r
-genmk: $(OBJ) $(SRC) ../../h/pcctscfg.h\r
-       $(CC) -o genmk $(OBJ)\r
-\r
-clean:\r
-       rm -rf core *.o\r
-\r
-scrub:\r
-       rm -rf genmk core *.o\r
-\r
-shar:\r
-       shar genmk.c makefile > genmk.shar\r
-\r
-archive:\r
-       $(BAG) genmk.c makefile > genmk.bag\r