Blob


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