aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/sam/Makefile
blob: bf2917dce6a5450d96039188dc6f649dd9108c36 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
9SRC=..
include $(9SRC)/Makehdr

TARG=sam
OFILES=sam.$O\
	address.$O\
	buff.$O\
	cmd.$O\
	disk.$O\
	error.$O\
	file.$O\
	io.$O\
	list.$O\
	mesg.$O\
	moveto.$O\
	multi.$O\
	plumb.$O\
	rasp.$O\
	regexp.$O\
	shell.$O\
	string.$O\
	sys.$O\
	unix.$O\
	util.$O\
	xec.$O\

HFILES=sam.h\
	errors.h\
	mesg.h\

LDFLAGS+=-l9 -lfmt -lutf

include $(9SRC)/Makeone