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/cmd/pic/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=pic
4
OFILES=picy.$O\
5
	picl.$O\
6
	main.$O\
7
	print.$O\
8
	misc.$O\
9
	symtab.$O\
10
	blockgen.$O\
11
	boxgen.$O\
12
	circgen.$O\
13
	arcgen.$O\
14
	linegen.$O\
15
	movegen.$O\
16
	textgen.$O\
17
	input.$O\
18
	for.$O\
19
	pltroff.$O\
20
 
21
HFILES=pic.h\
22
	y.tab.h\
23
 
24
YFILES=picy.y\
25
 
26
BIN=/$objtype/bin
27
</sys/src/cmd/mkone
28
CC=pcc
29
LD=pcc
30
CFLAGS=-FTV -c
31
YFLAGS=-S -d
32
 
33
picy.c:	y.tab.c
34
	mv $prereq $target
35
 
36
picl.c:	picl.lx
37
	$LEX -t $prereq > $target
38
 
39
clean:V:
40
	rm -f *.[$OS] [$OS].out y.tab.? y.debug $TARG picy.c picl.c