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_tlsv12/sys/src/cmd/upas/q/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
TARG = qer\
4
	runq\
5
 
6
OFILES=
7
 
8
HFILES=../common/common.h\
9
	../common/sys.h\
10
 
11
LIB=../common/libcommon.a$O\
12
 
13
BIN=/$objtype/bin/upas
14
 
15
UPDATE=\
16
	mkfile\
17
	$HFILES\
18
	${OFILES:%.$O=%.c}\
19
	${TARG:%=%.c}\
20
 
21
</sys/src/cmd/mkmany
22
CFLAGS=$CFLAGS -I../common