Subversion Repositories planix.SVN

Rev

Rev 2 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 - 1
</$objtype/mkfile
2
 
3
<../config
4
 
5
TARG=postgif
6
OFILES=postgif.$O\
7
 
8
COMMONDIR=../common
9
 
10
HFILES=$COMMONDIR/comments.h\
11
	$COMMONDIR/ext.h\
12
	$COMMONDIR/gen.h\
13
	$COMMONDIR/path.h\
14
 
15
BIN=$POSTBIN
16
LIB=$COMMONDIR/com.a$O
17
 
18
</sys/src/cmd/mkone
19
 
20
CC=pcc
21
LD=pcc
22
CFLAGS=-c -D$SYSTEM -D_POSIX_SOURCE -I$COMMONDIR -B
23
 
24
install:V:	$POSTLIB/postgif.ps
25
 
26
$POSTLIB/postgif.ps:	postgif.ps
27
	cp $prereq $target
28
 
29
$LIB:
30
	cd $COMMONDIR
31
	mk install
32
	mk clean