Subversion Repositories planix.SVN

Rev

Rev 2 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2 Rev 33
Line 4... Line 4...
4
FILES=\
4
FILES=\
5
	mpaux\
5
	mpaux\
6
	mpfmt\
6
	mpfmt\
7
	strtomp\
7
	strtomp\
8
	mptobe\
8
	mptobe\
-
 
9
	mptober\
9
	mptole\
10
	mptole\
-
 
11
	mptolel\
10
	betomp\
12
	betomp\
11
	letomp\
13
	letomp\
12
	mpadd\
14
	mpadd\
13
	mpsub\
15
	mpsub\
14
	mpcmp\
16
	mpcmp\
-
 
17
	mpsel\
15
	mpfactorial\
18
	mpfactorial\
16
	mpmul\
19
	mpmul\
17
	mpleft\
20
	mpleft\
18
	mpright\
21
	mpright\
19
	mpvecadd\
22
	mpvecadd\
20
	mpvecsub\
23
	mpvecsub\
21
	mpvecdigmuladd\
24
	mpvecdigmuladd\
22
	mpveccmp\
25
	mpveccmp\
-
 
26
	mpvectscmp\
23
	mpdigdiv\
27
	mpdigdiv\
24
	mpdiv\
28
	mpdiv\
25
	mpexp\
29
	mpexp\
26
	mpmod\
30
	mpmod\
-
 
31
	mpmodop\
27
	mpextendedgcd\
32
	mpextendedgcd\
28
	mpinvert\
33
	mpinvert\
29
	mprand\
34
	mprand\
-
 
35
	mpnrand\
30
	crt\
36
	crt\
31
	mptoi\
37
	mptoi\
32
	mptoui\
38
	mptoui\
33
	mptov\
39
	mptov\
34
	mptouv\
40
	mptouv\
-
 
41
	mpfield\
-
 
42
	cnfield\
-
 
43
	gmfield\
-
 
44
	mplogic\
-
 
45
	mptod\
35
 
46
 
36
ALLOFILES=${FILES:%=%.$O}
47
ALLOFILES=${FILES:%=%.$O}
37
# cull things in the per-machine directories from this list
48
# cull things in the per-machine directories from this list
-
 
49
OFILES=	`{rfork e; \
-
 
50
	if(~ $objtype spim) objtype=mips; \
38
OFILES=	`{rc ./reduce $O $objtype $ALLOFILES}
51
	rc ./reduce $O $objtype $ALLOFILES}
39
 
52
 
40
HFILES=\
53
HFILES=\
41
	/$objtype/include/u.h\
54
	/$objtype/include/u.h\
42
	/sys/include/mp.h\
55
	/sys/include/mp.h\
43
	dat.h\
56
	dat.h\