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/planix-v0/sys/src/libflate/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/libflate.a
4
OFILES=\
5
	deflate.$O\
6
	deflatezlib.$O\
7
	deflateblock.$O\
8
	deflatezlibblock.$O\
9
	inflate.$O\
10
	inflatezlib.$O\
11
	inflateblock.$O\
12
	inflatezlibblock.$O\
13
	flateerr.$O\
14
	crc.$O\
15
	adler.$O\
16
 
17
HFILES=\
18
	/sys/include/flate.h\
19
	zlib.h\
20
 
21
UPDATE=\
22
	mkfile\
23
	$HFILES\
24
	${OFILES:%.$O=%.c}\
25
	${LIB:/$objtype/%=/386/%}\
26
 
27
</sys/src/cmd/mksyslib