|
|
1.1 root 1: #
2: # Copyright (c) 2008 TrueCrypt Foundation. All rights reserved.
3: #
4: # Governed by the TrueCrypt License 2.4 the full text of which is contained
5: # in the file License.txt included in TrueCrypt binary and source code
6: # distribution packages.
7: #
8:
9: OBJS :=
10: OBJS += Cipher.o
11: OBJS += EncryptionAlgorithm.o
12: OBJS += EncryptionMode.o
13: OBJS += EncryptionModeCBC.o
14: OBJS += EncryptionModeLRW.o
15: OBJS += EncryptionModeXTS.o
16: OBJS += EncryptionTest.o
17: OBJS += Hash.o
18: OBJS += Keyfile.o
19: OBJS += Pkcs5Kdf.o
20: OBJS += Volume.o
21: OBJS += VolumeException.o
22: OBJS += VolumeHeader.o
23: OBJS += VolumeInfo.o
24: OBJS += VolumeLayout.o
25: OBJS += VolumePassword.o
26: OBJS += VolumePasswordCache.o
27:
28: OBJS += ../Crypto/Aescrypt.o
29: OBJS += ../Crypto/Aeskey.o
30: OBJS += ../Crypto/Aestab.o
31: OBJS += ../Crypto/Bf_ecb.o
32: OBJS += ../Crypto/Bf_enc.o
33: OBJS += ../Crypto/Bf_skey.o
34: OBJS += ../Crypto/C_ecb.o
35: OBJS += ../Crypto/C_enc.o
36: OBJS += ../Crypto/C_skey.o
37: OBJS += ../Crypto/Des.o
38: OBJS += ../Crypto/Des_enc.o
39: OBJS += ../Crypto/Ecb3_enc.o
40: OBJS += ../Crypto/Rmd160.o
41: OBJS += ../Crypto/Serpent.o
42: OBJS += ../Crypto/Set_key.o
43: OBJS += ../Crypto/Sha1.o
44: OBJS += ../Crypto/Sha2.o
45: OBJS += ../Crypto/Twofish.o
46: OBJS += ../Crypto/Whirlpool.o
47:
48: OBJS += ../Common/Crc.o
49: OBJS += ../Common/Endian.o
50: OBJS += ../Common/GfMul.o
51: OBJS += ../Common/Pkcs5.o
52:
53: VolumeLibrary: Volume.a
54:
55: include $(BUILD_INC)/Makefile.inc
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.