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/lex/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=lex
4
OFILES=lmain.$O\
5
	y.tab.$O\
6
	sub1.$O\
7
	sub2.$O\
8
	header.$O\
9
 
10
HFILES=ldefs.h\
11
 
12
YFILES=parser.y\
13
 
14
BIN=/$objtype/bin
15
UPDATE=\
16
	mkfile\
17
	$HFILES\
18
	lmain.c\
19
	sub1.c\
20
	sub2.c\
21
	header.c\
22
	${TARG:%=/386/bin/%}\
23
 
24
</sys/src/cmd/mkone
25
 
26
installall:V:
27
	for(objtype in $CPUS)
28
		mk install
29
	cp ncform /sys/lib/lex