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