Plan 9 from Bell Labs’s /usr/web/sources/contrib/tristan/root/sys/src/cmd/geo/proj/mkfile

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


</$objtype/mkfile

BIN=$O.proj
INST=/$objtype/bin/geo

all:V: $BIN

OFILES=main.$O arc.$O ell.$O proj.$O tmerc.$O

$O.proj:   $OFILES
	$LD $LDFLAGS -o $target $prereq

%.$O:   %.c
	$CC $CFLAGS -o $stem.$O $stem.c

clean:V:
	rm -f $BIN $OFILES

$INST/%: $O.%
	cp $prereq $target

$INST:
	mkdir -p $INST

install:V: $INST $INST/proj

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.