Subversion Repositories planix.SVN

Rev

Rev 2 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 - 1
< /$objtype/mkfile
2
 
3
TARG=eqn
4
OFILES=main.$O\
5
	tuning.$O\
6
	diacrit.$O\
7
	eqnbox.$O\
8
	font.$O\
9
	fromto.$O\
10
	funny.$O\
11
	glob.$O\
12
	integral.$O\
13
	input.$O\
14
	lex.$O\
15
	lookup.$O\
16
	mark.$O\
17
	matrix.$O\
18
	move.$O\
19
	over.$O\
20
	paren.$O\
21
	pile.$O\
22
	shift.$O\
23
	size.$O\
24
	sqrt.$O\
25
	text.$O\
26
	eqn.$O\
27
 
28
YFILES=eqn.y\
29
 
30
HFILES=e.h\
31
	y.tab.h\
32
 
33
BIN=/$objtype/bin
34
</sys/src/cmd/mkone
35
CC=pcc
36
LD=pcc
37
YFLAGS=-d -S
38
CFLAGS=-FTV -c
39
 
40
eqn.c:	y.tab.c prevy.tab.h
41
	mv y.tab.c $target
42
 
43
prevy.tab.h:	y.tab.h
44
	rc -c 'cmp -s y.tab.h prevy.tab.h || cp y.tab.h prevy.tab.h'