aboutsummaryrefslogtreecommitdiff
path: root/src/libmp/port/mkfile
blob: 15612aa7553d6171946f02163191e60ef0f24fae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<$PLAN9/src/mkhdr

LIB=libmp.a
FILES=\
	mpaux\
	mpfmt\
	strtomp\
	mptobe\
	mptole\
	betomp\
	letomp\
	mpadd\
	mpsub\
	mpcmp\
	mpfactorial\
	mpmul\
	mpleft\
	mpright\
	mpvecadd\
	mpvecsub\
	mpvecdigmuladd\
	mpveccmp\
	mpdigdiv\
	mpdiv\
	mpexp\
	mpmod\
	mpextendedgcd\
	mpinvert\
	mprand\
	crt\
	mptoi\
	mptoui\
	mptov\
	mptouv\

ALLOFILES=${FILES:%=%.$O}
# # cull things in the per-machine directories from this list
# OFILES=	`{sh ./reduce $O $ALLOFILES}
OFILES=$ALLOFILES

HFILES=\
	$PLAN9/include/lib9.h\
	$PLAN9/include/mp.h\
	dat.h\

<$PLAN9/src/mksyslib

poot:
	echo $OFILES