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