Mercurial > dropbear
comparison testprof/makefile @ 280:59400faa4b44 libtomcrypt-orig libtomcrypt-1.05
Re-import libtomcrypt 1.05 for cleaner propagating.
From crypt-1.05.tar.bz2, SHA1 of 88250202bb51570dc64f7e8f1c943cda9479258f
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Wed, 08 Mar 2006 12:58:00 +0000 |
parents | |
children | d5faf4814ddb |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 280:59400faa4b44 |
---|---|
1 CFLAGS += -I../src/headers -I./ -Wall -W | |
2 | |
3 OBJECTS = base64_test.o cipher_hash_test.o der_tests.o dh_tests.o \ | |
4 dsa_test.o ecc_test.o mac_test.o modes_test.o pkcs_1_test.o rsa_test.o \ | |
5 store_test.o test.o x86_prof.o | |
6 | |
7 default: libtomcrypt_prof.a | |
8 | |
9 libtomcrypt_prof.a: $(OBJECTS) | |
10 $(AR) $(ARFLAGS) libtomcrypt_prof.a $(OBJECTS) | |
11 ranlib libtomcrypt_prof.a | |
12 | |
13 clean: | |
14 rm -f *.o *.a | |
15 |