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/libmp/power/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=power
2
</power/mkfile
3
 
4
LIB=/$objtype/lib/libmp.a
5
SFILES=\
6
	mpvecadd.s\
7
	mpvecsub.s\
8
	mpvecdigmuladd.s\
9
	mpvecdigmulsub.s\
10
 
11
HFILES=/$objtype/include/u.h /sys/include/mp.h ../port/dat.h
12
 
13
OFILES=${SFILES:%.s=%.$O}
14
 
15
UPDATE=mkfile\
16
	$HFILES\
17
	$SFILES\
18
 
19
</sys/src/cmd/mksyslib