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/cmd/wikifs/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
TARG=wikifs
4
 
5
HFILES=wiki.h
6
COFILES=\
7
	io.$O\
8
	parse.$O\
9
	parsehist.$O\
10
	tohtml.$O\
11
	util.$O\
12
	wdir.$O\
13
 
14
OFILES=fs.$O $COFILES
15
 
16
BIN=/$objtype/bin
17
LIB=/$objtype/lib/lib9p.a #/$objtype/lib/libdebugmalloc.a
18
 
19
UPDATE=\
20
	mkfile\
21
	$HFILES\
22
	${OFILES:%.$O=%.c}\
23
 
24
</sys/src/cmd/mkone
25
 
26
$O.wiki2html: wiki2html.$O $COFILES
27
	$LD -o $target $prereq
28
 
29
$O.wiki2text: wiki2text.$O $COFILES
30
	$LD -o $target $prereq
31
 
32
$O.owikifs: ofs.$O $COFILES
33
	$LD -o $target $prereq