blowfish-mktab.c: Remove the eye-candy progress meter.
[u/mdw/catacomb] / modes.am.in
CommitLineData
7db733d4
MW
1%## -*-makefile-*-
2%#
3### -*-makefile-*- GENERATED from modes.make.in
4###
5### Lots of lists of crypto primitives in various modes of operation.
6
7SYMM_TESTS =
8
9GENMODES_C =
10GENMODES_H =
11
12%repeat
13GENMODES_C += @blkc-@blkcmode.c
14GENMODES_H += @blkc-@blkcmode.h
15SYMM_TESTS += @blkc-@blkcmode.$t
16%end
17
18%repeat
19GENMODES_C += @hash-@hashmode.c
20GENMODES_H += @hash-@hashmode.h
21SYMM_TESTS += @hash-@hashmode.$t
22%end
23
24MODE_H =
25%repeat
26MODE_H += @blkcmode.h @blkcmode-def.h
27%end
28%repeat
29MODE_H += @hashmode.h @hashmode-def.h
30%end
31
32BLKC_C =
33BLKC_H =
34%repeat
35BLKC_C += @blkc.c
36BLKC_H += @blkc.h
37SYMM_TESTS += @blkc.$t
38%end
39
40HASH_C =
41HASH_H =
42%repeat
43HASH_C += @hash.c
44HASH_H += @hash.h
45SYMM_TESTS += @hash.$t
46%end
47
48CIPHER_MODES =
49%repeat
50CIPHER_MODES += @blkc-@blkcciphermode
51%end
52%repeat
53CIPHER_MODES += @hash-@hashciphermode
54%end
55
56MAC_MODES =
57%repeat
58MAC_MODES += @hash-@hashmacmode
59%end
60
61SYMM_TEST_FILES =
62%repeat
63SYMM_TEST_FILES += tests/@blkc
64%end
65%repeat
66SYMM_TEST_FILES += tests/@hash
67%end