summaryrefslogtreecommitdiff
path: root/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/sorcerer/lib/makefile
blob: c4e9bca9e8b81b74737a180cb25436765013a3e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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