add
This commit is contained in:
parent
8477327a46
commit
c15ce40c44
4 changed files with 1981 additions and 0 deletions
23
src/cmd/postscript/text2post/mkfile
Normal file
23
src/cmd/postscript/text2post/mkfile
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
<$PLAN9/src/mkhdr
|
||||
|
||||
<../config
|
||||
|
||||
COMMONDIR=../common
|
||||
|
||||
TARG=text2post
|
||||
|
||||
OFILES=text2post.$O\
|
||||
|
||||
HFILES=$COMMONDIR/comments.h\
|
||||
$COMMONDIR/path.h\
|
||||
|
||||
BIN=$POSTBIN
|
||||
<$PLAN9/src/mkone
|
||||
|
||||
CFLAGS=-c -D'PROGRAMVERSION="0.1"' -D'DOROUND=1' -I$COMMONDIR
|
||||
|
||||
install:V: $POSTLIB/pjw.char.ps
|
||||
|
||||
$POSTLIB/pjw.char.ps: pjw.char.ps
|
||||
cp $prereq $target
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue