Warning: Attempt to read property "date" on null in /usr/local/www/websvn.planix.org/blame.php on line 247

Warning: Attempt to read property "msg" on null in /usr/local/www/websvn.planix.org/blame.php on line 247
WebSVN – planix.SVN – Blame – /os/branches/feature_fixcpp/sys/src/ape/cmd/diff/mkfile – Rev 2

Subversion Repositories planix.SVN

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 - 1
</$objtype/mkfile
2
 
3
OFILES=
4
HFILES=\
5
	system.h\
6
	config.h\
7
 
8
TARG=diff diff3
9
 
10
DIFFO=\
11
	analyze.$O\
12
	cmpbuf.$O\
13
	dir.$O\
14
	io.$O\
15
	util.$O\
16
	context.$O\
17
	ed.$O\
18
	ifdef.$O\
19
	normal.$O\
20
	side.$O\
21
	fnmatch.$O\
22
	getopt.$O\
23
	getopt1.$O\
24
	regex.$O\
25
	version.$O\
26
	prepend_args.$O\
27
 
28
DIFF3O=\
29
	getopt.$O\
30
	getopt1.$O\
31
	version.$O\
32
 
33
SDIFFO=\
34
	getopt.$O\
35
	getopt1.$O\
36
	version.$O\
37
 
38
BIN=/$objtype/bin/ape
39
 
40
</sys/src/cmd/mkmany
41
 
42
CC=pcc -c
43
CFLAGS=-B -p -D_POSIX_SOURCE -DREGEX_MALLOC -I. \
44
	-DHAVE_CONFIG_H -DDIFF_PROGRAM="/bin/ape/diff" \
45
 
46
$O.diff: $DIFFO
47
$O.diff3: $DIFF3O