plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

mkfile (407B)


      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