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

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


</$objtype/mkfile

<config

#
# $(TARGETS) is the default list of things built by make.
#
# buildtables

TARGETS=common\
	cropmarks\
	download\
	grabit\
	hardcopy\
	mpictures\
	postgif\
	postprint\
	postreverse\
	posttek\
	printfont\
	psencoding\
	psfiles\
	g3p9bit\
	p9bitpost\
	tcpostio\
	text2post\
	tr2post

# UNIX remnants
#	trofftable\
#	picpack\
#	postbgi\
#	postdaisy\
#	postdmd\
#	postmd
#	postio

default:V:	all

$TARGETS:V:
	cd $target
	mk all

&:VQ:
	test -d $POSTBIN || mkdir $POSTBIN
	for (i in $TARGETS) @{
		echo ---- Making $target in $i ----
		cd $i
		rfork e
		if (~ $target default)
			target=()
		mk $target
	}

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.