]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/sorcerer/lib/makefile
Add in the 1st version of ECP.
[mirror_edk2.git] / EdkCompatibilityPkg / Other / Maintained / Tools / Pccts / sorcerer / lib / makefile
diff --git a/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/sorcerer/lib/makefile b/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/sorcerer/lib/makefile
new file mode 100644 (file)
index 0000000..c4e9bca
--- /dev/null
@@ -0,0 +1,21 @@
+#\r
+# Makefile for SORCERER libraries\r
+#\r
+SRC = astlib.c sstack.c sorlist.c sintstack.c\r
+OBJ = astlib.o sstack.o sorlist.o sintstack.o\r
+CFLAGS=-g -I../../h -I../h\r
+CC=cc\r
+\r
+libs : $(OBJ) $(SRC)\r
+\r
+clean:\r
+       rm -f *.o core\r
+\r
+scrub:\r
+       rm -f *.o core\r
+\r
+ci:\r
+       ci -u $(SRC) *.h makefile\r
+\r
+co:\r
+       co -l $(SRC) *.h makefile\r