Mercurial > dropbear
comparison Makefile.in @ 147:c2b93763dac9 libtomcrypt
Fixes for it to compile and work nicely with Dropbear.
In particular, OS X's 'ar' doesn't seem to like arrays
which don't have initialising values.
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Sun, 19 Dec 2004 16:23:32 +0000 |
parents | 7ed585a2c53b |
children | b4c6e7f276e9 |
comparison
equal
deleted
inserted
replaced
144:7ed585a2c53b | 147:c2b93763dac9 |
---|---|
3 # Tom St Denis | 3 # Tom St Denis |
4 # Modified by Clay Culver | 4 # Modified by Clay Culver |
5 | 5 |
6 # The version | 6 # The version |
7 VERSION=0.99 | 7 VERSION=0.99 |
8 | |
9 VPATH=@srcdir@ | |
10 srcdir=@srcdir@ | |
8 | 11 |
9 # Compiler and Linker Names | 12 # Compiler and Linker Names |
10 #CC=gcc | 13 #CC=gcc |
11 #LD=ld | 14 #LD=ld |
12 | 15 |
108 ecb_start.o ecb_encrypt.o ecb_decrypt.o \ | 111 ecb_start.o ecb_encrypt.o ecb_decrypt.o \ |
109 \ | 112 \ |
110 hash_file.o hash_filehandle.o hash_memory.o \ | 113 hash_file.o hash_filehandle.o hash_memory.o \ |
111 \ | 114 \ |
112 hmac_done.o hmac_file.o hmac_init.o hmac_memory.o hmac_process.o hmac_test.o \ | 115 hmac_done.o hmac_file.o hmac_init.o hmac_memory.o hmac_process.o hmac_test.o \ |
113 \ | |
114 pkcs_1_mgf1.o pkcs_1_oaep_encode.o pkcs_1_oaep_decode.o \ | |
115 pkcs_1_pss_encode.o pkcs_1_pss_decode.o pkcs_1_i2osp.o pkcs_1_os2ip.o \ | |
116 pkcs_1_v15_es_encode.o pkcs_1_v15_es_decode.o pkcs_1_v15_sa_encode.o pkcs_1_v15_sa_decode.o \ | |
117 \ | |
118 pkcs_5_1.o pkcs_5_2.o \ | |
119 \ | |
120 der_encode_integer.o der_decode_integer.o der_length_integer.o \ | |
121 der_put_multi_integer.o der_get_multi_integer.o \ | |
122 \ | 116 \ |
123 burn_stack.o zeromem.o \ | 117 burn_stack.o zeromem.o \ |
124 \ | 118 \ |
125 $(MPIOBJECT) | 119 $(MPIOBJECT) |
126 | 120 |