Plan 9 from Bell Labs’s /usr/web/sources/contrib/quanstro/root/sys/src/fs/pc/mkfile

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


PCCFILES=`{builtin cd ../pc;echo *.c | sed 's/ /|/g; s/\.c//g'}
PCSFILES=`{builtin cd ../pc;echo *.s | sed 's/ /|/g; s/\.s//g'}
^($PCCFILES)\.$O:R:	'../pc/\1.c'
	$CC $CFLAGS ../pc/$stem1.c

^($PCSFILES)\.$O:R:	'../pc/\1.s'
	$AS ../pc/$stem1.s

$ETHER:	../pc/etherif.h

dosfs.$O nvr.$O:	../pc/dosfs.h

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.