Plan 9 from Bell Labs’s /usr/web/sources/contrib/fernan/nhc98/src/prelude/Ix/mkfile

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


</$objtype/mkfile

HCFILES=\
  CIx.hc\
  Ix.hc\
  Ix_0.hc\
  Ix_10.hc\
  Ix_11.hc\
  Ix_12.hc\
  Ix_13.hc\
  Ix_14.hc\
  Ix_15.hc\
  Ix_2.hc\
  Ix_3.hc\
  Ix_4.hc\
  Ix_5.hc\
  Ix_6.hc\
  Ix_7.hc\
  Ix_8.hc\
  Ix_9.hc\
  Ix_Bool.hc\
  Ix_Char.hc\
  Ix_Int.hc\
  Ix_Integer.hc\
  Ix_Ordering.hc\
  _TupleIndex.hc\
  _TupleRange.hc\
           
all:V:
	for(i in $HCFILES)@{
		##echo $i
		hcp $i $i.c
		$CC $CFLAGS $i.c
		rm $i.c
	}

clean:V:
    rm *.$O
        
CC=pcc
CFLAGS=-DPlan9 -D_BSD_EXTENSION -DLOW_BYTE_FIRST \
       -I../../runtime/Kernel -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.