X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=EdkCompatibilityPkg%2FOther%2FMaintained%2FTools%2FPccts%2Fsorcerer%2Flib%2Fmakefile;fp=EdkCompatibilityPkg%2FOther%2FMaintained%2FTools%2FPccts%2Fsorcerer%2Flib%2Fmakefile;h=c4e9bca9e8b81b74737a180cb25436765013a3e4;hp=0000000000000000000000000000000000000000;hb=3eb9473ea9a949badfe06ae61d2d3fcfa53651c7;hpb=30d4a0c7ec19938196b1308006b990e0945150da diff --git a/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/sorcerer/lib/makefile b/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/sorcerer/lib/makefile new file mode 100644 index 0000000000..c4e9bca9e8 --- /dev/null +++ b/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/sorcerer/lib/makefile @@ -0,0 +1,21 @@ +# +# Makefile for SORCERER libraries +# +SRC = astlib.c sstack.c sorlist.c sintstack.c +OBJ = astlib.o sstack.o sorlist.o sintstack.o +CFLAGS=-g -I../../h -I../h +CC=cc + +libs : $(OBJ) $(SRC) + +clean: + rm -f *.o core + +scrub: + rm -f *.o core + +ci: + ci -u $(SRC) *.h makefile + +co: + co -l $(SRC) *.h makefile