]> andersk Git - moira.git/blob - util/gdss/lib/Imakefile
initial import of gdss from the Athena source tree
[moira.git] / util / gdss / lib / Imakefile
1 /* $Header$ */
2
3 SUBDIRS = crypto
4
5 OBJS = gdss.o rgdss.o
6 COBJS = crypto/hashes.o crypto/read_password.o crypto/crypto_util.o \
7         crypto/dumphex.o crypto/read_privkey.o crypto/read_pubkey.o \
8         crypto/write_pubkey.o crypto/KeyFromPQ.o
9 BOBJS = crypto/bignum/o/KerN.o crypto/bignum/o/bnCmp.o \
10         crypto/bignum/o/bnDivide.o crypto/bignum/o/bnInit.o \
11         crypto/bignum/o/bnMult.o crypto/bignum/o/bz.o crypto/bignum/o/bzf.o 
12 AOBJS = crypto/algorithm/random.o crypto/algorithm/random_BigNum.o \
13         crypto/algorithm/bigrsacode.o crypto/algorithm/bigkeygen.o \
14         crypto/algorithm/bigsignverify.o
15
16 DEFINES = -I. -I../include -I./crypto/bignum/h -I./crypto/algorithm
17
18 do_subdirs($(SUBDIRS))
19
20 library_obj_rule()
21 install_library_target(gdss,$(OBJS) $(COBJS) $(BOBJS) $(AOBJS),)
This page took 0.04672 seconds and 5 git commands to generate.