blob: eaceebdb14176252690008c9e0102a5ef318f18e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
</$objtype/mkfile
<../config
POSTBIN=$ROOT/rc/bin/postscript
all:V: psencoding
install installall:V: $POSTBIN/psencoding $POSTLIB/Latin1.enc $POSTLIB/UTF.enc
clean nuke:V:
rm -f psencoding
$POSTBIN/psencoding: psencoding
cp $prereq $target
$POSTLIB/%.enc: %.enc
cp $prereq $target
psencoding: psencoding.rc
sed 's?^POSTLIB=.*?POSTLIB='$POSTLIB'?' psencoding.rc >psencoding
chmod 775 psencoding
|