Plan 9 from Bell Labs’s /usr/web/sources/plan9/sys/src/cmd/postscript/tr2post/mkfile

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


</$objtype/mkfile

<../config

COMMONDIR=../common

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

</sys/src/cmd/mkone

CFLAGS=$CFLAGS -D'PROGRAMVERSION="0.1"' -D'DOROUND=1' -I$COMMONDIR \
 -D'PROGRAMNAME="troff, Plan 9 edition"'

%.$O:	$COMMONDIR/%.c
	$CC $CFLAGS $COMMONDIR/$stem.c

Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.