blob: b27e07db67680144a69093106f84285e7042053a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
<$PLAN9/src/mkhdr
TARG=pic
OFILES=picy.$O\
picl.$O\
main.$O\
print.$O\
misc.$O\
symtab.$O\
blockgen.$O\
boxgen.$O\
circgen.$O\
arcgen.$O\
linegen.$O\
movegen.$O\
textgen.$O\
input.$O\
for.$O\
pltroff.$O\
HFILES=pic.h\
y.tab.h\
YFILES=picy.y\
SHORTLIB=bio 9
<$PLAN9/src/mkone
YFLAGS=-S -d
LEX=9lex
picy.c: y.tab.c
mv $prereq $target
picl.c: picl.lx
$LEX -t $prereq > $target
clean:V:
rm -f *.[$OS] [$OS].out y.tab.? y.debug $TARG picy.c picl.c
|