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_posix/sys/src/ape/cmd/make/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
APE=/sys/src/ape
2
<$APE/config
3
 
4
TARG=make
5
OFILES=ident.$O\
6
	main.$O\
7
	doname.$O\
8
	dosys.$O\
9
	gram.$O\
10
	misc.$O\
11
	files.$O\
12
 
13
HFILES=defs.h
14
YFILES=gram.y
15
 
16
BIN=$APEBIN
17
</sys/src/cmd/mkone
18
 
19
CFLAGS=-c -DSHELLCOM'="/bin/sh"'
20
YFLAGS=-S
21
 
22
gram.c:	y.tab.c
23
	mv $prereq $target
24
 
25
nuke clean:V:
26
	rm -f *.[$OS] [$OS].out y.tab.? y.debug y.output $TARG gram.c