Plan 9 from Bell Labs’s /usr/web/sources/contrib/steve/root/sys/src/c++/lib/task/68020/mkfile

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


BUILTINS=
NPROC=3
</$objtype/mkfile

c = frame.c
s = label.s
v = ${c:%.c=%.v} ${s:%.s=%.v}

%.v:	%.c
	c++/vc -I.. $stem.c
%.v:	../task.h label.h

%.v:	%.s
	va $stem.s

../libtask.a:	$v
	ar vu $target $prereq

install:V:
	cp label.h/$objtype/include/c++

clean:V:
	rm -f *.[$OS] [$OS].out y.tab.?

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.