aboutsummaryrefslogtreecommitdiff
path: root/unix/mkfile.regexp
blob: 8683422719a348018048871eb1c45fb32dc56305 (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
39
40
41
42
43
44
45
46
47
48
49
50
51
MAKEALL=`{cd ../make; ls Make.*}
TARG=\
	$MAKEALL\
	NOTICE\
	README\
	Makefile\
	regexp9.3\
	regexp9.7\
	regexp9.h\
	regcomp.h\
	lib9.h\
	`{ls -p $PLAN9/src/libregexp/*.c}\

all:V: $TARG

%: $PLAN9/include/%
	cp $prereq $target

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

%: $PLAN9/man/man1/%
	cp $prereq $target

%: $PLAN9/man/man3/%
	cp $prereq $target

%: $PLAN9/man/man7/%
	cp $prereq $target

regexp9.3: $PLAN9/man/man3/regexp.3
	cp $prereq $target

regexp9.7: $PLAN9/man/man7/regexp.7
	cp $prereq $target

%: ../make/%
	cp $prereq $target

Makefile:D: ../make/Makefile.TOP ../make/Makefile.regexp ../make/Makefile.LIB ../make/Makefile.BOT
	cat $prereq >$target

README: ../README
	cp $prereq $target

NOTICE: ../NOTICE.regexp
	cp $prereq $target

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