diff options
Diffstat (limited to 'src/cmd/postscript/tr2post/mkfile')
-rw-r--r-- | src/cmd/postscript/tr2post/mkfile | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/src/cmd/postscript/tr2post/mkfile b/src/cmd/postscript/tr2post/mkfile new file mode 100644 index 00000000..e1e5aec2 --- /dev/null +++ b/src/cmd/postscript/tr2post/mkfile @@ -0,0 +1,36 @@ +<$PLAN9/src/mkhdr + +<../config + +COMMONDIR=../common + +SHORTLIB=bio 9 +TARG=tr2post + +OFILES=tr2post.$O\ + chartab.$O\ + Bgetfield.$O\ + conv.$O\ + utils.$O\ + devcntl.$O\ + draw.$O\ + readDESC.$O\ + ps_include.$O\ + pictures.$O\ + common.$O\ + +HFILES=tr2post.h\ + ps_include.h\ + $COMMONDIR/common.h\ + $COMMONDIR/comments.h\ + $COMMONDIR/path.h\ + $COMMONDIR/ext.h\ + +BIN=$POSTBIN + +<$PLAN9/src/mkone + +CFLAGS=$CFLAGS -c -D'PROGRAMVERSION="0.1"' -D'DOROUND=1' -I$COMMONDIR + +%.$O: $COMMONDIR/%.c + $CC $CFLAGS $COMMONDIR/$stem.c |