aboutsummaryrefslogtreecommitdiff
path: root/unix/mkfile.regexp
blob: 792c622dc7b94af50db3f321e334588eed4a7dab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
MAKEALL=`{cd ../make; ls Make.*}
TARG=\
	$MAKEALL\
	NOTICE\
	README\
	Makefile\
	regexp9.3\
	regexp9.7\
	regexp9.h\
	regcomp.h\
	lib9.h\
	`{9 ls -p $PLAN9/src/libregexp/*.c}\

WHAT=regexp

<../mkfile.what

%: $PLAN9/src/libregexp/%
	cp $prereq $target

lib9.h: $PLAN9/src/libregexp/lib9.std.h
	cp $prereq $target