aboutsummaryrefslogtreecommitdiff
path: root/unix/mkfile.utf
blob: 581c4e09cfcec491d55aa1d7f227ba892e33cd32 (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
MAKEALL=`{cd ../make; ls Make.*}
TARG=\
	$MAKEALL\
	NOTICE\
	README\
	Makefile\
	`{9 ls -p $PLAN9/src/lib9/utf/*.c}\
	plan9.h\
	utf.h\
	utfdef.h\
	isalpharune.3\
	rune.3\
	runestrcat.3\
	utf.7\

WHAT=utf

<../mkfile.what

utf.h: $PLAN9/include/utf.h
	cp $prereq $target

%: $PLAN9/src/lib9/utf/%
	cp $prereq $target