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
POSTBIN=$ROOT/rc/bin/postscript
6
 
7
all:V:	psencoding
8
 
9
install installall:V:	$POSTBIN/psencoding $POSTLIB/Latin1.enc $POSTLIB/UTF.enc
10
 
11
clean nuke:V:
12
	rm -f psencoding
13
 
14
$POSTBIN/psencoding:	psencoding
15
	cp $prereq $target
16
 
17
$POSTLIB/%.enc:	%.enc
18
	cp $prereq $target
19
 
20
psencoding:	psencoding.rc
21
	sed 's?^POSTLIB=.*?POSTLIB='$POSTLIB'?' psencoding.rc >psencoding
22
	chmod 775 psencoding