Blob


1 <$PLAN9/src/mkhdr
3 LIB=libmp.a
4 FILES=\
5 mpaux\
6 mpfmt\
7 strtomp\
8 mptobe\
9 mptole\
10 betomp\
11 letomp\
12 mpadd\
13 mpsub\
14 mpcmp\
15 mpfactorial\
16 mpmul\
17 mpleft\
18 mpright\
19 mpvecadd\
20 mpvecsub\
21 mpvecdigmuladd\
22 mpveccmp\
23 mpdigdiv\
24 mpdiv\
25 mpexp\
26 mpmod\
27 mpextendedgcd\
28 mpinvert\
29 mprand\
30 crt\
31 mptoi\
32 mptoui\
33 mptov\
34 mptouv\
36 ALLOFILES=${FILES:%=%.$O}
37 # cull things in the per-machine directories from this list
38 OFILES= `{sh ./reduce $O $OBJTYPE $ALLOFILES}
40 HFILES=\
41 $PLAN9/include/lib9.h\
42 $PLAN9/include/mp.h\
43 dat.h\
45 <$PLAN9/src/mksyslib
47 poot:
48 echo $OFILES