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/cmd/6c/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=6c
4
OFILES=\
5
	cgen.$O\
6
	enam.$O\
7
	list.$O\
8
	sgen.$O\
9
	swt.$O\
10
	txt.$O\
11
	reg.$O\
12
	peep.$O\
13
	pgen.$O\
14
	pswt.$O\
15
	machcap.$O\
16
	div.$O\
17
	mul.$O\
18
 
19
HFILES=\
20
	gc.h\
21
	6.out.h\
22
	../cc/cc.h\
23
 
24
LIB=../cc/cc.a$O
25
 
26
BIN=/$objtype/bin
27
</sys/src/cmd/mkone
28
 
29
$LIB:
30
	cd ../cc
31
	mk install
32
	mk clean
33
 
34
%.$O: ../cc/%.c
35
	$CC $CFLAGS ../cc/$stem.c
36
 
37
bound.$O:	bound.h
38