]> andersk Git - moira.git/blob - util/gdss/lib/crypto/algorithm/Imakefile
update for dirremote->dirmailhide
[moira.git] / util / gdss / lib / crypto / algorithm / Imakefile
1 /* $Header$ */
2
3 OBJS =  random.o \
4         random_BigNum.o \
5         bigrsacode.o \
6         bigkeygen.o \
7         bigsignverify.o
8
9 DEFINES = -I. -I../../../include -I../bignum/h
10
11
12 depend:: tables.h
13
14 all:: tables.h $(OBJS)
15
16 genutil(gentables,gentables.o,,)
17
18 endian.h tables.h: gentables
19         ./gentables
20
21 clean::
22         $(RM) tables.h endian.h
This page took 0.057949 seconds and 5 git commands to generate.