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

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


</$objtype/mkfile

HCFILES=\
  Delete.hc\
  DeleteBy.hc\
  DeleteFirsts.hc\
  DeleteFirstsBy.hc\
  Difference.hc\
  ElemBy.hc\
  ElemIndex.hc\
  ElemIndexBy.hc\
  ElemIndices.hc\
  Find.hc\
  FindIndex.hc\
  FindIndices.hc\
  GenericDrop.hc\
  GenericIndex.hc\
  GenericLength.hc\
  GenericReplicate.hc\
  GenericSplitAt.hc\
  GenericTake.hc\
  Group.hc\
  GroupBy.hc\
  Inits.hc\
  Insert.hc\
  InsertBy.hc\
  Intersect.hc\
  IntersectBy.hc\
  Intersperse.hc\
  IsPrefixOf.hc\
  IsSuffixOf.hc\
  List.hc\
  LookupBy.hc\
  MapAccumL.hc\
  MapAccumR.hc\
  MaximumBy.hc\
  MinimumBy.hc\
  NotElemBy.hc\
  Nub.hc\
  NubBy.hc\
  Partition.hc\
  Permutations.hc\
  Products.hc\
  Sort.hc\
  SortBy.hc\
  Subsequences.hc\
  Sums.hc\
  Tails.hc\
  Transpose.hc\
  Unfoldr.hc\
  Union.hc\
  UnionBy.hc\
  Unzip4.hc\
  Unzip5.hc\
  Unzip6.hc\
  Unzip7.hc\
  Zip4.hc\
  Zip5.hc\
  Zip6.hc\
  Zip7.hc\
  ZipWith4.hc\
  ZipWith5.hc\
  ZipWith6.hc\
  ZipWith7.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.