]> andersk Git - moira.git/blame - util/gdss/lib/crypto/bignum/Imakefile
update for dirremote->dirmailhide
[moira.git] / util / gdss / lib / crypto / bignum / Imakefile
CommitLineData
0095f096 1/* $Header$ */
2
3OBJECT = o/KerN.o o/bnInit.o o/bnMult.o o/bnDivide.o o/bnCmp.o o/bzf.o o/bz.o
4DEFINES = -DDIGITon32BIT -I./h
5KERNH = h/BigNum.h
6
7
8all:: $(OBJECT)
9
10clean::
11 $(RM) $(OBJECT)
12
13
14o/KerN.o: c/KerN.c
15 $(CC) $(CFLAGS) -c c/KerN.c
16 mv KerN.o o
17
18# Level N
19o/bnInit.o: c/bn/bnInit.c $(KERNH)
20 $(CC) $(CFLAGS) -c c/bn/bnInit.c
21 mv bnInit.o o
22
23o/bnMult.o: c/bn/bnMult.c $(KERNH)
24 $(CC) $(CFLAGS) -c c/bn/bnMult.c
25 mv bnMult.o o
26
27o/bnDivide.o: c/bn/bnDivide.c $(KERNH)
28 $(CC) $(CFLAGS) -c c/bn/bnDivide.c
29 mv bnDivide.o o
30
31o/bnCmp.o: c/bn/bnCmp.c $(KERNH)
32 $(CC) $(CFLAGS) -c c/bn/bnCmp.c
33 mv bnCmp.o o
34
35# Level Z
36o/bz.o: c/bz.c h/BigZ.h $(KERNH)
37 $(CC) $(CFLAGS) -c c/bz.c
38 mv bz.o o
39
40# Some functions build with BigZ
41o/bzf.o: c/bzf.c h/BigZ.h $(KERNH)
42 $(CC) $(CFLAGS) -c c/bzf.c
43 mv bzf.o o
44
This page took 0.053171 seconds and 5 git commands to generate.