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

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


</$objtype/mkfile

HCFILES=\
  AlignBin.hc\
  AlignBin_.hc\
  Bin.hc\
  BinHandle.hc\
  BinIOMode.hc\
  BinLocation.hc\
  BinPtr.hc\
  Binary.hc\
  CBinary.hc\
  ClearBits.hc\
  ClearBits_.hc\
  CloseBin.hc\
  CloseBin_.hc\
  CompareBin.hc\
  CompareBin_.hc\
  CopyBin.hc\
  CopyBin_.hc\
  CopyBits.hc\
  CopyBits_.hc\
  CopyBytes.hc\
  CopyBytes_.hc\
  EndBin.hc\
  EndBin_.hc\
  EqualsBin.hc\
  EqualsBin_.hc\
  FreezeBin.hc\
  FreezeBin_.hc\
  GetAt.hc\
  GetBits.hc\
  GetBitsF.hc\
  GetBitsF_.hc\
  GetBits_.hc\
  GetFAt.hc\
  Instances.hc\
  IsEOFBin.hc\
  IsEOFBin_.hc\
  LeftLeft.hc\
  OpenBin.hc\
  OpenBin_.hc\
  PutAt.hc\
  PutAtEnd.hc\
  PutBits.hc\
  PutBits_.hc\
  SeekBin.hc\
  SeekBin_.hc\
  SizeBin.hc\
  SizeBin_.hc\
  SkipBits.hc\
  SkipBits_.hc\
  StdMem.hc\
  StdMem_.hc\
  TellBin.hc\
  TellBin_.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/Builtin -I../../runtime/Kernel\
       -I../../runtime/Mk -I../../runtime/Integer\
       -ND_POSIX_SOURCE -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.