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-vt/sys/src/cmd/postscript/postreverse/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
<../config
4
 
5
COMMONDIR=../common
6
 
7
TARG=postreverse
8
 
9
OFILES=postreverse.$O\
10
 
11
HFILES=postreverse.h\
12
	$COMMONDIR/comments.h\
13
	$COMMONDIR/ext.h\
14
	$COMMONDIR/gen.h\
15
	$COMMONDIR/path.h\
16
 
17
BIN=$POSTBIN
18
LIB=$COMMONDIR/com.a$O
19
 
20
</sys/src/cmd/mkone
21
 
22
CC=pcc
23
LD=pcc
24
CFLAGS=-c -D$SYSTEM -I$COMMONDIR -B
25
 
26
$LIB:
27
	cd $COMMONDIR
28
	mk install
29
	mk clean