]> git.proxmox.com Git - mirror_edk2.git/blame - EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/sorcerer/lib/makefile
Maintainers.txt: Remove EdkCompatibilityPkg information
[mirror_edk2.git] / EdkCompatibilityPkg / Other / Maintained / Tools / Pccts / sorcerer / lib / makefile
CommitLineData
3eb9473e 1#\r
2# Makefile for SORCERER libraries\r
3#\r
4SRC = astlib.c sstack.c sorlist.c sintstack.c\r
5OBJ = astlib.o sstack.o sorlist.o sintstack.o\r
6CFLAGS=-g -I../../h -I../h\r
7CC=cc\r
8\r
9libs : $(OBJ) $(SRC)\r
10\r
11clean:\r
12 rm -f *.o core\r
13\r
14scrub:\r
15 rm -f *.o core\r
16\r
17ci:\r
18 ci -u $(SRC) *.h makefile\r
19\r
20co:\r
21 co -l $(SRC) *.h makefile\r