chiark
/
gitweb
/
~mdw
/
catacomb
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
build: Abolish the `$e', `$o' and `$t' variables.
[catacomb]
/
symm
/
modes.am.in
diff --git
a/symm/modes.am.in
b/symm/modes.am.in
index 0e0ae190acc7cea07d0fe1e9c4efb7ddc9017f85..73fb6dbd5554cdbd261f7ab5ab9590c13084d13b 100644
(file)
--- a/
symm/modes.am.in
+++ b/
symm/modes.am.in
@@
-15,14
+15,14
@@
GENMODES_H =
%repeat
GENMODES_C += modes/@blkc-@blkcmode.c
GENMODES_H += modes/@blkc-@blkcmode.h
%repeat
GENMODES_C += modes/@blkc-@blkcmode.c
GENMODES_H += modes/@blkc-@blkcmode.h
-SYMM_TESTS += modes/@blkc-@blkcmode.
$t
+SYMM_TESTS += modes/@blkc-@blkcmode.
t$(EXEEXT)
%end
## Hash function modes.
%repeat
GENMODES_C += modes/@hash-@hashmode.c
GENMODES_H += modes/@hash-@hashmode.h
%end
## Hash function modes.
%repeat
GENMODES_C += modes/@hash-@hashmode.c
GENMODES_H += modes/@hash-@hashmode.h
-SYMM_TESTS += modes/@hash-@hashmode.
$t
+SYMM_TESTS += modes/@hash-@hashmode.
t$(EXEEXT)
%end
## Interface and implementation headers for the various modes.
%end
## Interface and implementation headers for the various modes.
@@
-40,7
+40,7
@@
BLKC_H =
%repeat
BLKC_C += @blkc.c
BLKC_H += @blkc.h
%repeat
BLKC_C += @blkc.c
BLKC_H += @blkc.h
-SYMM_TESTS += @blkc.
$t
+SYMM_TESTS += @blkc.
t$(EXEEXT)
%end
## Hash function interfaces and implementations.
%end
## Hash function interfaces and implementations.
@@
-49,7
+49,7
@@
HASH_H =
%repeat
HASH_C += @hash.c
HASH_H += @hash.h
%repeat
HASH_C += @hash.c
HASH_H += @hash.h
-SYMM_TESTS += @hash.
$t
+SYMM_TESTS += @hash.
t$(EXEEXT)
%end
## Modes for symmetric encryption.
%end
## Modes for symmetric encryption.