1</$objtype/mkfile 2 3<../config 4 5all:V: hardcopy 6 7installall install:V: $POSTBIN/hardcopy $POSTLIB/hardcopy.ps 8 9$POSTBIN/hardcopy: hardcopy 10 cp $prereq $target 11 12$POSTLIB/hardcopy.ps: hardcopy.ps 13 cp $prereq $target 14 15hardcopy: hardcopy.rc 16 sed 's?^POSTLIB=.*?POSTLIB='$POSTLIB'?' hardcopy.rc >hardcopy 17 chmod 775 hardcopy 18 19clean nuke:V: 20 rm -f hardcopy 21