Blame


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