]> git.proxmox.com Git - mirror_edk2.git/blob - 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
1 #
2 # Makefile for SORCERER libraries
3 #
4 SRC = astlib.c sstack.c sorlist.c sintstack.c
5 OBJ = astlib.o sstack.o sorlist.o sintstack.o
6 CFLAGS=-g -I../../h -I../h
7 CC=cc
8
9 libs : $(OBJ) $(SRC)
10
11 clean:
12 rm -f *.o core
13
14 scrub:
15 rm -f *.o core
16
17 ci:
18 ci -u $(SRC) *.h makefile
19
20 co:
21 co -l $(SRC) *.h makefile