blob: 2a1832f00732aca546b77d5b7e11f20717a1bd37 (
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
36
  | 
</$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=\
	system.pl\
	repl.pl\
	loader.pl
default:V: all
install: $PROLOGFILES
	mkdir -p /sys/lib/prolog
	cp $PROLOGFILES /sys/lib/prolog
</sys/src/cmd/mkone
  |