From c15ce40c4456d3bb6d44092bb22097ad93768c3a Mon Sep 17 00:00:00 2001 From: rsc Date: Wed, 10 Aug 2005 18:25:39 +0000 Subject: add --- src/cmd/postscript/text2post/mkfile | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 src/cmd/postscript/text2post/mkfile (limited to 'src/cmd/postscript/text2post/mkfile') diff --git a/src/cmd/postscript/text2post/mkfile b/src/cmd/postscript/text2post/mkfile new file mode 100644 index 00000000..3fb60ac6 --- /dev/null +++ b/src/cmd/postscript/text2post/mkfile @@ -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 + -- cgit v1.2.3