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

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


</$objtype/mkfile

HCFILES=\
  AsciiTab.hc\
  Char.hc\
  Chr.hc\
  DigitToInt.hc\
  IntToDigit.hc\
  IsAlpha.hc\
  IsAlphaNum.hc\
  IsAscii.hc\
  IsControl.hc\
  IsDigit.hc\
  IsHexDigit.hc\
  IsLatin1.hc\
  IsLower.hc\
  IsOctDigit.hc\
  IsPrint.hc\
  IsSpace.hc\
  IsUpper.hc\
  LexLitChar.hc\
  Ord.hc\
  ReadLitChar.hc\
  ShowLitChar.hc\
  ToLower.hc\
  ToUpper.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.