Warning: Attempt to read property "date" on null in /usr/local/www/websvn.planix.org/blame.php on line 247

Warning: Attempt to read property "msg" on null in /usr/local/www/websvn.planix.org/blame.php on line 247
WebSVN – planix.SVN – Blame – /os/branches/feature-vt/sys/src/libdraw/mkfile – Rev 2

Subversion Repositories planix.SVN

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 - 1
</$objtype/mkfile
2
 
3
LIB=/$objtype/lib/libdraw.a
4
 
5
OFILES=\
6
	alloc.$O\
7
	allocimagemix.$O\
8
	arith.$O\
9
	bezier.$O\
10
	border.$O\
11
	buildfont.$O\
12
	bytesperline.$O\
13
	chan.$O\
14
	cloadimage.$O\
15
	computil.$O\
16
	creadimage.$O\
17
	debug.$O\
18
	defont.$O\
19
	draw.$O\
20
	drawrepl.$O\
21
	egetrect.$O\
22
	ellipse.$O\
23
	emenuhit.$O\
24
	event.$O\
25
	fmt.$O\
26
	font.$O\
27
	freesubfont.$O\
28
	getdefont.$O\
29
	getrect.$O\
30
	getsubfont.$O\
31
	icossin.$O\
32
	icossin2.$O\
33
	init.$O\
34
	keyboard.$O\
35
	line.$O\
36
	menuhit.$O\
37
	mkfont.$O\
38
	mouse.$O\
39
	newwindow.$O\
40
	openfont.$O\
41
	poly.$O\
42
	loadimage.$O\
43
	readcolmap.$O\
44
	readimage.$O\
45
	readsubfont.$O\
46
	rectclip.$O\
47
	replclipr.$O\
48
	rgb.$O\
49
	scroll.$O\
50
	string.$O\
51
	stringbg.$O\
52
	stringsubfont.$O\
53
	stringwidth.$O\
54
	subfont.$O\
55
	subfontcache.$O\
56
	subfontname.$O\
57
	unloadimage.$O\
58
	window.$O\
59
	writecolmap.$O\
60
	writeimage.$O\
61
	writesubfont.$O\
62
 
63
HFILES=\
64
	/sys/include/draw.h\
65
	/sys/include/event.h\
66
	/sys/include/mouse.h\
67
	/sys/include/keyboard.h
68
 
69
UPDATE=\
70
	mkfile\
71
	$HFILES\
72
	${OFILES:%.$O=%.c}\
73
	${LIB:/$objtype/%=/386/%}\
74
 
75
</sys/src/cmd/mksyslib