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/cmd/ip/imap4d/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
OFILES=\
4
	auth.$O\
5
	copy.$O\
6
	csquery.$O\
7
	date.$O\
8
	fetch.$O\
9
	imap4d.$O\
10
	list.$O\
11
	mbox.$O\
12
	msg.$O\
13
	mutf7.$O\
14
	nodes.$O\
15
	folder.$O\
16
	search.$O\
17
	store.$O\
18
	utils.$O\
19
	debug.$O\
20
 
21
HFILES=imap4d.h\
22
	fns.h\
23
 
24
TARG=imap4d
25
BIN=/$objtype/bin/ip
26
UPDATE=\
27
	mkfile\
28
	$HFILES\
29
	${OFILES:%.$O=%.c}\
30
 
31
</sys/src/cmd/mkone