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

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


</$objtype/mkfile

HCFILES=\
  AndAnd.hc\
  ApplyM.hc\
  AsTypeOf.hc\
  Bounded_2.hc\
  Bounded_3.hc\
  Bounded_Bool.hc\
  Bounded_Char.hc\
  Bounded_Int.hc\
  Bounded_Ordering.hc\
  Bounded_Unit.hc\
  CBounded.hc\
  CEnum.hc\
  CEq.hc\
  CFloating.hc\
  CFractional.hc\
  CFunctor.hc\
  CIntegral.hc\
  CMonad.hc\
  CNum.hc\
  COrd.hc\
  CReal.hc\
  CRealFloat.hc\
  CRealFrac.hc\
  Compose.hc\
  Const.hc\
  Curry.hc\
  D10.hc\
  D11.hc\
  D12.hc\
  D13.hc\
  D14.hc\
  D15.hc\
  D2.hc\
  D3.hc\
  D4.hc\
  D5.hc\
  D6.hc\
  D7.hc\
  D8.hc\
  D9.hc\
  DBool.hc\
  DEither.hc\
  DList.hc\
  DMaybe.hc\
  DOrdering.hc\
  DUnit.hc\
  Dollar.hc\
  DollarBang.hc\
  Either.hc\
  Enum_Bool.hc\
  Enum_Char.hc\
  Enum_Double.hc\
  Enum_Float.hc\
  Enum_Int.hc\
  Enum_Integer.hc\
  Enum_Ordering.hc\
  Enum_Unit.hc\
  Eq_2.hc\
  Eq_3.hc\
  Eq_Bool.hc\
  Eq_Char.hc\
  Eq_Double.hc\
  Eq_Either.hc\
  Eq_Float.hc\
  Eq_Int.hc\
  Eq_Integer.hc\
  Eq_List.hc\
  Eq_Maybe.hc\
  Eq_Ordering.hc\
  Eq_Unit.hc\
  Error.hc\
  Even.hc\
  Flip.hc\
  Floating_Double.hc\
  Floating_Float.hc\
  FractionalRaise.hc\
  Fractional_Double.hc\
  Fractional_Float.hc\
  FromIntegral.hc\
  Fst.hc\
  Functor_List.hc\
  Functor_Maybe.hc\
  Gcd.hc\
  Id.hc\
  Integral_Int.hc\
  Integral_Integer.hc\
  Lcm.hc\
  MapM.hc\
  MapM_.hc\
  Maybefun.hc\
  Monad_List.hc\
  Monad_Maybe.hc\
  Not.hc\
  NumRaise.hc\
  Num_Double.hc\
  Num_Float.hc\
  Num_Int.hc\
  Num_Integer.hc\
  NumericEnumFrom.hc\
  NumericEnumFromThen.hc\
  Odd.hc\
  OrOr.hc\
  Ord_2.hc\
  Ord_3.hc\
  Ord_Bool.hc\
  Ord_Char.hc\
  Ord_Double.hc\
  Ord_Either.hc\
  Ord_Float.hc\
  Ord_Int.hc\
  Ord_Integer.hc\
  Ord_List.hc\
  Ord_Maybe.hc\
  Ord_Ordering.hc\
  Ord_Unit.hc\
  Otherwise.hc\
  Prelude.hc\
  RealFloat_Double.hc\
  RealFloat_Float.hc\
  RealFrac_Double.hc\
  RealFrac_Float.hc\
  RealToFrac.hc\
  Real_Double.hc\
  Real_Float.hc\
  Real_Int.hc\
  Real_Integer.hc\
  Seq.hc\
  Sequence.hc\
  Sequence_.hc\
  Snd.hc\
  Subtract.hc\
  TString.hc\
  Uncurry.hc\
  Undefined.hc\
  Until.hc\
  _EnumFromThen.hc\
  _EnumFromThenTo.hc\
  _EnumFromTo.hc\
  _EnumFromToDec.hc\
  _EnumFromToInc.hc\
  _EnumInRange.hc\
  _EnumIndex.hc\
  _EnumRange.hc\
  _Filter.hc\
  _Foldr.hc\
  _FromEnum.hc\
  _NplusK.hc\
  _ToEnum.hc\
  _Zap_Arg.hc\
  _Zap_Stack.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 -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.