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_unix/sys/src/libhttpd/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/libhttpd.a
4
OFILES=\
5
	alloc.$O\
6
	checkcontent.$O\
7
	date.$O\
8
	fail.$O\
9
	gethead.$O\
10
	hio.$O\
11
	httpfmt.$O\
12
	httpunesc.$O\
13
	lower.$O\
14
	okheaders.$O\
15
	parse.$O\
16
	parsereq.$O\
17
	query.$O\
18
	redirected.$O\
19
	unallowed.$O\
20
	urlfmt.$O\
21
	urlunesc.$O\
22
 
23
HFILES=\
24
	/sys/include/httpd.h\
25
	escape.h\
26
 
27
UPDATE=\
28
	mkfile\
29
	$HFILES\
30
	${OFILES:%.$O=%.c}\
31
	${LIB:/$objtype/%=/386/%}\
32
 
33
</sys/src/cmd/mksyslib