blob: a3f55477abf292bbd225cb10a055549735d4d57f (
plain) (
blame)
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
|
</$objtype/mkfile
TARG=pprolog
OFILES=\
main.$O\
parser.$O\
eval.$O\
builtins.$O\
prettyprint.$O\
misc.$O\
flags.$O\
error.$O\
streams.$O\
module.$O\
types.$O\
arithmetic.$O\
garbage.$O
HFILES=dat.h fns.h
BIN=/$objtype/bin
PROLOGFILES=\
stdlib.pl\
repl.pl
default:V: all
install: $PROLOGFILES
mkdir -p /sys/lib/prolog
cp $PROLOGFILES /sys/lib/prolog
</sys/src/cmd/mkone
|